Add Smart Color Tag support to ACS Metadata component
Opened this issue · 4 comments
Is your feature request related to a problem? Please describe.
AEM Assets supports smart color tags OOTB:
Asset Share Commons does not provide a way to display these in the asset detail screen without customisation:
Describe the solution you'd like
I'd like a similar view in ASC to what is provided in AEM metadata screen.
Describe alternatives you've considered
Complete customisation.
Thanks!
BTW maybe the "Computed" metadata type would work for this, but I don't see Smart Color Tags in the dropdown and the documentation link is 404'ed https://opensource.adobe.com/asset-share-commons/pages/details/metadata/asset-share-commons/pages/development/computed-properties/ on this page https://opensource.adobe.com/asset-share-commons/pages/details/metadata/#:~:text=can%20be%20found-,here.,-Dialog%20/%20Configuration%20/%20Metadata
@timdonovanuk the page is (now) at: https://opensource.adobe.com/asset-share-commons/pages/development/computed-properties
I think that would make alot of sense to be a computer property -- it could return a list of color codes/names - and then it should be easy for a component to render them like you show above.
Can you link me to where that old link exists, so i can update it?
@timdonovanuk thanks! Fixed!
I'd make that Computed Property similar to: https://github.com/adobe/asset-share-commons/blob/develop/core/src/main/java/com/adobe/aem/commons/assetshare/content/properties/impl/TagTitlesImpl.java
If you have an appetite for it - PR it into ASC and ill cut a release w/ it!