✨ Rewrite for Kirby
This commit is contained in:
parent
07201d05de
commit
f854d60108
116 changed files with 4156 additions and 8875 deletions
21
site/blueprints/pages/quotes.yml
Normal file
21
site/blueprints/pages/quotes.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
title: Quotes Page
|
||||
|
||||
sections:
|
||||
fields:
|
||||
type: fields
|
||||
fields:
|
||||
text:
|
||||
type: textarea
|
||||
size: small
|
||||
quotes:
|
||||
type: pages
|
||||
search: true
|
||||
image: false
|
||||
template: quote
|
||||
sortBy: date desc
|
||||
empty: No quotes yet
|
||||
layout: table
|
||||
columns:
|
||||
date:
|
||||
label: Published on
|
||||
width: 1/6
|
Loading…
Add table
Add a link
Reference in a new issue