When AEM instance is installed out-of-the-box, a selection of components are immediately available in the components browser.
In addition to these, various other components are also available. You can use Design mode to enable/disable such components. When enabled and located on your page you can then use Design mode to configure aspects of the component design by editing the attribute parameters.
Care must be taken when editing these components. The design settings are often an integral part of the design of the entire website, so they should only be changed by someone with the appropriate privileges and experience, often an administrator or a developer. See Developing Components for more information.
Design mode is only available for static templates. Templates that are created with editable templates should be edited using the template editor.
Design mode is only available for design configurations stored as content under ( /etc
).
Starting in AEM 6.4, it is recommended to store designs as configuration data under /apps
to support continuous deployment scenarios. Designs stored under /apps
are not editable at runtime and the Design mode will not be available to non-admin users for such templates.
This involves adding or removing the components allowed in the paragraph system for the page. The paragraph system ( parsys
) is a compound component that contains all other paragraph components. The paragraph system allows authors to add components of different types to a page as it contains all other paragraph components. Each paragraph type is represented as a component.
For example, the content of a product page may contain a paragraph system holding the following:
See Developing Components and Guidelines for Using Templates and Components for more information about parsys
.
Editing the design using Design Mode as described in this article is the recommended way to define designs of static templates
Modifying designs in CRX DE for example is not best practice and the application of such designs can vary from expected behavior. See the developer document Page Templates - Static for more information.
To either enable or disable a component:
Select the Design mode.
Tap or click on a component. The component will have a blue border when selected.
Click or tap the Parent icon.
This will select the paragraph system containing the current component.
The Configure icon for the paragraph system will be shown in the parent’s action bar.
Select this to show the dialog.
Use the dialog to define the components available in the components browser when editing the current page.
The dialogue has two tabs:
Allowed Components
On the Allowed Components tab, you define which components are available for the parsys.
You define the configuration per page component. If child pages use the same template and/or page component (usually aligned), then the same configuration will be applied to the corresponding paragraph system.
Adaptive form components are designed to work inside Adaptive Form Container to leverage the Forms ecosystem. Therefore, these components must be used only in adaptive form editor and they will not function in the Sites page editor.
Settings
On the Settings tab you can define additional options such as to draw an anchor for each component and to define the cell padding of each container.
Select Done to save your configuration.
Select the Design mode.
Tap or click on a component with a blue border. In this example a hero image component is selected.
Use the Configure icon to open the dialogue.
In the design dialogue, you can configure the component according to the design parameters available.
The dialogue has three tabs:
Properties
The Properties tab allows you to configure the important design parameters of the component. For example for an image component you can define the maximum and minimum size of the image allowed.
Features
The Features tab allows you to enable or disable additional features of the component. For example, for an image component you can define the orientation of the image, the cropping options available, and if an image can be uploaded.
Styles
The Styles tab allows you to define the CSS classes and styles to be used with the compoent.
Use the Add button to add additional entries to a multiple-entry dialogue list.
Use the** Delete **icon to remove an entry from a multiple-entry dialogue list.
Use the Move icon to rearrange the order of entries in a multiple-entry dialogue list.
Click or tap the Done icon to save and close the dialogue.