Skip to content

Commit

Permalink
DEMO-263: Change field order for folder
Browse files Browse the repository at this point in the history
  • Loading branch information
damianz5 committed Dec 10, 2018
1 parent a1844a6 commit 9f7105b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/AppBundle/MigrationVersions/all.yml
Expand Up @@ -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
Expand All @@ -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 }
-
Expand All @@ -96,7 +89,7 @@
searchable: true
category: content
description: 'Descriptive title, non displayed.'
position: 3
position: 2
validator-configuration:
StringLengthValidator: { maxStringLength: 100, minStringLength: false }
-
Expand All @@ -106,14 +99,21 @@
category: content
description: 'Displayed as a separate paragraph at top.'
searchable: true
position: 4
position: 3
-
type: ezrichtext
name: Description
identifier: description
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
Expand Down

0 comments on commit 9f7105b

Please sign in to comment.