This conversation has been locked due to inactivity. Please create a new post.
This conversation has been locked due to inactivity. Please create a new post.
I have a couple of policies that need to be deleted from the layout container.
Documentation I referred to are: Delete a policy , Using the document security webpages but these were not as helpful.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @sakd ,
Documents you are referring to is not related to layout container policies. As @Albin_Issac mentioned, you can remove policies from crx (/conf/project-folder/settings/wcm/policies/wcm/foundation/components/responsivegrid)
or
make changes in the code( /conf/project-folder/settings/wcm/policies/wcm/foundation/policies/.content.xml) remove the policies which you don't require and deploy the package using default mode(replace mode to remove the existing content and modify the policies)
I dont think there is any option to delete the policies through UI but can be deleted through CRX/DE e.g /conf/wknd/settings/wcm/policies/wcm/foundation/components/responsivegrid
Better option is to store the project specific conf folder (/conf/wknd) to repository(git) so that the policies can be added/removed whenever required.
Regards
Albin I
Hi @sakd ,
Like @Albin_Issac mentioned you can do it via crx.
Also if you do not need policy to be applicable for page, you can change it ui in policy tab but we do not have option to delete from UI
Hi @sakd ,
Documents you are referring to is not related to layout container policies. As @Albin_Issac mentioned, you can remove policies from crx (/conf/project-folder/settings/wcm/policies/wcm/foundation/components/responsivegrid)
or
make changes in the code( /conf/project-folder/settings/wcm/policies/wcm/foundation/policies/.content.xml) remove the policies which you don't require and deploy the package using default mode(replace mode to remove the existing content and modify the policies)
Views
Likes
Replies