disable translation type change for now

This commit is contained in:
2022-01-17 12:09:23 +01:00
parent 3a25e93629
commit 8d0d4b6e81
@@ -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' }