Delete an SDK @override Component?
How can I delete an OOTB override component ("/res/components/badges-list@override.ftl") that was created with the SDK so that it gets deleted from the server when I "li submit-plugin"? Just removing it from the file system doesn't seem to work, and I can't find a way to do it from within the Community Admin on the Studio > Components page. I have two components now that are "stuck" in override mode because I haven't found a way to delete them.
Thanks,
Matthew
mkuehnkhoros, firstly you need to delete that component from studio, it will delete all revision history of this component made in studio.
Then you need to take the latest pull from SDK of studio plugins and SDK plugins both.
After that delete the override components files from SDK plugin directory. DOing all this run " li submit-plugin" command, it will remove the component both from studio and SDK plugins.