Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list
SOLVED

How to add a component to the paragraph system

Avatar

Level 3

Hi Everyone,

I am new to AEM development and I have made one of my first components.What would I have to do to be able to add the component via design and edit mode to a geometrixx page or my own web app's parsys?

Thanks!

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

You mean by adding a parsys component.

please check this link:

http://blogs.adobe.com/sunil/2015/04/12/adding-the-parsys-component-to-template/

if you are using sightly them:

<div data-sly-resource="${'content' @ resourceType='wcm/foundation/components/parsys'}"></div>

if JSP then:

<cq:include path="par" resourceType="foundation/components/parsys" />

Additionally:

If you want your component to be able when you click on design mode and then adding the component through parsys.

create a blank dialog or create a node cq:EditConfig so this component will be available in the design mode of page.

~ Prince

View solution in original post

0 Replies

Avatar

Correct answer by
Community Advisor

Hi,

You mean by adding a parsys component.

please check this link:

http://blogs.adobe.com/sunil/2015/04/12/adding-the-parsys-component-to-template/

if you are using sightly them:

<div data-sly-resource="${'content' @ resourceType='wcm/foundation/components/parsys'}"></div>

if JSP then:

<cq:include path="par" resourceType="foundation/components/parsys" />

Additionally:

If you want your component to be able when you click on design mode and then adding the component through parsys.

create a blank dialog or create a node cq:EditConfig so this component will be available in the design mode of page.

~ Prince

The ultimate experience is back.

Join us in Vegas to build skills, learn from the world's top brands, and be inspired.

Register Now