...
Tip |
---|
The maximum length of enterprise property elements is:
|
Create a list of preset enterprise properties
...
Code Block | ||
---|---|---|
| ||
"config.enterprise.properties" : [] |
The preset property types you can define are described in the following sections and can be the following:
...
The object must have the type value as 'input'. Then you have to define key and value attributes (these are mandatory, otherwise the property will fail in UI). You can also add the required attribute, set to true if you want to force this property value to be added to enterprise properties.
Define a Combo selection property
...
The object must have the type value as 'multi'. Then you have to define key and value attributes (these are mandatory, otherwise the property will fail in UI), and a list of values: each object must have a name and a value (which will be used as the value in the key/value property). You can also add the required attribute to true if you want to force this property to be added to enterprise properties.
Full example
Putting all the above examples together, the client property will have the following value.
...