Dear all,
In the manifest file, there is a Cleanup component.
Can I use it to delete some old folders from a skin ?
Ex: Install new bootstrap 5 folder and delete the old bootstrap 3 one
Thanks for your help.
Yes you can.
[component type="Cleanup" version="06.06.01" glob="Portals/_default/Skins/MySkin/Bootstrap3/**/*.*;"] [/component] [component type="Cleanup" version="06.06.01"] [folder] [path]Portals/_default/Skins/MySkin/Bootstrap3[/path] [/folder] [/component]
(replaced <> with [] as it would not show up correctly..)
The first part removes the files, the second the folder.
docs.dnncommunity.org/content/tutor...index.html
These Forums are for the discussion of the open source CMS DNN platform and ecosystem.
For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:
Awesome! Simply post in the forums using the link below and we'll get you started.