cq5 - AEM design_dialog and template location -


currently design_dialog saving settings under etc/designs/default/jcr, how modify template in order save under etc/designs/(mydesign)/jcr.

i looking @ documentation couldn't find specific on how ensure design_dialog creates properties under own design template.

  1. open crxde.
  2. go /yours/site/root/page/jcr:content node. http://server:port/crx/de/index.jsp#/yours/site/root/page/jcr%3acontent
  3. add next property

cq:designpath : etc/designs/(mydesign) 

Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -