AEM as Cloud | List of all sling:resourceType | Community
Skip to main content
New Participant
December 8, 2022
Solved

AEM as Cloud | List of all sling:resourceType

  • December 8, 2022
  • 1 reply
  • 2597 views

It's possible to have a list of all resourceTypes ? I was creating a new component and in the _cq_dialog folder I can change the resourceType "textfield" to "select" cause I need to use a select input in my dialog. 

 

But to change others, I see that AEM have a lot of types, where I can see all of them? 

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 Nikita___Garg

Hi @nathanvieira ,

 

You can check all Coral UI 3 form field to pass as sling:resourceType while navigating to CRX de at the below mentioned Path

 

/libs/granite/ui/components/coral/foundation/form

 

Granite UI Foundation Server-side — Granite UI 1.0 documentation (adobe.com)

 

Hope this helps.

 

Thanks,

Nikita Garg

1 reply

Nikita___GargAccepted solution
Employee
December 9, 2022

Hi @nathanvieira ,

 

You can check all Coral UI 3 form field to pass as sling:resourceType while navigating to CRX de at the below mentioned Path

 

/libs/granite/ui/components/coral/foundation/form

 

Granite UI Foundation Server-side — Granite UI 1.0 documentation (adobe.com)

 

Hope this helps.

 

Thanks,

Nikita Garg