Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add Smart Color Tag support to ACS Metadata component #1085

Open
timdonovanuk opened this issue Feb 15, 2024 · 4 comments
Open

Add Smart Color Tag support to ACS Metadata component #1085

timdonovanuk opened this issue Feb 15, 2024 · 4 comments

Comments

@timdonovanuk
Copy link

timdonovanuk commented Feb 15, 2024

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
Copy link
Author

@davidjgonzalez
Copy link
Contributor

davidjgonzalez commented Feb 15, 2024

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

@davidjgonzalez
Copy link
Contributor

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

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants