I'm trying to build a boilerplate hierarchy of content so that when we add a new client, we can click New Page > Client and it will create a hierarchy of pages such as:
Client Page
- Contact Information page
- Technical Information 1 page
- Technical Information 2 page
- Technical Information 3 page
This is easy enough and it is working well.
Each of these pages has a content framework that exists in Content templates which I would like added into the pages on creation, such as:
Client Page
- Contact Information page
- - Contacts Table content template
- Technical Information 1 page
- - Information 1 content template
- Technical Information 2 page
- - Information 2 content template
- Technical Information 3 page
- - Information 3 content template
If I use theinside the Contact Information page then the pages that are created from the page template have this content template code still inside them.Code:wiki.template( "path/Contacts_Table", {})
I would like the pages that are created from the page template to have the content itself added into them at creation as if I had created the page, and then manually added in the template from Template > Insert Template function in the WYSIWYG editor. This will save the user the step of manually having to populate the pages with content templates.
Is this possible? How would I do this?
Thank you


Reply With Quote