diff options
author | polo <ordipolo@gmx.fr> | 2025-09-29 20:20:26 +0200 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2025-09-29 20:20:26 +0200 |
commit | 23fe455ead832c97fdabafca78393e21a18086bf (patch) | |
tree | f49603ceff42972ee3f3dae88050c2da586f2759 /src/model/Blocks.php | |
parent | 58d2a7f5f0b8fbb93730ad2332fa484bbfc80d4c (diff) | |
download | cms-23fe455ead832c97fdabafca78393e21a18086bf.zip |
présentation mosaïque
Diffstat (limited to 'src/model/Blocks.php')
-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 |