[SITE] add template, blueprint, css for photo pages
This commit is contained in:
parent
e810aa8071
commit
c79ea83e0d
20 changed files with 542 additions and 705 deletions
|
@ -1,6 +1,8 @@
|
|||
title: Page
|
||||
pages: true
|
||||
|
||||
files: true
|
||||
|
||||
fields:
|
||||
title:
|
||||
label: Title
|
||||
|
|
22
site/blueprints/photo.yaml
Normal file
22
site/blueprints/photo.yaml
Normal file
|
@ -0,0 +1,22 @@
|
|||
title: Photo
|
||||
pages:
|
||||
build:
|
||||
- title: carousel
|
||||
uid: carousel
|
||||
template: carousel
|
||||
template:
|
||||
- photo
|
||||
- carousel
|
||||
|
||||
files: true
|
||||
|
||||
fields:
|
||||
title:
|
||||
label: Title
|
||||
type: text
|
||||
text:
|
||||
label: Text
|
||||
type: textarea
|
||||
text2:
|
||||
label: Text below masonry
|
||||
type: textarea
|
19
site/blueprints/redirect.yaml
Normal file
19
site/blueprints/redirect.yaml
Normal file
|
@ -0,0 +1,19 @@
|
|||
title: Page
|
||||
pages: true
|
||||
|
||||
files: false
|
||||
|
||||
fields:
|
||||
title:
|
||||
label: Title (not used)
|
||||
type: text
|
||||
target:
|
||||
label: Target
|
||||
type: page
|
||||
red_type:
|
||||
label: Redirect Type
|
||||
type: radio
|
||||
default: temporarly
|
||||
options:
|
||||
temp: temporarly (302)
|
||||
perm: permanent (301)
|
|
@ -3,6 +3,7 @@ Title: Site
|
|||
pages:
|
||||
template:
|
||||
- default
|
||||
- redirect
|
||||
|
||||
fields:
|
||||
title:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue