활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
We're creating a "form-like" interface in the authoring environment and will be developing several components that are embedded with cq:include into the template. Is there any way to auto-generate those nodes when a new page is created and supply those nodes with default properties? We could do it programmatically in each component but wanted to see if CQ had any built in functionality i was missing. Ex -
With this in our template -
<cq:include path="pageContent/discountOverview" resourceType="/apps/site/components/discountOverview"/>
We'd want to see this node when page is created -
/content/site/../pagetitle/jcr:content/pageContent/discountOverview
Thanks
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
When you want to have some components by default on a page, you can create them directly below the template node. When you create a page, the template node (plus all subnodes) is copied to the position of the page you create.
cheers,
Jörg
조회 수
답글
좋아요 수
When you want to have some components by default on a page, you can create them directly below the template node. When you create a page, the template node (plus all subnodes) is copied to the position of the page you create.
cheers,
Jörg
조회 수
답글
좋아요 수
조회 수
답글
좋아요 수
When you include that as part of your template, it by default will be part of a page when its created.
조회 수
답글
좋아요 수
Of course, i was trying to figure it out at a component level but it makes sense that it would happen at the template level. Thank you
조회 수
답글
좋아요 수
조회 수
Likes
답글
조회 수
Likes
답글