Is there any way to know what are all the properties available for a specific node type without writing any custom code?For example, I want to know all the available properties of node type dam:AssetContent.I have gone to node type administration in /crx/explorer but seeing very fewer properties.
You are correct - this does list some props - however - does not look complete. For a complete list of props - you may need to write logic using JCR API.
You are correct - this does list some props - however - does not look complete. For a complete list of props - you may need to write logic using JCR API.