Package io.jmix.grapesjs.component
Interface GjsPluginsRepository
- All Known Implementing Classes:
GjsPluginsRepositoryImpl
public interface GjsPluginsRepository
-
Method Summary
-
Method Details
-
getPlugin
Retrieve registered GrapesJs plugin- Parameters:
pluginXsdCode- plugin code from xml screen descriptor- Returns:
- GrapesJs plugin descriptor
-
registerPlugin
Register custom GrapesJs plugin which can be used in xml configuration- Parameters:
pluginXsdCode- plugin coe from xml screen descriptorplugin- GrapesJs plugin descriptor with name and options
-