HI @mjdavid007
I think you can achieve this via CSS, you need to create a custom clientlibs with category of 'granite.ui.coral.foundation.components'
.cq-tagadmin-admin-childpages ._coral-AssetList-item ._coral-AssetList-itemLabel {
text-overflow: unset;
overflow: auto;
white-space: break-s...
Hi @diana-raileanu
Please check if this helps
https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/issue-with-osgi-bundle-in-installed-state-after-adding-apache/m-p/722078
Hi @P_V_Nair
In addition to @pat-lego comments -
Solution 1 has the following advantages
Only one workflow per asset, reducing contention.Keeps all rendition logic centralized.
Performance-First: Fewer workflows, less overhead, no extra launcher logic.
Scalability: Easier to run in large batch...
HI @S__k__Agarwal
You can create another group and use that group within rendercondition, provide edit access to relevant users via adding user to this new group.
Hi @S__k__Agarwal
Use rendercondition to show hide properties
https://developer.adobe.com/experience-manager/reference-materials/6-5/granite-ui/api/jcr_root/libs/granite/ui/components/coral/foundation/renderconditions/privilege/index.html
Hi @Vasu542201
Please check https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/edge-delivery/wysiwyg-authoring/content-modeling#page-properties
More details at below thread on EDS discord channel
https://discord.com/channels/1131492224371277874/114889322931658755...