réglage de tout les champs texte en writer avec ou sans marks et node

This commit is contained in:
antonin gallon 2026-01-14 15:34:31 +01:00
parent ae85772faa
commit b039131102
10 changed files with 20 additions and 101 deletions

View file

@ -43,19 +43,3 @@ tabs:
cover: true cover: true
text: "{{ file.member_name }}" text: "{{ file.member_name }}"
info: "{{ file.role }}" info: "{{ file.role }}"
# SEO
seo:
label: SEO
icon: search
sections:
meta:
type: fields
fields:
meta_title:
label: Meta Title
type: text
meta_description:
label: Meta Description
type: textarea
size: small
maxlength: 160

View file

@ -26,8 +26,12 @@ tabs:
fields: fields:
intro: intro:
label: Introduction label: Introduction
type: textarea type: writer
size: small nodes:
- heading
headings:
- 1
buttons: false
help: "Résumé ou accroche de l'article" help: "Résumé ou accroche de l'article"
# Contenu # Contenu
@ -73,8 +77,11 @@ tabs:
cover: cover:
label: Image de couverture label: Image de couverture
type: files type: files
layout: cards
max: 1 max: 1
accept: image/* accept: image/*
image:
ratio: 16/9
uploads: uploads:
template: image template: image
@ -88,16 +95,3 @@ tabs:
query: site.find('blog').children.listed query: site.find('blog').children.listed
max: 3 max: 3
help: "Articles similaires à afficher en bas de page" help: "Articles similaires à afficher en bas de page"
# SEO
seo:
type: fields
fields:
meta_title:
label: Meta Title
type: text
meta_description:
label: Meta Description
type: textarea
size: small
maxlength: 160

View file

@ -29,9 +29,4 @@ tabs:
template: article template: article
info: "{{ page.date.toDate('d/m/Y') }}" info: "{{ page.date.toDate('d/m/Y') }}"
create: article create: article
sortBy: date desc sortBy: date desc
# SEO
seo:
label: SEO
icon: search

View file

@ -8,8 +8,7 @@ columns:
type: fields type: fields
fields: fields:
text: text:
type: textarea type: writer
size: huge
sidebar: sidebar:
width: 1/3 width: 1/3
sections: sections:

View file

@ -13,7 +13,8 @@ tabs:
fields: fields:
title: title:
label: Titre label: Titre
type: text type: writer
nodes: false
required: true required: true
help: "Ex: PLAY THE REAL." help: "Ex: PLAY THE REAL."
textes: textes:
@ -23,19 +24,3 @@ tabs:
text_bloc: text_bloc:
label: bloc de texte label: bloc de texte
type: text type: text
# SEO
seo:
label: SEO
icon: search
sections:
meta:
type: fields
fields:
meta_title:
label: Meta Title
type: text
meta_description:
label: Meta Description
type: textarea
size: small
maxlength: 160

View file

@ -22,8 +22,7 @@ columns:
fields: fields:
description: description:
label: Description label: Description
type: textarea type: writer
size: medium
# Sidebar # Sidebar
- width: 1/3 - width: 1/3

View file

@ -18,8 +18,9 @@ tabs:
required: true required: true
subtitle: subtitle:
label: Sous-titre label: Sous-titre
type: textarea type: writer
size: small marks: false
nodes: false
cta_text: cta_text:
width: 1/2 width: 1/2
label: Texte du bouton CTA label: Texte du bouton CTA
@ -46,19 +47,3 @@ tabs:
cover: true cover: true
uploads: uploads:
template: video template: video
# SEO
seo:
label: SEO
icon: search
sections:
meta:
type: fields
fields:
meta_title:
label: Meta Title
type: text
meta_description:
label: Meta Description
type: textarea
size: small
maxlength: 160

View file

@ -16,8 +16,3 @@ tabs:
template: game template: game
info: "{{ page.status_label }}" info: "{{ page.status_label }}"
create: game create: game
# SEO
seo:
label: SEO
icon: search

View file

@ -17,20 +17,3 @@ tabs:
template: project template: project
info: "{{ page.catchphrase }}" info: "{{ page.catchphrase }}"
create: project create: project
# SEO
seo:
label: SEO
icon: search
sections:
meta:
type: fields
fields:
meta_title:
label: Meta Title
type: text
meta_description:
label: Meta Description
type: textarea
size: small
maxlength: 160

View file

@ -23,12 +23,12 @@ columns:
fields: fields:
catchphrase: catchphrase:
label: Phrase d'accroche label: Phrase d'accroche
type: text type: writer
nodes: false
help: "Ex: Transformez votre lecture en aventure." help: "Ex: Transformez votre lecture en aventure."
description: description:
label: Description label: Description
type: textarea type: writer
size: medium
help: Description complète du projet help: Description complète du projet
images: images: