rename propertyEditorUI to propertyEditorUi

This commit is contained in:
Niels Lyngsø
2023-05-31 15:18:34 +02:00
parent b68e25ce1b
commit ea63e3de3b
55 changed files with 173 additions and 173 deletions

View File

@@ -6,7 +6,7 @@ const classNamePrefix = 'Umb';
const extensions = [
{
type: 'propertyEditorUI',
type: 'propertyEditorUi',
path: '../../src/backoffice/shared/property-editors/uis',
templatePath: './templates/property-editor-ui',
},