adobe/asset-share-commons

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:

image

Asset Share Commons does not provide a way to display these in the asset detail screen without customisation:

image

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!

@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!