Container for the initialization arguments passed to the initialize method of the plugin class.
Markup plugins are not supported by Mobile Portal Accelerator.
<mcs-plugins>
<markup-plugin name="YOUR-PLUGIN-NAME"
class="your.class.Name"
scope="application">
<initialize>
<argument name="NAME1" value="VALUE1"/>
<argument name="NAME2" value="VALUE2"/>
</initialize>
</markup-plugin>
</mcs-plugins>