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

public function configureIndex(): array public function configureIndex(): array
{ {
return [ return [
'title',
'image'
'image',
'title'
]; ];
} }



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

return [ return [
'image', 'image',
'title', 'title',
'color'
]; ];
} }



Loading…
Cancel
Save