feat: add localization to the property editor
This commit is contained in:
@@ -2606,5 +2606,7 @@ export default {
|
||||
},
|
||||
codeEditor: {
|
||||
label: 'Code editor',
|
||||
languageConfigLabel: 'Language',
|
||||
languageConfigDescription: 'Select the language for syntax highlighting and IntelliSense.',
|
||||
},
|
||||
} as UmbLocalizationDictionary;
|
||||
|
||||
@@ -14,8 +14,8 @@ export const manifest: ManifestPropertyEditorUi = {
|
||||
properties: [
|
||||
{
|
||||
alias: 'language',
|
||||
label: 'Language',
|
||||
description: 'Select the programming language.',
|
||||
label: '#codeEditor_languageConfigLabel',
|
||||
description: '{#codeEditor_languageConfigDescription}',
|
||||
propertyEditorUiAlias: 'Umb.PropertyEditorUi.Dropdown',
|
||||
config: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user