This attribute is required when using vce-variable-configurations-editor
*
' '
* The vce-variables-list attribute must have a value of vce-variables-list when <vce-variables-list> is a child of <vce-variable-configurations-editor>.
This attribute is required when using vce-variable-configurations-editor
*
''
* The vce-variable-editor-dialog attribute must have a value of vce-variable-editor-dialog when <vce-variable-editor-dialog> is a child of <vce-variable-configurations-editor>.
Translation strings
{
dialogTitleCreate: 'Create Variable',
dialogTitleCopy: 'Copy Variable',
dialogTitleEdit: 'Edit Variable',
name: {
title: 'Variable name',
helper:
'You can refer to the variable in the code with the name set here, using the following format: ‘{ variables.myVariable }’. Variable names can only contain Latin letters (A-Z, a-z).',
placeholder: 'Enter the name to be used in the code.',
},
displayName: {
title: 'Display name',
helper: 'Variables will be listed with their display name on the Style Settings tab to the editor of the campaign.',
placeholder: 'Enter a describing name.',
},
types: {
title: 'Variable type',
color: 'Color',
decimal: 'Number - Decimal',
integer: 'Number - Integer',
string: 'String',
select: 'Select',
image: 'Image',
},
isOverridable: {
title: 'Editable',
helper: 'Editable variables will be visible and editable for the editor of the campaign on the Style Settings tab.',
enabledState: 'Editable by the editor of the campaign',
disabledState: "You cannot set a 'String' type variable to editable.",
},
defaultValue: {
title: 'Default value',
placeholder: 'Enter a value',
select: {
defaultColumn: 'Default',
nameColumn: 'Item Name',
valueColumn: 'Item Value',
},
image: {
mediaDB: 'Media DB',
},
},
create: 'Create',
createCopy: 'Create Copy',
apply: 'Apply',
cancel: 'Cancel',
validationErrors: {
wrongIdFormat: 'This variable name is invalid. Please use only Latin letters (A-Z, a-z).',
idAlreadyUsed: 'This variable name is already in use. Please try a new one.',
wrongValue: 'This variable value is invalid. Please do not use curly brackets ({, }).',
wrongImage: 'The image URL cannot be found.',
},
}
Translation strings
{
resetButtonTooltip: 'Reset button',
emptyStateTitle: 'No Settings to Show',
emptyStateLead:
'Style settings can be defined in the template as variables to provide more flexible campaign formatting options.',
emptyStateLinkButton: 'Learn more',
emptyStateLinkUrl: 'https://help.emarsys.com/hc/en-us/articles/360003076334-Email-Style-Settings',
defaultValue: {
image: {
mediaDB: 'Media DB',
},
},
validationErrors: {
wrongImage: 'The image URL cannot be found.',
wrongIdFormat: 'This variable name is invalid. Please use only Latin letters (A-Z, a-z).',
idAlreadyUsed: 'This variable name is already in use. Please try a new one.',
wrongValue: 'This variable value is invalid. Please do not use curly brackets ({, }).',
},
applyButton: 'Apply',
cancelButton: 'Cancel',
}