From 8d0d4b6e817e2f080058dd82c8ce8b20d321bb76 Mon Sep 17 00:00:00 2001 From: Tobias Klika Date: Mon, 17 Jan 2022 12:09:23 +0100 Subject: [PATCH] disable translation type change for now --- zero.Backoffice.UI/app/modules/translations/schemas/editor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }