50 lines
1.6 KiB
YAML
50 lines
1.6 KiB
YAML
|
'@extends':
|
||
|
type: default
|
||
|
context: blueprints://pages
|
||
|
|
||
|
form:
|
||
|
fields:
|
||
|
tabs:
|
||
|
type: tabs
|
||
|
active: 1
|
||
|
|
||
|
fields:
|
||
|
theme:
|
||
|
type: tab
|
||
|
title: Theme
|
||
|
|
||
|
fields:
|
||
|
header.frontPageBoxTitle:
|
||
|
type: string
|
||
|
label: Frontpage Box Title
|
||
|
default: "Just be you."
|
||
|
header.frontPageBoxSubtitle:
|
||
|
type: string
|
||
|
label: Frontpage Box Subtitle
|
||
|
default: "FISO is the umbrella representing internationalisation, inclusivity and wellbeing for students in Eindhoven."
|
||
|
header.boardIntro:
|
||
|
type: string
|
||
|
label: Board Introduction Text (displayed above board members)
|
||
|
default: "The FISO board for the academic year of 2024-2025 consists of:"
|
||
|
header.board:
|
||
|
type: list
|
||
|
label: Board
|
||
|
style: vertical
|
||
|
fields:
|
||
|
.name:
|
||
|
type: text
|
||
|
label: Board Member Name
|
||
|
.function:
|
||
|
type: text
|
||
|
label: Board Member Function
|
||
|
.email:
|
||
|
type: text
|
||
|
label: Board Member Email
|
||
|
.photo:
|
||
|
type: filepicker
|
||
|
folder: 'self@'
|
||
|
preview_images: true
|
||
|
label: Select the board member photo (upload it to the page first)
|
||
|
accept:
|
||
|
- .png
|
||
|
- .jpg
|