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.
",
"alt": null,
"description": null,
"sectionDataType": "content",
"imgUrl": null,
"searchQuery": "
",
"name": "Popular Story"
}
Or
",
"alt": null,
"description": null,
"sectionDataType": "content",
"imgUrl": null,
"searchQuery": "
",
"name": "Popular Story"
}