Package io.meeds.social.richeditor
Interface RichEditorConfigurationService
public interface RichEditorConfigurationService
-
Method Summary
Modifier and TypeMethodDescriptionvoidAdd a new plugin defining a part of Rich editor instance configuration.getRichEditorConfiguration(String instanceType) Retrieves the rich editor configuration file for a given instance type
-
Method Details
-
getRichEditorConfiguration
Retrieves the rich editor configuration file for a given instance type- Parameters:
instanceType- Rich editor instance type- Returns:
- Javascript content of rich Editor configuration
-
addPlugin
Add a new plugin defining a part of Rich editor instance configuration. If the plugin contains an Object Parameter that doesn't define instanceType, the configuration will go to all Rich Editor instances.- Parameters:
plugin-RichEditorConfigurationPlugin
-