Add blueprints and fake content
This commit is contained in:
parent
1ff19bf38f
commit
8235816462
592 changed files with 22385 additions and 31535 deletions
17
site/blueprints/pages/biography.yml
Normal file
17
site/blueprints/pages/biography.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
title:
|
||||
en: Biography
|
||||
fr: Biographie
|
||||
icon: text
|
||||
status:
|
||||
draft: true
|
||||
unlisted: true
|
||||
options:
|
||||
changeSlug: false
|
||||
changeStatus: false
|
||||
changeTemplate: false
|
||||
changeTitle: false
|
||||
delete: false
|
||||
duplicate: false
|
||||
tabs:
|
||||
content: tabs/biography_content
|
||||
seo: tabs/biography_seo
|
|
@ -1,8 +0,0 @@
|
|||
title: Default Page
|
||||
preset: page
|
||||
fields:
|
||||
text:
|
||||
label: Text
|
||||
type: textarea
|
||||
size: large
|
||||
|
5
site/blueprints/pages/error.yml
Normal file
5
site/blueprints/pages/error.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
title:
|
||||
en: Error
|
||||
fr: Erreur
|
||||
options:
|
||||
read: false
|
10
site/blueprints/pages/gallery.yml
Normal file
10
site/blueprints/pages/gallery.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
title:
|
||||
en: Gallery
|
||||
fr: Galerie
|
||||
icon: file-image
|
||||
status:
|
||||
draft: true
|
||||
listed: true
|
||||
tabs:
|
||||
content: tabs/gallery_content
|
||||
seo: tabs/gallery_seo
|
17
site/blueprints/pages/home.yml
Normal file
17
site/blueprints/pages/home.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
title:
|
||||
en: Home
|
||||
fr: Accueil
|
||||
icon: home
|
||||
status:
|
||||
draft: true
|
||||
unlisted: true
|
||||
options:
|
||||
changeSlug: false
|
||||
changeStatus: false
|
||||
changeTemplate: false
|
||||
changeTitle: false
|
||||
delete: false
|
||||
duplicate: false
|
||||
tabs:
|
||||
content: tabs/home_content
|
||||
seo: tabs/home_seo
|
Loading…
Add table
Add a link
Reference in a new issue