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",
}
-
size
: The height and width in pixels for the IFrame that will host the settings page. If not provided a default height size of 480px by 820px will be used, which is the maximum allowed size. Larger settings pages should implement scrolling to avoid truncation within the IFrame. -
src
: The path to the settings page