diff --git a/site/blueprints/pages/about.yml b/site/blueprints/pages/about.yml index 61691eb..ec4aa35 100644 --- a/site/blueprints/pages/about.yml +++ b/site/blueprints/pages/about.yml @@ -1,6 +1,12 @@ title: À propos icon: users - +status: + draft: + label: Brouillon + text: La page est accessible uniquement pour les éditeurs connectés ou via un lien secret + listed: + label: Public + text: La page est accessible par tout le monde tabs: # Contenu content: @@ -30,7 +36,7 @@ tabs: buttons: false help: Section de texte centrée. body: - label: corps + label: Corps type: blocks fieldsets: heading: diff --git a/site/blueprints/pages/article.yml b/site/blueprints/pages/article.yml index ef55481..eaaf2e7 100644 --- a/site/blueprints/pages/article.yml +++ b/site/blueprints/pages/article.yml @@ -38,7 +38,7 @@ tabs: content: type: fields fields: - article_content: + body: label: Contenu de l'article type: blocks fieldsets: diff --git a/site/blueprints/pages/blog.yml b/site/blueprints/pages/blog.yml index 3e086f3..d072031 100644 --- a/site/blueprints/pages/blog.yml +++ b/site/blueprints/pages/blog.yml @@ -1,6 +1,12 @@ title: Blog icon: text - +status: + draft: + label: Brouillon + text: La page est accessible uniquement pour les éditeurs connectés ou via un lien secret + listed: + label: Public + text: La page est accessible par tout le monde tabs: # Intro intro: diff --git a/site/blueprints/pages/expertise.yml b/site/blueprints/pages/expertise.yml index 0205c8f..1226e6a 100644 --- a/site/blueprints/pages/expertise.yml +++ b/site/blueprints/pages/expertise.yml @@ -1,6 +1,12 @@ title: Expertise icon: wand - +status: + draft: + label: Brouillon + text: La page est accessible uniquement pour les éditeurs connectés ou via un lien secret + listed: + label: Public + text: La page est accessible par tout le monde tabs: content: label: Contenu @@ -27,7 +33,7 @@ tabs: required: true help: "Ex: PLAY THE REAL." body: - label: corps + label: Corps type: blocks fieldsets: text: diff --git a/site/blueprints/pages/game.yml b/site/blueprints/pages/game.yml index 536e970..72c95ae 100644 --- a/site/blueprints/pages/game.yml +++ b/site/blueprints/pages/game.yml @@ -14,10 +14,11 @@ icon: play columns: # Colonne principale - - width: 2/3 + main: + width: 2/3 sections: # Informations principales - main: + content: type: fields fields: lettering: @@ -47,9 +48,10 @@ columns: - link # Sidebar - - width: 1/3 + sidebar: + width: 1/3 sections: - info: + meta: type: fields fields: thumbnail: @@ -83,13 +85,13 @@ columns: help: Sans lien renseigner, le jeu aura une étiquette "coming soon" et ne sera pas jouable. type: structure fields: - link_label: + label: label: Nom du bouton required: true type: text width: 1/2 placeholder: "Ex: App Store, Site web..." - link_url: + url: label: URL required: true type: url diff --git a/site/blueprints/pages/home.yml b/site/blueprints/pages/home.yml index 2ea6155..2bb73e3 100644 --- a/site/blueprints/pages/home.yml +++ b/site/blueprints/pages/home.yml @@ -1,6 +1,12 @@ title: Accueil icon: home - +status: + draft: + label: Brouillon + text: La page est accessible uniquement pour les éditeurs connectés ou via un lien secret + listed: + label: Public + text: La page est accessible par tout le monde tabs: # Hero Section hero: diff --git a/site/blueprints/pages/jouer.yml b/site/blueprints/pages/jouer.yml index 5f2d6bf..ce81dbe 100644 --- a/site/blueprints/pages/jouer.yml +++ b/site/blueprints/pages/jouer.yml @@ -1,6 +1,12 @@ title: Jouer icon: play - +status: + draft: + label: Brouillon + text: La page est accessible uniquement pour les éditeurs connectés ou via un lien secret + listed: + label: Public + text: La page est accessible par tout le monde tabs: games: label: Jeux diff --git a/site/blueprints/pages/portfolio.yml b/site/blueprints/pages/portfolio.yml index 726d6f5..74bf948 100644 --- a/site/blueprints/pages/portfolio.yml +++ b/site/blueprints/pages/portfolio.yml @@ -1,6 +1,12 @@ title: Portfolio icon: images - +status: + draft: + label: Brouillon + text: La page est accessible uniquement pour les éditeurs connectés ou via un lien secret + listed: + label: Public + text: La page est accessible par tout le monde tabs: content: label: Contenu diff --git a/site/blueprints/pages/project.yml b/site/blueprints/pages/project.yml index b29b408..3802c5c 100644 --- a/site/blueprints/pages/project.yml +++ b/site/blueprints/pages/project.yml @@ -52,21 +52,18 @@ columns: images: type: fields fields: - images_gallery_video: + images_gallery: width: 2/3 - label: Galerie vidéo d'images + label: Galerie d'image type: files layout: cards - size: medium - max: 1 - accept: video/* + size: small + min: 6 + accept: image/* translate: false - image: - ratio: 2/3 - cover: true uploads: - template: video - help: Vidéo qui fait défiler une galerie d'images liée au jeu + template: image + help: "Une animation sera générée à partir des images de ce champ. Minimum optimal d'images : 9" mockup: width: 1/3 label: Image de mise en situation @@ -106,14 +103,14 @@ columns: label: Mots clés type: structure fields: - keywords_label: - label: label + label: + label: Label required: true type: text width: 1/2 - placeholder: "Ex: App Store, Site web..." - keywords_text: - label: text + placeholder: "Ex: Impact, Catégorie..." + text: + label: Texte required: true type: text width: 1/2 @@ -126,13 +123,13 @@ columns: label: Liens externes type: structure fields: - link_label: + label: label: Nom du bouton required: true type: text width: 1/2 placeholder: "Ex: App Store, Site web..." - link_url: + url: label: URL required: true type: url