I have three template. All page are inherited from a root named page
And Content structure is
I have added a custom tab on page dialog with two path browser. I want to configure it on home-age template and needs to inherit it on all child level templates pages.
Solved! Go to Solution.
Hi,
You can use inheritedPageProperties global object in slightly/java to read page properties from parent pages.
Please check below article from @BrianKasingli
@kaikubad what is the purpose of the custom property you're using in page properties?
Are you going to do something on the page level by using the property?
please share more details.
Sorry can not share the bussiness logic here. But thats the requirement i wrote. Please help if you know how to achieve the requirement
no issues, i don't want you share the business logic here
As i understood, i don't think there is an OOTB solution for this, you need to look for custom solutions.
Hi,
You can use inheritedPageProperties global object in slightly/java to read page properties from parent pages.
Please check below article from @BrianKasingli
Views
Likes
Replies