@ventum-digital/iiq-plugin-project-generator
Version:
A npm tool to set-up the project structure for developing an IIQ Plugin.
64 lines (57 loc) • 1.58 kB
text/xml
<Plugin certificationLevel="None"
name="__pluginName__"
displayName="__pluginDisplayName__"
minSystemVersion="__minSystemVersion__"
maxSystemVersion="__maxSystemVersion__"
version="%%VERSION%%">
<Attributes>
<Map>
<entry key="fullPage">
<value>
<FullPage title="__pluginDisplayName__"/>
</value>
</entry>
<!-- <entry key="minUpgradableVersion" value="__version__"/> -->
<entry key="restResources">
<value>
<List>
<String>com.ventum.iiq.plugins.__pluginName__.__capitalizedName__RestResource</String>
</List>
</value>
</entry>
<entry key="serviceExecutors">
<value>
<List>
<!-- <String>com.ventum.iiq.plugins.example.ExampleService</String> -->
</List>
</value>
</entry>
<entry key="settings">
<value>
<List>
<!-- <Setting dataType="string"
helpText="Example help" label="Example Label"
name="exampleConfig"
defaultValue="Example Default Value" /> -->
</List>
</value>
</entry>
<entry key="snippets">
<value>
<List>
<Snippet regexPattern=".*" rightRequired="View__noSpaceDisplayName__Right">
<Scripts>
<String>ui/generated/snippet.js</String>
</Scripts>
<StyleSheets>
<!-- <String>/ui/css/example.css</String> -->
</StyleSheets>
</Snippet>
</List>
</value>
</entry>
</Map>
</Attributes>
</Plugin>