@aanchal-sikka Thanks, I tried this but seems some issue, it's not able to find the relative parent. Can we use the restricted path property to match, something like restrictedPath = /a/b/c/* So, it should not be visible in any folder below c but available till folder c
The user is allowed to create any folder under Explore category. But should not be allowed to create any grandchild folder of Explore or anything below Winter, Easter, etc. Are there any ACLs through which we can control this, or granite render condition will work here?I am thinking of having a JS t...
I am trying to make a few page properties field read-only for a select group of users under a group.I can show/hide those fields based on the Granite Render Condition, but my requirement is to show the fields in a disabled way. I can do it via a JS and then fire a servlet to determine the group and ...
I am facing an issue w.r.t giving access to our authors. I have given them replicate access for /content/dam path, but when they are creating a content fragment using the fragment model and trying to replicate it. AEM is trying to re-publish the fragment model too, even though they are already activ...
But I need to remove this column component from the page model json conditionally.
http://localhost:4502/content/colorful/us/en.model.json
Like, if any component on en page has a property "hide": "true" then skip that component in the page model JSON.
How can I do that?
Using @JSONIgnore I can only remove specific properties from JSON.
But here I am trying to remove the entire "container" component object and its child from .model.json of the page.
@arunpatidar
I have a requirement where if someone is trying to activate/publish a child folder, I will call the preprocessor and check whether all parent folder to that child is active or not.
if any of the parents is inactive, I will stop the child folder activation.
Problem - Is there a way to use X-path o...
I have a requirement to remove the Column component and all its child component JSON from page model JSON if it contains a specific property set as "TRUE".
I am trying to check for this property in Column Component Sling Model Exporter and setting the getExportedItems as null. Still, it does not ...
You can check for dependency errors in your core bundle, first, go to /system/console/bundles and search for your bundle and there you can see the imports which are not found in AEM.
then go to http://localhost:4502/system/console/depfinder and search for that class, if the bundle is present in AEM ...