feat(demo): add story 1 — Sorano: Rock and Time

This commit is contained in:
2026-06-20 21:19:57 +02:00
parent 42ed59a6b3
commit 8f87155c1d
5508 changed files with 1595740 additions and 124 deletions
+30 -3
View File
@@ -1,7 +1,4 @@
title: 'Trip'
'@extends':
type: default
context: blueprints://pages
form:
fields:
@@ -9,6 +6,21 @@ form:
type: tabs
active: 1
fields:
content:
type: tab
title: Content
fields:
header.title:
type: text
label: Title
validate:
required: true
content:
type: markdown
label: Description
trip:
type: tab
title: Trip
@@ -36,3 +48,18 @@ form:
label: 'Photo Album URL'
placeholder: 'https://photos.google.com/...'
help: 'Link to external photo album for this trip'
publishing:
type: tab
title: Publishing
fields:
header.published:
type: toggle
label: Published
highlight: 1
default: 1
options:
1: 'Yes'
0: 'No'
validate:
type: bool