There are two parts to completely removing an Extension:
- MyConfigura Extension Removal
- Removing Packages From The Official Build
- Uninstall from Extensions
- Gitlab Project Removal
MyConfigura Extension Removal
You can remove Extensions you have by going to the Project page of the Extension you want to remove, then click into the target Extension.
At the bottom of the Extension page, you can see a red outlined box clearly depicting the button and warning to irreversibly remove the Extension.
Removing the Extension in MyConfigura will also deprecate its licenses.
Removing Packages From The Official Build
- Navigate to the Official distribution and select the latest version. Then find your Extensions and click into the build.
- When you are in your build, you should see a red x mark at the right side of each package within your Extension. Click on the red x mark to delete these packages.
You can only click the red x mark if you have the correct permissions from your account.
Uninstall from Extensions
If you have Extensions dependent on any Extensions you want to uninstall, placing bundle-uninstall as such under your extension.xml file will tell CET to remove these Extensions if it's found.
<?xml version="1.0" encoding="iso-8859-1"?> <extension-info> <main>custom.demo</main> <name>Demo Extension</name> <type>catalog</type> <version>10.5.0.0</version> <packages> <package id="custom.demo" /> <package id="custom.demo.paperspace" /> </packages> <extension-dependencies> <dependency id="cet.designer" /> </extension-dependencies> <bundle-uninstall> <uninstall id="custom.demo.oldExtension" /> </bundle-uninstall> </extension-info>
GitLab Project Removal
Refer to GitLab's latest documentation on how to delete a Project.
Comments
0 comments
Please sign in to leave a comment.