Just wondering if anyone can point me to a clear piece of documentation to differentiate between when we would use ./jcr: and when we would use a custom value such as ./customname?
Solved! Go to Solution.
Views
Replies
Total Likes
The jcr:
namespace is used to define system-specific properties and elements in the repository. In AEM, these properties and elements are essential for the proper functioning of the content repository and the management of content-related information. Some common system-specific properties in the jcr:
namespace include jcr:primaryType
(indicating the primary node type), jcr:mixinTypes
(indicating mixin node types), and others.
Since, these are have a specific purpose, please avoid using "jcr:" namespace for custom properties.
Use custom namespace for custom properties. Namespace primarily helps you organize and manage your metadata. For example, it could help you:
The jcr:
namespace is used to define system-specific properties and elements in the repository. In AEM, these properties and elements are essential for the proper functioning of the content repository and the management of content-related information. Some common system-specific properties in the jcr:
namespace include jcr:primaryType
(indicating the primary node type), jcr:mixinTypes
(indicating mixin node types), and others.
Since, these are have a specific purpose, please avoid using "jcr:" namespace for custom properties.
Use custom namespace for custom properties. Namespace primarily helps you organize and manage your metadata. For example, it could help you:
Views
Like
Replies
Views
Likes
Replies