Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

how to change the design path

Avatar

Level 2

Hi Everyone,

While i am working on the components which has design dialog, my design path is getting saved in the /etc/designs/default. What are all the steps do we need to follow to set the design path to that particular project under designs?

Thanks in Advance!

1 Accepted Solution

Avatar

Correct answer by
Level 7

You can go to Tools i.e localhost:4502/miscadmin

Create a new Design--> Click on Design --> Either create a new folder or create a New page directly under design

Enter design name(generally your project name) and select design template and click on save.

Now go to Page on which you have create design dialog. Right click Page Properties > Advanced > Design and apply your design.

Its done now when you save content to design dialog it will be save in project specific path i.e /etc/designs/<page name> instead of /etc/designs/default.

Let me know if you face any issue. I will add this to my tutorial also http://www.aemcq5tutorials.com/tutorials/create-design-dialog-in-aem/

View solution in original post

6 Replies

Avatar

Level 2

Thanks for the reply, It just gave me some idea but it doesn't clearly say how to create the path. i tried looking at many websites but i didn't get they didn't help me.

Avatar

Correct answer by
Level 7

You can go to Tools i.e localhost:4502/miscadmin

Create a new Design--> Click on Design --> Either create a new folder or create a New page directly under design

Enter design name(generally your project name) and select design template and click on save.

Now go to Page on which you have create design dialog. Right click Page Properties > Advanced > Design and apply your design.

Its done now when you save content to design dialog it will be save in project specific path i.e /etc/designs/<page name> instead of /etc/designs/default.

Let me know if you face any issue. I will add this to my tutorial also http://www.aemcq5tutorials.com/tutorials/create-design-dialog-in-aem/

Avatar

Administrator

Hi 

Please have a look at this community article:- http://cq5tutorials.blogspot.in/2014/05/creating-component-with-design-dialog.html

// Creating a component with design dialog

You can assign a design to your site from page properties. If this is not set, the values are stored under the default design [Page Properties > Advanced > Design]

~kautuk



Kautuk Sahni