UNPKG
@ventum-digital/iiq-plugin-project-generator
Version:
latest (1.1.3)
1.1.3
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
A npm tool to set-up the project structure for developing an IIQ Plugin.
@ventum-digital/iiq-plugin-project-generator
/
templates
/
plugin
/
extensions
/
widget
/
sources
/
resources
/
import
/
install
/
Widget.xml
9 lines
(6 loc)
•
224 B
text/xml
View Raw
1
2
3
4
5
6
7
8
9
<?xml version='1.0' encoding='UTF-8'?>
<!-- ~ Copyright (c) 2025 Ventum Consulting GmbH -->
<!DOCTYPE
Widget
PUBLIC
"sailpoint.dtd"
"sailpoint.dtd"
>
<
Widget
name
=
"__pluginName__"
title
=
"__pluginDisplayName__ Widget"
/>