Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

AEM Types Documentation and Reference

Avatar

Level 2

Hi,

I'm looking for documentation/reference for all AEM (node) types and their properties.

For ex, cq:ClientLibraryFolder is a type and 'categories' is an important property for that type. And sling:Folder is the supertype for cq :ClientLibraryFolder.

Please let me know where do I get these info. Thanks.

Regards,

Yogi.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor
2 Replies

Avatar

Administrator

Please have a look at this documentation :- https://docs.adobe.com/docs/en/aem/6-2/develop/platform/custom-nodetypes.html

// It talks about Custom Node Types

Like : cq:ClientLibraryFolder

Description
    Client library folder.
    Definition
    [cq:ClientLibraryFolder] > sling:Folder
      - categories (string) multiple
      - dependencies (string) multiple

~kautuk



Kautuk Sahni

Avatar

Correct answer by
Community Advisor

The documentation of all nodetypes is available at:  https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/dev...


Aanchal Sikka