diff --git a/site/blueprints/pages/about.yml b/site/blueprints/pages/about.yml index 6afd27e..f9d0a97 100644 --- a/site/blueprints/pages/about.yml +++ b/site/blueprints/pages/about.yml @@ -14,6 +14,15 @@ tabs: fields: intro: type: writer + marks: + - bold + - italic + - green + - pixel + - underline + - strike + - clear + - link nodes: - heading headings: @@ -21,6 +30,7 @@ tabs: buttons: false help: Section de texte centrée. body: + label: corps type: blocks fieldsets: - type: text diff --git a/site/blueprints/pages/article.yml b/site/blueprints/pages/article.yml index 486a3e6..2620402 100644 --- a/site/blueprints/pages/article.yml +++ b/site/blueprints/pages/article.yml @@ -42,24 +42,11 @@ tabs: label: Contenu de l'article type: blocks fieldsets: - heading: - label: Titre - type: heading - text: - label: Texte - type: text - quote: - label: Citation - type: quote - image: - label: Image - type: image - list: - label: Liste - type: list - video: - label: Vidéo - type: video + - heading + - text + - list + - image + - video # Sidebar sidebar: diff --git a/site/blueprints/pages/blog.yml b/site/blueprints/pages/blog.yml index 9f1d2ae..d17fc5b 100644 --- a/site/blueprints/pages/blog.yml +++ b/site/blueprints/pages/blog.yml @@ -15,10 +15,12 @@ tabs: marks: - bold - italic - - underline - - strike - green - pixel + - underline + - strike + - clear + - link nodes: - heading headings: diff --git a/site/blueprints/pages/default.yml b/site/blueprints/pages/default.yml index eaf29ff..aad110c 100644 --- a/site/blueprints/pages/default.yml +++ b/site/blueprints/pages/default.yml @@ -12,10 +12,12 @@ columns: marks: - bold - italic - - underline - - strike - green - pixel + - underline + - strike + - clear + - link sidebar: width: 1/3 sections: diff --git a/site/blueprints/pages/expertise.yml b/site/blueprints/pages/expertise.yml index 0dca120..b837433 100644 --- a/site/blueprints/pages/expertise.yml +++ b/site/blueprints/pages/expertise.yml @@ -18,16 +18,18 @@ tabs: marks: - bold - italic - - underline - - strike - green - pixel + - underline + - strike + - clear + - link required: true help: "Ex: PLAY THE REAL." - textes: - label: Texte + body: + label: corps type: blocks fieldsets: - text_bloc: - label: bloc de texte - type: text + - text + - list + type: blocks diff --git a/site/blueprints/pages/game.yml b/site/blueprints/pages/game.yml index a3c5e5b..60fa7c0 100644 --- a/site/blueprints/pages/game.yml +++ b/site/blueprints/pages/game.yml @@ -26,10 +26,12 @@ columns: marks: - bold - italic - - underline - - strike - green - pixel + - underline + - strike + - clear + - link # Sidebar - width: 1/3 diff --git a/site/blueprints/pages/portfolio.yml b/site/blueprints/pages/portfolio.yml index 4aa0011..0748cef 100644 --- a/site/blueprints/pages/portfolio.yml +++ b/site/blueprints/pages/portfolio.yml @@ -1,5 +1,5 @@ title: Portfolio -icon: grid +icon: images tabs: content: diff --git a/site/blueprints/pages/project.yml b/site/blueprints/pages/project.yml index 4a0cdc9..2d494fb 100644 --- a/site/blueprints/pages/project.yml +++ b/site/blueprints/pages/project.yml @@ -28,10 +28,12 @@ columns: marks: - bold - italic - - underline - - strike - green - pixel + - underline + - strike + - clear + - link help: "Ex: Transformez votre lecture en aventure." description: label: Description @@ -39,10 +41,12 @@ columns: marks: - bold - italic - - underline - - strike - green - pixel + - underline + - strike + - clear + - link help: Description complète du projet images: @@ -90,6 +94,7 @@ columns: label: Vignette type: files layout: cards + size: small max: 1 accept: image/* translate: false