Is the metadata for Adobe AEM DAM assets accessible on Publish servers, or only on Author servers?
Asked
Active
Viewed 676 times
1 Answers
0
Yep, when you activate it, it will activate the node along with the relevant meta data.
Try referencing a URL like this on both author and publisher to compare:
/content/dam/yourDirectory/yourDamAssety.jpg/jcr:content.infinity.json
By accessing .infinity.json
you can see the attributes of a node. Specifically, there is a metadata
child node under jcr:content
that has the attributes you are likely interested in.

Shawn
- 8,374
- 5
- 37
- 60