AEM Types Documentation and Reference | Community
Skip to main content
New Participant
January 16, 2017
Solved

AEM Types Documentation and Reference

  • January 16, 2017
  • 2 replies
  • 898 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

aanchal-sikka
aanchal-sikkaAccepted solution
New Participant
April 24, 2024
kautuk_sahni
Employee
January 18, 2017

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