Web Content Manager(WCM)-How to install mutiple plugins – WCM custom plugin installation
With in single plugin give multiple extension points In this way you can easily install multiple WCM custom plugins using single plugin.xml <?xml version=”1.0″ encoding=”UTF-8″?> <plugin id=“custom.plugins” name=“Custom Plugin” version=“1.0.0” provider-name=“Example”> //This will install Rendering Plugin <extension…