diff --git a/site/blueprints/pages/event.yml b/site/blueprints/pages/event.yml new file mode 100644 index 0000000..ddbfb0d --- /dev/null +++ b/site/blueprints/pages/event.yml @@ -0,0 +1,52 @@ +title: Spectacle + +tabs: + content: + label: Contenu + fields: + mainCredits: + label: Crédits principaux + type: structure + fields: + label: + type: text + value: + type: text + secondaryCredits: + label: Crédits secondaires + type: writer + nodes: false + marks: + - italic + - bold + - link + - mail + presentation: + type: writer + nodes: false + marks: + - italic + - bold + - link + - mail + dates: + type: structure + help: La saison concernée est déduite autmatiquement des dates. + fields: + locations: + label: Lieux + type: structure + fields: + name: + label: Nom + placeholder: Théâtre-Sénart, Scène Nationale, Lieusaint + type: text + dates: + label: Dates + type: structure + fields: + date: + label: Date + type: date + display: DD/MM/YYYY + files: tabs/files diff --git a/site/config/config.php b/site/config/config.php index e0ff3d9..bec7a72 100644 --- a/site/config/config.php +++ b/site/config/config.php @@ -1,5 +1,7 @@ true + 'debug' => true, + 'locale' => 'fr_FR.UTF-8', + 'date.handler' => 'intl', ]; \ No newline at end of file