Browse Source

Merge branch 'develop'

master
Guillaume 2 years ago
parent
commit
c4303dd49f
2 changed files with 2 additions and 3 deletions
  1. +2
    -2
      Definition/Field/Workshop/TypeFieldDefinition.php
  2. +0
    -1
      Definition/Field/Workshop/WorkshopThematicFieldDefinition.php

+ 2
- 2
Definition/Field/Workshop/TypeFieldDefinition.php View File

@@ -15,8 +15,8 @@ class TypeFieldDefinition extends AbstractFieldDefinition
public function configureIndex(): array
{
return [
'title',
'image'
'image',
'title'
];
}


+ 0
- 1
Definition/Field/Workshop/WorkshopThematicFieldDefinition.php View File

@@ -16,7 +16,6 @@ class WorkshopThematicFieldDefinition extends AbstractFieldDefinition
return [
'image',
'title',
'color'
];
}


Loading…
Cancel
Save