How to Configure an OSF layout to display Content Items
Summary:
How to configure the page JSON to successfully display OCM-driven pages when deploying an OSF Store Application.
Content:
When integrating with Oracle Content Management (OCM), a page content does not seem to be correctly configured when it is deployed from an OSF local Workspace.
Version: 22.1.10
Code Snippet :
The page json has been configured as follows:
{
(...)
"defaultPage": false,
"address": "AddressExample",
"title": "Title of the OCM driven Page",
"shortName": "cmsContent",
"pageTypeDisplayName": {
"en": {
"pageTypeDisplayName": "cmsContent"
}
}
(...)
}
Tagged:
0