aboutsummaryrefslogtreecommitdiff
path: root/src/model/Blocks.php
blob: 21e3c180d0e78a3a02263e2a62923a391464bbfe (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
// src/model/Blocks.php

class Blocks{
    static public array $blocks = ['post_block' => 'Articles libres', 'news_block' => 'Actualités',
        //'galery' => 'Galerie',
        'calendar' => 'Calendrier', 'form' => 'Formulaire'];
    static public array $presentations = ['fullwidth' => 'Pleine largeur', 'grid' => 'Grille', 'mosaic' => 'Mosaïque'
        //, 'carousel' => 'Carrousel'
    ];
}