event : add link to location
This commit is contained in:
parent
f2c45afbec
commit
0b296e9bc8
4 changed files with 13 additions and 0 deletions
|
|
@ -45,6 +45,10 @@ tabs:
|
|||
label: Lieu
|
||||
placeholder: Théâtre-Sénart, Scène Nationale, Lieusaint
|
||||
type: text
|
||||
link:
|
||||
label: Lien
|
||||
placeholder: https://www.bouffesdunord.com/
|
||||
type: url
|
||||
from:
|
||||
label: Du
|
||||
type: date
|
||||
|
|
|
|||
|
|
@ -3,4 +3,10 @@ title: Spectacles
|
|||
tabs:
|
||||
content:
|
||||
label: contenu
|
||||
sections:
|
||||
events:
|
||||
label: Spectacles
|
||||
type: pages
|
||||
template: event
|
||||
layout: cards
|
||||
files: tabs/files
|
||||
|
|
|
|||
0
site/templates/event.php
Normal file
0
site/templates/event.php
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<?php snippet('head') ?>
|
||||
<?php snippet('header') ?>
|
||||
<?php snippet('footer') ?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue