Hello, is it possible to only set my custom AEM Assets Meta Data Schema for a specific folder in AEM DAM Assets?
The use case is that we only want to display the custom schema on one root folder /content/dam/my-site/unlicensed/*.
Current configuration sets the custom schema in "/conf/global/settings/dam/adminui-extension/metadataschema/default".
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
You can always define a specific schema to a specific folder. Please read through https://helpx.adobe.com/in/experience-manager/6-3/assets/using/metadata-schemas.html#Applyfolderspec...
You can always define a specific schema to a specific folder. Please read through https://helpx.adobe.com/in/experience-manager/6-3/assets/using/metadata-schemas.html#Applyfolderspec...
Views
Replies
Total Likes
Its Simple.
- Go to the custom metadata schema
- Select it
- You will see the option "Apply to Folder(s)"
- Select the folder you want to apply that schema to
Yes, We can...
see the official documentation from Adobe on Assets Folder metadata Schema...
Also In case if you want to apply the Metadata Schema on Assets then follow these steps
https://docs.adobe.com/content/help/en/experience-manager-65/assets/administer/metadata-schemas.html
Thanks,
Suraj
Hi There,
It is absolutely possible and any custom metadata schema that you create has to applied to a folder to allow the assets within that folder use the metadata schema.
It means if you have defined a custom metadata schema and applied to a folder let's say /content/test then all the assets within will have that metadata schema available for editing.
If your question is about the location where metadata schema is created then yes you are right that it gets created at /conf/global/settings/dam/adminui-extension/metadataschema/default but you can change it for a custom metadata schema. For example if you name your metadata schema as corpa then its location will be /conf/global/settings/dam/adminui-extension/metadataschema/corpa
Please copy the default schema and then modify as a best practice.
Thanks!