From 9f7105bbc21271036fd1f93e1841bd9100cec515 Mon Sep 17 00:00:00 2001 From: Damian Zabawa Date: Mon, 10 Dec 2018 14:03:20 +0100 Subject: [PATCH] DEMO-263: Change field order for folder --- src/AppBundle/MigrationVersions/all.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/AppBundle/MigrationVersions/all.yml b/src/AppBundle/MigrationVersions/all.yml index 58cd6f07..07e87e96 100644 --- a/src/AppBundle/MigrationVersions/all.yml +++ b/src/AppBundle/MigrationVersions/all.yml @@ -69,13 +69,6 @@ default_sort_field: path default_sort_order: ASC attributes: - - - type: ezimage - name: Image - identifier: image - category: content - description: 'Image for header.' - position: 1 - type: ezstring name: Name @@ -85,7 +78,7 @@ category: content description: 'Title shown on website.' default-value: Folder - position: 2 + position: 1 validator-configuration: StringLengthValidator: { maxStringLength: 255, minStringLength: false } - @@ -96,7 +89,7 @@ searchable: true category: content description: 'Descriptive title, non displayed.' - position: 3 + position: 2 validator-configuration: StringLengthValidator: { maxStringLength: 100, minStringLength: false } - @@ -106,7 +99,7 @@ category: content description: 'Displayed as a separate paragraph at top.' searchable: true - position: 4 + position: 3 - type: ezrichtext name: Description @@ -114,6 +107,13 @@ category: content description: 'Body of text.' searchable: true + position: 4 + - + type: ezimage + name: Image + identifier: image + category: content + description: 'Image for header.' position: 5 - type: ezboolean