Represents a string that can be resolved via a localization properties file. You can use the same i18n Property
key
and value in multiple places if you like, but identical keys must have identical values.
1 2 3 4
{
"value": "My text"
}
value
Type | |
Max length | 1500 |
Required | Yes |
Description | The human-readable default value. This will be used if no translation exists.
Only the following HTML tags are supported: |
i18n
Type | |
Max length | 300 |
Description | The localization key for the human-readable value. Translations for the keys are defined at the top level of the add-on descriptor. |
Rate this page: