event : add link to location

This commit is contained in:
isUnknown 2026-05-06 11:33:22 +02:00
parent f2c45afbec
commit 0b296e9bc8
4 changed files with 13 additions and 0 deletions

View file

@ -45,6 +45,10 @@ tabs:
label: Lieu label: Lieu
placeholder: Théâtre-Sénart, Scène Nationale, Lieusaint placeholder: Théâtre-Sénart, Scène Nationale, Lieusaint
type: text type: text
link:
label: Lien
placeholder: https://www.bouffesdunord.com/
type: url
from: from:
label: Du label: Du
type: date type: date

View file

@ -3,4 +3,10 @@ title: Spectacles
tabs: tabs:
content: content:
label: contenu label: contenu
sections:
events:
label: Spectacles
type: pages
template: event
layout: cards
files: tabs/files files: tabs/files

0
site/templates/event.php Normal file
View file

View file

@ -0,0 +1,3 @@
<?php snippet('head') ?>
<?php snippet('header') ?>
<?php snippet('footer') ?>