You are looking at documentation for an older release. Not what you want? See the current release documentation.
This plugin is used to initialize data for Wiki. The configuration can be found in wiki-injector/src/main/resources/conf/portal/configuration.xml
.
Sample configuration:
<external-component-plugins>
<target-component>org.exoplatform.services.bench.DataInjectorService</target-component>
<component-plugin>
<name>WikiDataInjector</name>
<set-method>addInjector</set-method>
<type>org.exoplatform.wiki.bench.WikiDataInjector</type>
<description>inject data for Wiki</description>
</component-plugin>
</external-component-plugins>
In which:
Name:
WikiDataInjector
Set-method:
addInjector
Type:
org.exoplatform.wiki.bench.WikiDataInjector