diff options
Diffstat (limited to 'src/model')
-rw-r--r-- | src/model/Blocks.php | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/model/Blocks.php b/src/model/Blocks.php index 53268db..21e3c18 100644 --- a/src/model/Blocks.php +++ b/src/model/Blocks.php | |||
@@ -2,6 +2,10 @@ | |||
2 | // src/model/Blocks.php | 2 | // src/model/Blocks.php |
3 | 3 | ||
4 | class Blocks{ | 4 | class Blocks{ |
5 | static public array $blocks = ['post_block' => 'Articles libres', 'news_block' => 'Actualités', 'galery' => 'Galerie', 'calendar' => 'Calendrier', 'form' => 'Formulaire']; | 5 | static public array $blocks = ['post_block' => 'Articles libres', 'news_block' => 'Actualités', |
6 | static public array $presentations = ['fullwidth' => 'Pleine largeur', 'grid' => 'Grille', 'mosaic' => 'Mosaïque', 'carousel' => 'Carrousel']; | 6 | //'galery' => 'Galerie', |
7 | 'calendar' => 'Calendrier', 'form' => 'Formulaire']; | ||
8 | static public array $presentations = ['fullwidth' => 'Pleine largeur', 'grid' => 'Grille', 'mosaic' => 'Mosaïque' | ||
9 | //, 'carousel' => 'Carrousel' | ||
10 | ]; | ||
7 | } \ No newline at end of file | 11 | } \ No newline at end of file |