-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Smart Color Tag support to ACS Metadata component #1085
Comments
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! |
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!
The text was updated successfully, but these errors were encountered: