diff --git a/zero.Backoffice.UI/app/modules/translations/schemas/editor.ts b/zero.Backoffice.UI/app/modules/translations/schemas/editor.ts index 5e9f5304..7c060d20 100644 --- a/zero.Backoffice.UI/app/modules/translations/schemas/editor.ts +++ b/zero.Backoffice.UI/app/modules/translations/schemas/editor.ts @@ -7,7 +7,7 @@ editor.resourcePrefix = '@translation.fields.'; editor.field('key').text({ maxLength: 300 }); -editor.field('display').state({ +editor.field('display', { readonly: true }).state({ items: [ { label: '@translation.display.text', value: 'text' }, { label: '@translation.display.html', value: 'html' }