<?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 widget template!" />
          </List>
        </value>
      </entry>

      <entry key="snippets">
        <value>
          <List>
            <Snippet regexPattern=".*home\.jsf.*">
              <Scripts>
                <String>ui/generated/widget.js</String>
              </Scripts>
              <StyleSheets>
                <String>ui/generated/widget.css</String>
              </StyleSheets>
            </Snippet>
          </List>
        </value>
      </entry>
		</Map>
  </Attributes>
</Plugin>