@Tina_Iu Probably you could create a custom workflow/ EventListeners that does that - by setting the `jcr:isCheckedOut` to true and false as per the actions
@Dolly I believe, you can just create a custom dialog clientlib, and write your JQuery for the same and include that in the extraclientlib node of the dialog which will solely load the clientlib to your component.
eg:
https://stackoverflow.com/questions/57992806/how-to-show-hide-dialog-fields-with-...
@Anilkumar208 Did also you try searching for `core.wcm.components.version` on the project directory if there are duplicate dependencies? Can you also run it with debug switch -X and share the same?
@Anilkumar208 This blog gives some possible root causes and a related solution for this kind of issue-
https://blogs.perficient.com/2016/09/20/maven-build-failure-unknown-packaging-content-package/
Also, check if the dependency is added multiple times.
@Nishant25 you can check these refs. https://stackoverflow.com/questions/38026475/aem-get-property-of-parent-component-dilalog-inside-child-components-dialog
https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/parent-resource-valuemap-value-sling-injector-aem-community-blog/td-...
@SantoshSai This seems like a similar thread on this topic- https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/html-library-manager-allowed-client-libs-path/td-p/284277
As per this, we could embed it via the /libs/ clientlibs. As clientlibs gets expose them via /etc.clientlibs...
@Vinod-N-E I believe, data-sly-use initializes your sling model, ie. it basically declares component-beans with this statement for instance, to check conditions before that may not be possible.
However, I am not sure what your use case is.
@akhilraj I have not tried this, however, guessing this might be related- https://www.albinsblog.com/2021/12/enable-user-authentication-for-aem-websites-azureadb2c-oauth.html#.Y-tihXZBw2w
@cosmicthief You could probably include the dialog of the OOTB button components via /libs/granite/ui/components/coral/foundation/include and customize the HTML/CSS as you would like.