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
|
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
|
||||||
|
|
|
||||||
|
|
@ -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
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