A developer needs to make template T available as a child page of page P. The developer has determined that:
What should the developer change?
Make Page P match allowedPaths property of template T.
Make the allowedParents property of template T match the template of page P.
Clear the allowedParents property of template T.
Migrate template T to the same application as Page P.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi @S__k__Agarwal
you can follow below approach
Make the allowed Parents property of template T match the template of page P.
Hi @S__k__Agarwal
you can follow below approach
Make the allowed Parents property of template T match the template of page P.
The developer should make the allowedParents property of template T match the template of page P. This ensures that template T can be used as a valid child of page P.
Views
Replies
Total Likes