Commit 84f2293f authored by santiago duque's avatar santiago duque

yaml adjustments and cleaning up

parent 19d07f88
...@@ -648,3 +648,5 @@ body { ...@@ -648,3 +648,5 @@ body {
.menu-head { gap: 16px; } .menu-head { gap: 16px; }
} }
Title: Sandbox
----
Test:
----
Uuid: 7hq2RUkhwEOtnUSh
\ No newline at end of file
name: Field Log / Note name: Field Log / Note
icon: tag icon: tag
preview: fields preview: fields
wysiwyg: true
fields: fields:
note_label: note_label:
label: Note Label label: Note Label
......
name: Pinned Image name: Pinned Image
icon: image icon: image
preview: fields preview: fields
wysiwyg: true
fields: fields:
image: image:
label: Background Image label: Background Image
......
name: Pinned Text name: Pinned Text
icon: layers icon: layers
preview: fields preview: fields
wysiwyg: true
fields: fields:
heading: heading:
label: Heading label: Heading
......
name: Prose Section name: Prose Section
icon: text icon: text
wysiwyg: true
preview: fields preview: fields
tabs: tabs:
content: content:
...@@ -9,6 +10,11 @@ tabs: ...@@ -9,6 +10,11 @@ tabs:
label: Section Label label: Section Label
type: text type: text
help: "e.g. I · The descent" help: "e.g. I · The descent"
width: 1/2
capitalise:
type: toggle
label: Capitalise first paragraph
width: 1/2
text: text:
label: Prose Content label: Prose Content
type: writer type: writer
...@@ -21,5 +27,4 @@ tabs: ...@@ -21,5 +27,4 @@ tabs:
- paragraph - paragraph
- bulletList - bulletList
- orderedList - orderedList
capitalise:
type: toggle
name: Pull Quote name: Pull Quote
icon: quote icon: quote
preview: fields preview: fields
wysiwyg: true
fields: fields:
text: text:
label: Quote Text label: Quote Text
......
name: Texture Slot name: Texture Slot
icon: image icon: image
preview: fields preview: fields
wysiwyg: true
fields: fields:
style: style:
label: Texture Style label: Texture Style
......
<?php snippet('html-head', [ <?php snippet('html-head', [
'pageTitle' => $site->title()->value() . ' — Cover', 'pageTitle' => $site->title()->value() . ' — Cover',
'extraCss' => ['assets/css/home.css'],
]) ?> ]) ?>
<body data-screen-label="00 Cover"> <body data-screen-label="00 Cover">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment