Last updated on
May 18, 2021
Question
How do I configure initial page content that will be copied every time an author creates a page of a specific template type in the CQ5 site admin tool?
Answer, Resolution
- Create a page
- Configure all components on the page as you would like them to look when an author creates a page of that type
- Go to
http://<hostname>:<port>/crx
and log into crx.default workspace as a user with access to modify/content
- Open the crx explorer app
- Browse to the newly created page's node
- Copy the page's jcr:content node under the template configuration
/apps/<appname>/templates/<template>/jcr:content
- Now when a new page of that template type is created, then all the content under jcr:content will be copied to the new page (this occurs before the author even opens the page for editing).
Applies to
CQ5.2.X
Download