Skip to main content

Page

Page Resource

KeyTypeDescription
idIntegerthe unique identifier of the page link. It is used to distinguish it from other page links.
slugStringThe 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_enStringthe title of the page link in English. It is the displayed text for the page link in the website's interface.
title_arStringthe title of the page link in Arabic. It is the displayed text for the page link in Arabic language contexts.
orderIntegerThe order key specifies the position or sequence in which the page link should appear within the footer section.
activeBooleanThis 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_footerBooleanThis 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_arStringthe 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_enStringthe 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_titleBooleanThis boolean key determines whether the title of the page link should be displayed or hidden.
typeStringthe 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
flagStringThe 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

KeyTypeDescription
idIntegerUnique identifier of the page.
slugStringA URL-friendly version of the page title.
title_enStringthe title of the page link in English. It is the displayed text for the page link in the website's interface.
title_arStringthe title of the page link in Arabic. It is the displayed text for the page link in Arabic language contexts.
content_enTextContent of the page in English. This content is in HTML format, containing text and formatting for the page.
content_arTextContent of the page in Arabic. This content is in HTML format, containing text and formatting for the page.
activeBooleanIndicates whether the page is currently active.
flagStringThe 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_footerBooleanDetermines if the page should be displayed in the footer.
orderIntegerThe order in which the page appears.
iframe_url_arStringthe 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_enStringthe 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_titleBooleanSpecifies whether the title should be displayed on the page.
typeStringthe 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.