feat(demo): add story 1 — Sorano: Rock and Time
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user