diff --git a/docs/iiq/plugin-developer-guide/chapter-2/index.md b/docs/iiq/plugin-developer-guide/chapter-2/index.md index d95a8d4775c53..51d50e36fa87c 100644 --- a/docs/iiq/plugin-developer-guide/chapter-2/index.md +++ b/docs/iiq/plugin-developer-guide/chapter-2/index.md @@ -97,9 +97,21 @@ Each `Setting` tag describes one element on the settings/configuration page for | value | Value for the setting | | label | Display label for the setting | | helpText | Associated help text for the setting | -| allowedValues | List of allowed values for dropdown population | | defaultValue | The default value for the setting | +It is also possible to force a list of allowed values that will be presented in the form of a dropdown component. + +`AllowedValues` is a subtag of the `Setting` tag with each possible value specified in a tag describing its type. + +For example : + +```xml + + value1 + value2 + +``` + ## Snippets Snippets are small, configurable pieces of code that can be injected into the rendering of normal IdentityIQ UI pages. A snippet contains four equally important components: