Enables the definition of strings containing token placeholders represented by the selectable values of the property. Inserted tokens are placed in curlery braces as {value} and are suitable for processing via $core_v2_language.FormatString().
Supported Data Types
string
Scripted Extension Configuration XML
<property id="propertyId" labelResourceName="nameResource" descriptionResourceName="descriptionResource" dataType="string" template="core_v2_customTokenizedString" rows="5" />
Plugin Configuration C#
var property = new Property { Id = "propertyId", LabelResourceName = "nameResource", DescriptionResourceName = "descriptionResource", DataType = "string", Template = "core_v2_customTokenizedString", Options = new NameValueCollection { { "rows", "5" } } };
Options
Name | Description | Default | Options |
---|---|---|---|
rows | The number of rows in the editor. | 5 |