Hi all,
I am fairly new to AEM and am trying to build a basic Schema form for assets that simplifies the "default" form for my users.
When I click on the checkbox icon in "Map to property" in a field's Settings, the Property Picker shows two complete metadata "folders," one nested inside the other:
This doesn't look right to me -- I don't think the second, nested "metadata" folder should be there, since those properties would be written to .jcr:content/metadata/metadata/dc:title (or similar). If the duplicate properties aren't supposed to be there, I'd like to remove them from the Property Picker so that they aren't accidentally included in a schema or search form.
The only documentation I've been able to find is a brief mention in the Tips and limitations section of the Configure metadata functionality doc page, which says, "Property Picker displays properties that are used in schema editors and search forms. Property Picker does not pick metadata properties from an asset." How can I find where these duplicate properties are coming from or at least prevent them from showing up in Property Picker?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
This is OOTB behaviour in AEM Assets 6.5 version I think. Even your local 6.5 sdk would have this metadata node under metadata although cloud only has a blank metadata node inside metadata node.
For your purpose , you can map your custom client specific properties directly under ./jcr:content/metadata like if you check the default schema title property, it is applied as ./jcr:content/metadata/dc:title
This is OOTB behaviour in AEM Assets 6.5 version I think. Even your local 6.5 sdk would have this metadata node under metadata although cloud only has a blank metadata node inside metadata node.
For your purpose , you can map your custom client specific properties directly under ./jcr:content/metadata like if you check the default schema title property, it is applied as ./jcr:content/metadata/dc:title
Thanks for the info! Any idea what the second, nested set of properties is for? It seems confusing to have each property appear twice under the same asset node.
Views
Likes
Replies
Views
Likes
Replies