diff options
Diffstat (limited to 'src/model/Blocks.php')
-rw-r--r-- | src/model/Blocks.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/model/Blocks.php b/src/model/Blocks.php index f6475cd..a6fab45 100644 --- a/src/model/Blocks.php +++ b/src/model/Blocks.php | |||
@@ -3,10 +3,10 @@ | |||
3 | 3 | ||
4 | class Blocks{ | 4 | class Blocks{ |
5 | /*private array $types = ['blog', 'grid', 'calendar', 'galery', 'form'];*/ | 5 | /*private array $types = ['blog', 'grid', 'calendar', 'galery', 'form'];*/ |
6 | static private array $types = ['post_block', 'news_block', 'calendar', 'galery', 'form']; | 6 | static private array $types = ['post_block', 'news_block', 'galery', 'calendar', 'form']; |
7 | 7 | ||
8 | /*private array $names = ['Blog', 'Grille', 'Calendrier', 'Galerie', 'Formulaire'];*/ | 8 | /*private array $names = ['Blog', 'Grille', 'Calendrier', 'Galerie', 'Formulaire'];*/ |
9 | static private array $names = ['Articles libres', 'Actualités', 'Calendrier', 'Galerie', 'Formulaire']; | 9 | static private array $names = ['Articles libres', 'Actualités', 'Galerie', 'Calendrier', 'Formulaire']; |
10 | 10 | ||
11 | static public function getNameList(): array | 11 | static public function getNameList(): array |
12 | { | 12 | { |