Expand my Community achievements bar.

July 31st AEM Gems Webinar: Elevate your AEM development to master the integration of private GitHub repositories within AEM Cloud Manager.
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