correct labels (#18650)

This commit is contained in:
Niels Lyngsø
2025-03-12 10:17:20 +01:00
committed by GitHub
parent dfe100d7fc
commit b3e192916d

View File

@@ -10,14 +10,15 @@ export const manifest: ManifestPropertyEditorSchema = {
properties: [
{
alias: 'group',
label: 'Define a tag group',
label: 'Tag group',
description: '',
propertyEditorUiAlias: 'Umb.PropertyEditorUi.TextBox',
},
{
alias: 'storageType',
label: 'Storage Type',
description: '',
description:
'Select whether to store the tags in cache as JSON (default) or CSV format. Notice that CSV does not support commas in the tag value.',
propertyEditorUiAlias: 'Umb.PropertyEditorUi.Select',
config: [
{