Page
Page Resource
Key | Type | Description |
---|---|---|
id | Integer | the unique identifier of the page link. It is used to distinguish it from other page links. |
slug | String | The slug is a URL-friendly version of the page link. It is typically used in the website's URL structure to identify and access the specific page. |
title_en | String | the title of the page link in English. It is the displayed text for the page link in the website's interface. |
title_ar | String | the title of the page link in Arabic. It is the displayed text for the page link in Arabic language contexts. |
order | Integer | The order key specifies the position or sequence in which the page link should appear within the footer section. |
active | Boolean | This boolean key indicates whether the page link is currently active or inactive. An active page link is typically accessible and visible to users, while an inactive page link may be hidden or disabled. |
in_footer | Boolean | This boolean key signifies whether the page link should be displayed within the footer section of the website. If set to true, the page link will appear in the footer; otherwise, it may be located elsewhere on the website. |
iframe_url_ar | String | the URL for an iframe (embedded content) specific to the Arabic version of the page link. If the type value is set to indicate an iframe_url , the key should have a valid URL. |
iframe_url_en | String | the URL for an iframe specific to the English version of the page link. If the type value is set to indicate an iframe_url , the key should have a valid URL. |
show_title | Boolean | This boolean key determines whether the title of the page link should be displayed or hidden. |
type | String | the type of page, which can be HTML content or an iframe pointing to another URL to display within the content page. value may be html OR iframe_url |
flag | String | The flag key provides a flag that categorizes the page link. It helps in distinguishing and grouping page links based on specific criteria or attributes. |
Page Details Resource
Key | Type | Description |
---|---|---|
id | Integer | Unique identifier of the page. |
slug | String | A URL-friendly version of the page title. |
title_en | String | the title of the page link in English. It is the displayed text for the page link in the website's interface. |
title_ar | String | the title of the page link in Arabic. It is the displayed text for the page link in Arabic language contexts. |
content_en | Text | Content of the page in English. This content is in HTML format, containing text and formatting for the page. |
content_ar | Text | Content of the page in Arabic. This content is in HTML format, containing text and formatting for the page. |
active | Boolean | Indicates whether the page is currently active. |
flag | String | The flag key provides a flag that categorizes the page link. It helps in distinguishing and grouping page links based on specific criteria or attributes. |
in_footer | Boolean | Determines if the page should be displayed in the footer. |
order | Integer | The order in which the page appears. |
iframe_url_ar | String | the URL for an iframe (embedded content) specific to the Arabic version of the page link. If the type value is set to indicate an iframe_url , the key should have a valid URL. |
iframe_url_en | String | the URL for an iframe specific to the English version of the page link. If the type value is set to indicate an iframe_url , the key should have a valid URL. |
show_title | Boolean | Specifies whether the title should be displayed on the page. |
type | String | the type of page, which can be HTML content or an iframe pointing to another URL to display within the content page. value may be html OR iframe_url |
Page Flags
GENERAL
: This flag indicates that the page link is associated with general or static pages that can be modified or customized. For example, pages such as "about-us" or "contact-us" are often flagged as general pages.Other flags
: There may be other specific flags that indicate certain types of pages that cannot be easily changed or modified. For example, pages such as "terms-and-conditions" or "privacy-policy" are often flagged to indicate that they are essential and should not be altered frequently.