decaporg/decap-cms

Regulamin QUIZ e-multicontent

e-multicontent opened this issue · 1 comments

Describe the bug

To Reproduce

Expected behavior

Screenshots

Applicable Versions:

  • Netlify CMS version: netlify-cms-app@2.15.72
  • Git provider: git-gateway
  • Browser version: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36

CMS configuration

backend:
  name: git-gateway
  branch: main
  commit_messages:
    create: Create {{collection}} “{{slug}}”
    update: Update {{collection}} “{{slug}}”
    delete: Delete {{collection}} “{{slug}}”
    uploadMedia: Upload “{{path}}”
    deleteMedia: "[skip ci] Delete “{{path}}”"
site_url: https://e-multicontent.pl
display_url: https://e-multicontent.pl
logo_url: /logo-e-multicontent.svg
publish_mode: editorial_workflow
media_folder: static/img
public_folder: /img
collections:
  - name: blog
    label: Blog
    folder: src/pages/blog
    create: true
    fields:
      - label: Template Key
        name: templateKey
        widget: hidden
        default: blog-post
      - label: English
        name: english
        widget: string
      - label: Title
        name: title
        widget: string
      - label: Publish Date
        name: date
        widget: datetime
      - label: Description
        name: description
        widget: text
      - label: Featured Image
        name: featuredimage
        widget: image
      - label: Body
        name: body
        widget: markdown
      - label: Tags
        name: tags
        widget: list
      - label: author
        name: author
        widget: select
        options:
          - Marta
          - Agnieszka
          - Joanna
          - Alicja
          - Wpis gościnny naszego partnera biznesowego
          - Redakcja e-multicontent
    publish: true
    type: folder_based_collection
    sortable_fields:
      - commit_date
      - title
      - date
      - commit_author
      - description
    view_filters: []
    view_groups: []
  - name: oferta
    label: Oferta
    folder: src/pages/oferta
    create: true
    fields:
      - label: Template Key
        name: templateKey
        widget: hidden
        default: offer-page
      - label: English
        name: english
        widget: string
      - label: Header Image
        name: headerimage
        widget: image
      - label: Title
        name: title
        widget: string
      - label: Publish Date
        name: date
        widget: datetime
      - label: Description
        name: description
        widget: text
      - label: Icon
        name: icon
        widget: image
      - label: Subtitle
        name: subtitle
        widget: text
      - label: Body
        name: body
        widget: markdown
      - label: Tags
        name: tags
        widget: list
      - label: Footer Image
        name: footerimage
        widget: image
    publish: true
    type: folder_based_collection
    sortable_fields:
      - commit_date
      - title
      - date
      - commit_author
      - description
    view_filters: []
    view_groups: []
  - name: offer
    label: Oferta II
    folder: src/pages/offers
    create: true
    fields:
      - label: Template Key
        name: templateKey
        widget: hidden
        default: offer-post
      - label: English
        name: english
        widget: string
      - label: Category
        name: category
        widget: select
        options:
          - Transkreacje
          - Lokalizacja
          - Obsługa klienta
          - Copywriting PL
          - Copywriting wielojęzyczny
          - AI copywriting
          - Opisy produktów na marketplace
          - Pakiety abonamentowe dla e-commerce
          - Grafika i video dla e-commerce
          - Tłumaczenia tekstów i artykułów
          - Audyty i strategie contentowe
      - label: Background Image
        name: backgroundimage
        widget: image
      - label: Title
        name: title
        widget: string
      - label: Publish Date
        name: date
        wi
...

Hi @e-multicontent, please fill out all the fields in the issue template. The information you provided is not enough to debug the problem.

I'm closing the issue for now. Once you add the missing information, I can open it again.