1.

Can You Create A Page Without A Template?

Answer»

Pages are usually CREATED by selecting a template for the page when you create them in the Website CONSOLE. However, a page can be created manually in the crxde by using the same properties that are created when you make a page in the Website console.

For example, in crxde under the content folder, create a NODE with the following type “cq:Page” and SAVE it. Then add a child node with the following type “cq:PageContent”. Then you can add the required properties to show any components you want displayed on the page. It is generally not GOOD practice to create pages manually.

Pages are usually created by selecting a template for the page when you create them in the Website console. However, a page can be created manually in the crxde by using the same properties that are created when you make a page in the Website console.

For example, in crxde under the content folder, create a node with the following type “cq:Page” and save it. Then add a child node with the following type “cq:PageContent”. Then you can add the required properties to show any components you want displayed on the page. It is generally not good practice to create pages manually.



Discussion

No Comment Found