untrack content dir

This commit is contained in:
isUnknown 2024-03-09 11:27:10 +01:00
parent 55684b6079
commit fb310b279e
47 changed files with 634 additions and 189 deletions

View file

@ -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

View file

@ -11,3 +11,4 @@ columns:
label: Années
type: pages
template: year
sortBy: title desc

View 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

View 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

View file

@ -8,8 +8,10 @@ columns:
sections:
articles:
type: pages
template: article
templates:
- linear
- blocks
- width: 2/3
fields:
edito:
type: textarea
type: writer