# Configs demo-base # https://decapcms.org/docs/configuration-options/ # https://github.com/sveltia/sveltia-cms/blob/main/README.md logo_url: /logo.svg site_url: https://jessica-eunolia.netlify.app display_url: https://jessica-eunolia.netlify.app # https://decapcms.org/docs/gitlab-backend/ backend: # Fake backend pour affichage CMS name: gitlab branch: main repo: ekliptus/fake auth_type: pkce app_id: fake # site_domain: 2.devtest.eunolia.fr # base_url: https://2.devtest.eunolia.fr media_folder: "assets/cms" # Location where files will be stored in the repo public_folder: "@assets/cms" # The src attribute for uploaded media # Fake collection pour affichage CMS collections: - name: "config" label: "Configuration" files: - file: "configs/site.json" label: "Configuration du site" name: "siteConfig" fields: - { label: "Nom du site", name: "name", widget: "string" } # - name: "testcoll" # Used in routes, e.g., /admin/collections/blog # label: "Magasin test Collection" # Used in the UI # folder: "src/content/test/testColl" # The path to the folder where the documents are stored # create: true # Allow users to create new documents in this collection # fields: # The fields for each document, usually in frontmatter # - { label: "Titre", name: "title", widget: "string" } # - { label: "Description", name: "description", widget: "string" } # # - { label: "Texte lien perso", name: "customLink_label", widget: "string" } # # - { label: "Lien perso", name: "customLink", widget: "string" } # - { label: "Date publication", name: "date", widget: "datetime" } # # - { label: "Layout", name: "layout", widget: "hidden", default: "blog" } # - { label: "Corps de fichier", name: "body", widget: "markdown" } locale: "fr"