You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browser version: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36
CMS configuration
locale: fr
backend:
name: github
branch: master
repo: betagouv/beta.gouv.fr
api_root: https://api.github.com
auth_scope: repo
base_url: https://betagouv-cms-auth.osc-secnum-fr1.scalingo.io
commit_messages:
create: Création de {{slug}} dans {{collection}} !
update: Mise à jour de {{slug}} dans {{collection}}
delete: Suppression de {{slug}} dans {{collection}}
uploadMedia: Nouvelle image {{path}}
deleteMedia: Suppression de l'image {{path}}
open_authoring: true
always_fork: true
squash_merges: true
use_graphql: true
media_folder: img/netlifycms
display_url: https://beta.gouv.fr
logo_url: https://beta.gouv.fr/assets/images/favicons/apple-touch-icon-180x180.png
show_preview_links: true
slug:
encoding: ascii
clean_accents: true
sanitize_replacement: .
publish_mode: editorial_workflow
relation_default_options:
widget: relation
valueField: "{{slug}}"
displayFields:
- title
searchFields:
- slug
- title
date_field_defaults:
widget: datetime
format: YYYY-MM-DD
dateFormat: YYYY-MM-DD
timeFormat: false
default: null
collections:
- name: startups
publish: false
label: Produits
preview_path: startups/{{slug}}
label_singular: Produit
folder: content/_startups
create: true
delete: false
editor:
preview: false
fields:
- label: Quel est le nom de ta Startup d'Etat ?
name: title
hint: Ce nom sert d'identifiant pour la startup et ne doit pas dépasser 30
caractères
widget: string
pattern:
- ^.{1,30}$
- Vous êtes limité à 20 caractères
- label: Quel est son objectif principal ?
hint: >
Par exemple : "Faciliter la création d'une fiche produit". Pas besoin
de faire plus long.
name: mission
widget: string
- label: Administration sponsor ou partenaire
name: sponsors
collapsed: false
valueField: /organisations/{{slug}}
displayFields:
&a2
- "{{name}} ({{slug}})"
searchFields:
&a1
- slug
- name
collection: organisations
label_singular: Sponsor
widget: relation
multiple: true
required: true
value_field: /organisations/{{slug}}
search_fields: *a1
display_fields: *a2
- widget: relation
valueField: "{{slug}}"
displayFields:
&a4
- title
searchFields:
&a3
- slug
- title
label: Quel est l'incubateur qui t'accompagne ?
name: incubator
collection: incubators
value_field: "{{slug}}"
search_fields: *a3
display_fields: *a4
- label: Lien vers le produit
name: link
widget: string
required: false
- label: Lien vers le code source
name: repository
widget: string
required: false
- label: Email de contact
name: contact
widget: string
pattern:
- ^[^@\s]+@[^@\s]+\.[^@\s]+$
- Ce doit être un email valide
required: true
- label: Statistiques d'usage publiques
name: stats
widget: boolean
required: false
- label: Lien vers la page budget
name: budget_url
widget: string
required: false
- label: Lien vers la page Dashlord
hint: >
Pour inscrire ta startup sur dashlord.incubateur.net, visite
https://github.com/betagouv/dashlord/blob/main/dashlord.yml
name: dashlord_url
widget: string
required: fa
...
The text was updated successfully, but these errors were encountered:
Hi @AudreyH49, we believe that you have a problem, but in order for anybody to help you, you need to provide as much detail as possible. The issue template contains the bare minimum of what is required (how to reproduce, expected behaviour, screenshots, etc..).
I'm closing this issue for now. If the problem persists, please open a new issue with all of the details filled out. Also, before posting a new issue, please verify that everything is all right with your environment (computer, internet, browser) and verify whether this issue was already reported by someone else. For general help, please turn to our Slack.
Describe the bug
To Reproduce
Expected behavior
Screenshots
Applicable Versions:
netlify-cms@2.10.192
github
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36
CMS configuration
The text was updated successfully, but these errors were encountered: