Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Problem Statement :  

            AS page api is constructed with list of sections. So before creating page user need to first create sections and then associate those sections with page.

Most of the time user is doing section settings with invalid data type and that will cause page api issues.


Proposed Solution 1:

 During section create or update time , system will do the section data type validation, in case  section query is not valid then it won't allow to create it. 

Unknown macro: { "display"}

",
"alt": null,
"description": null,
"sectionDataType": "content",
"imgUrl": null,
"searchQuery": "

Unknown macro: {"request"}

",
"name": "Popular Story"
}

Or

Unknown macro: { "display"}

",
"alt": null,
"description": null,
"sectionDataType": "content",
"imgUrl": null,
"searchQuery": "

Unknown macro: {\"request\"}

",
"name": "Popular Story"
}

  • No labels