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