UNPKG

@ventum-digital/iiq-plugin-project-generator

Version:

A npm tool to set-up the project structure for developing an IIQ Plugin.

51 lines (46 loc) 1.41 kB
<?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE Plugin PUBLIC "sailpoint.dtd" "sailpoint.dtd"> <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="restResources"> <value> <List> <String>com.ventum.iiq.plugins.__pluginName__.__capitalizedName__RestResource</String> </List> </value> </entry> <entry key="settings"> <value> <List> <Setting dataType="string" helpText="Example message help" label="Example Message" name="exampleMessage" defaultValue="Hello from the dom-customization template!" /> </List> </value> </entry> <entry key="snippets"> <value> <List> <Snippet regexPattern=".*define/identity/identity\.jsf.*" rightRequired="View__noSpaceDisplayName__Right"> <Scripts> <String>ui/generated/snippet.js</String> </Scripts> </Snippet> </List> </value> </entry> </Map> </Attributes> </Plugin>