How to add a custom page (template) property/field to the Create Page Wizard | Community
Skip to main content
AEMing
New Participant
October 16, 2015
Solved

How to add a custom page (template) property/field to the Create Page Wizard

  • October 16, 2015
  • 2 replies
  • 2032 views

USE CASE

When creating a new page, the user wants to specify a CODE property (four digits) in the Create Page Wizard when creating pages based on a specific template. There is no need for a component here as the code value will not be displayed on the page. It will be used by a list component, a step higher up in the site hierarchy.

IMPLEMENTATION

How can I add a custom page (template) property/field to the Create Page Wizard in the WCM part of the system, http://localhost:4502/libs/wcm/core/content/sites/createpagewizard.html/content/yetanothersite.

 

 

 

the user sees additional fields, e.g. CODE field. 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by edubey
        Please refer to following article : http://experience-aem.blogspot.in/2013/10/aem-cq-56-custom-property-create-page-dialog.html?m=1

2 replies

Employee
October 16, 2015

Hi,

if you look at link [1], you will see how to create new page properties that according to the page " These are visible in the Create Page wizard  "

Regards,

Opkar

[1]http://docs.adobe.com/docs/en/aem/6-1/develop/extending/customizing-page-properties/page-properties-views.html

edubey
edubeyAccepted solution
New Participant
October 16, 2015