-
@Andrey Yasko I think you've captured the idea correctly. Ideally one would be able to use any page as the source/template from which to make new pages. However, it may be easier/cleaner implementation from your side to build the workflow like this:
Within /studio/builder_page.php you'd have a new Page type on the left:
- System Pages (existing)
- Custom Pages (existing)
- Page Templates (NEW)
Then, within Custom Pages you'd have New Page From Template (in addition to the existing Add New Page button).
In this workflow, the user would be required to create a template first, then create new pages from it. This may allow you to mimic or parallel the block of code you have now that creates the default new page. In other words, you're already using a bare-bones template when I invoke Add New Page.
I'd like to close this thread by saying how impressed I have been with responses to my early questions in this forum. I look forward to being able to contribute some day as I learn more. Thanks!