untrack content dir
This commit is contained in:
parent
55684b6079
commit
fb310b279e
47 changed files with 634 additions and 189 deletions
|
|
@ -1,36 +0,0 @@
|
|||
title: Article
|
||||
image:
|
||||
back: black
|
||||
|
||||
tabs:
|
||||
contentTab:
|
||||
label: Contenu
|
||||
sections:
|
||||
bodySection:
|
||||
label: Corps
|
||||
type: fields
|
||||
fields:
|
||||
body:
|
||||
label: Corps
|
||||
type: textarea
|
||||
metaTab:
|
||||
label: Métadonnées
|
||||
sections:
|
||||
metadata:
|
||||
type: fields
|
||||
fields:
|
||||
published:
|
||||
label: Date de publication
|
||||
type: date
|
||||
default: today
|
||||
width: 1/3
|
||||
category:
|
||||
label: Catégorie
|
||||
type: select
|
||||
options: query
|
||||
query: site.categories.split
|
||||
width: 1/3
|
||||
author:
|
||||
label: Auteur
|
||||
type: users
|
||||
width: 1/3
|
||||
|
|
@ -11,3 +11,4 @@ columns:
|
|||
label: Années
|
||||
type: pages
|
||||
template: year
|
||||
sortBy: title desc
|
||||
|
|
|
|||
17
site/blueprints/pages/blocks.yml
Normal file
17
site/blueprints/pages/blocks.yml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
title: Blocs
|
||||
image:
|
||||
back: black
|
||||
icon: bars
|
||||
|
||||
tabs:
|
||||
contentTab:
|
||||
label: Contenu
|
||||
sections:
|
||||
bodySection:
|
||||
label: Corps
|
||||
type: fields
|
||||
fields:
|
||||
body:
|
||||
label: Corps
|
||||
type: layout
|
||||
metaTab: tabs/meta
|
||||
20
site/blueprints/pages/linear.yml
Normal file
20
site/blueprints/pages/linear.yml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
title: Linéaire
|
||||
image:
|
||||
back: black
|
||||
icon: bars
|
||||
create:
|
||||
fields:
|
||||
- category
|
||||
|
||||
tabs:
|
||||
contentTab:
|
||||
label: Contenu
|
||||
sections:
|
||||
bodySection:
|
||||
label: Corps
|
||||
type: fields
|
||||
fields:
|
||||
body:
|
||||
label: Corps
|
||||
type: writer
|
||||
metaTab: tabs/meta
|
||||
|
|
@ -8,8 +8,10 @@ columns:
|
|||
sections:
|
||||
articles:
|
||||
type: pages
|
||||
template: article
|
||||
templates:
|
||||
- linear
|
||||
- blocks
|
||||
- width: 2/3
|
||||
fields:
|
||||
edito:
|
||||
type: textarea
|
||||
type: writer
|
||||
|
|
|
|||
|
|
@ -3,15 +3,7 @@ title: Site
|
|||
tabs:
|
||||
contentTab:
|
||||
label: Contenu
|
||||
columns:
|
||||
- width: 1/3
|
||||
sections:
|
||||
informativePages:
|
||||
label: Pages d'informations
|
||||
type: pages
|
||||
template: static
|
||||
- width: 2/3
|
||||
fields:
|
||||
edito:
|
||||
label: Éditorial
|
||||
type: writer
|
||||
fields:
|
||||
edito:
|
||||
label: Éditorial
|
||||
type: writer
|
||||
|
|
|
|||
20
site/blueprints/tabs/meta.yml
Normal file
20
site/blueprints/tabs/meta.yml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
label: Métadonnées
|
||||
sections:
|
||||
metadata:
|
||||
type: fields
|
||||
fields:
|
||||
published:
|
||||
label: Date de publication
|
||||
type: date
|
||||
default: today
|
||||
width: 1/3
|
||||
category:
|
||||
label: Catégorie
|
||||
type: select
|
||||
options: query
|
||||
query: site.categories.split
|
||||
width: 1/3
|
||||
author:
|
||||
label: Auteur
|
||||
type: users
|
||||
width: 1/3
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
title: Adminitrateur
|
||||
title: Adminitrateurs
|
||||
description: Un administrateur a tous les droits.
|
||||
image:
|
||||
icon: star-filled
|
||||
|
|
|
|||
30
site/blueprints/users/author.yml
Normal file
30
site/blueprints/users/author.yml
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
title: Auteurs
|
||||
description: Un auteur a tous les droits.
|
||||
image:
|
||||
icon: pen
|
||||
|
||||
permissions:
|
||||
access:
|
||||
*: false
|
||||
files:
|
||||
*: false
|
||||
languages:
|
||||
*: false
|
||||
pages:
|
||||
*: false
|
||||
site:
|
||||
*: false
|
||||
user:
|
||||
*: false
|
||||
users:
|
||||
*: false
|
||||
|
||||
columns:
|
||||
- width: 1/2
|
||||
fields:
|
||||
link:
|
||||
label: Lien
|
||||
- width: 1/2
|
||||
fields:
|
||||
presentation:
|
||||
type: writer
|
||||
Loading…
Add table
Add a link
Reference in a new issue