Act! Plugin Settings

Settings are an optional feature for plugins in Act! that provide the ability for developers to create their own settings management view. This view will be displayed within the Act! plugin managment section. The content and functionality of the settings page are entirely up to the plugin developer as it will be surfaced in an IFrame, however plugin developers are strongly encouraged to leverage the available Web Components within their settings page to maintain a consistent look and feel within the application.

"settings": {
"size": {
"height": "400px",
"width": "600px"
},
"src": "http://localhost:8000/settings.html",
}
API