page
Description
- Content page data for the current view, with convenience fields for title, path and description.
Source
page- Derived:
page_titlefrompage.title,page_pathfrompage.path,page_descriptionfrompage.description
Type
- Object
Key Fields
title,path,description, other CMS-defined fields
Example
{
"locked": false,
"isMain": false,
"_id": "66a08efb8139e49831bf7c5c",
"title": "احدث المنتجات",
"description": "احدث المنتجات",
"fileName": "products.json",
"path": "latest",
"deleted": false,
"createdAt": "2024-07-24T05:19:55.481Z",
"updatedAt": "2024-11-11T12:34:07.865Z",
"availability": [
"66845abcfdcb516dedc985e7"
],
"handle": "latest"
}
Notes
- Convenience fields may also be exposed as
page_title,page_path,page_description.