Sfoglia il codice sorgente

[Backend] Ateliers : ajustement FieldDefinition

develop
Guillaume 2 anni fa
parent
commit
8b4696436d
2 ha cambiato i file con 2 aggiunte e 3 eliminazioni
  1. +2
    -2
      Definition/Field/Workshop/TypeFieldDefinition.php
  2. +0
    -1
      Definition/Field/Workshop/WorkshopThematicFieldDefinition.php

+ 2
- 2
Definition/Field/Workshop/TypeFieldDefinition.php Vedi 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 Vedi File

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


Loading…
Annulla
Salva