This website works better with JavaScript.
Home
Explore
Help
Sign In
Laclic
/
PietroBundle
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Merge branch 'develop'
master
Guillaume
2 years ago
parent
09d843ce53
8b4696436d
commit
c4303dd49f
2 changed files
with
2 additions
and
3 deletions
Unified View
Show Diff Stats
+2
-2
Definition/Field/Workshop/TypeFieldDefinition.php
+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 [
'
titl
e',
'
imag
e'
'
imag
e',
'
titl
e'
];
];
}
}
+ 0
- 1
Definition/Field/Workshop/WorkshopThematicFieldDefinition.php
View File
return [
return [
'image',
'image',
'title',
'title',
'color'
];
];
}
}
Write
Preview
Loading…
Cancel
Save