-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
status: unconfirmedtype: bugcode to address defects in shipped codecode to address defects in shipped code
Description
Error message when saving new guideline in netlify, see screenshot below. I noticed the error message was already there in the previous publiched version and that version is visible in Clinic, so I´m guessing it does not affect the actual publishing of the guideline. The version I´m working on is not yet ready for release.
Applicable Versions:
- Netlify CMS version:
netlify-cms-app@2.12.14 - Git provider:
github - Browser version:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36
CMS configuration
publish_mode: editorial_workflow
collections:
- view_filters: []
name: guidelines-se
slug: "{{slug}}"
folder: content/se/guidelines/
publish: true
sortableFields:
- commit_date
- title
- date
- author
label: Guidelines SE
fields:
- label: Title
name: title
widget: string
tagname: h1
- label: Fastställt av
name: asserter
widget: string
- label: Skrivet av (valfritt)
name: author
widget: string
required: false
- label: Publish Date
name: date
widget: datetime
format: YYYY-MM-DD
dateFormat: YYYY-MM-DD
timeFormat: false
required: false
- label: Link to google document (replaces the markdown below)
name: documentUrl
widget: string
required: false
hint: Open the approved guideline doc, select "share" then "Get sharable link".
Paste the url here
- label: Guide (entrywayId)
name: entrywayId
required: false
widget: string
- label: Tags
name: tags
widget: select
multiple: true
options:
- doctor
- midwife
- physiotherapist
- psychologist
- nurse
required: false
- label: Behandlare
name: treater
required: false
widget: select
options:
- label: Läkare
value: doctor
- label: Barnmorskor
value: midwife
- label: Fysioterapeuter
value: physiotherapist
- label: Psykologer
value: psychologist
- label: Sjuksköterskor
value: nurse
- label: Samarbetspartners
value: partners
- name: isLinkPage
label: Är detta en Länksida?
widget: boolean
default: false
required: false
- label: Body
name: body
widget: markdown
- name: versions
label: Versionshistorik
widget: list
label_singular: Version
collapsed: true
fields:
- label: Version
name: version_number
default: "1.0"
pattern:
- v?[0-9]+(\.+[0-9]+){1,4}
- Use a proper version number, like 1.0, 1.1.0 etc.
widget: string
- label: Datum för införande
name: version_date
widget: datetime
format: YYYY-MM-DD
dateFormat: YYYY-MM-DD
timeFormat: false
- label: Name
name: editor
widget: string
- label: Beskrivning
name: description
widget: text
- name: hidden
label: Dölj i listvy
widget: boolean
default: false
required: false
create: true
description: Riktlinjer
- view_filters: []
name: guidelines-gb
slug: "{{slug}}"
folder: content/gb/guidelines
publish: true
sortableFields:
- commit_date
- title
- date
- author
label: Guidelines GB
fields:
- label: Title
name: title
widget: string
tagname: h1
- label: Asserted by
name: asserter
widget: string
- label: Written by
name: author
widget: string
required: false
- label: Publish Date
name: date
widget: datetime
format: YYYY-MM-DD
dateFormat: YYYY-MM-DD
timeFormat: false
required: false
- label: Link to google document (replaces the markd
...
Metadata
Metadata
Assignees
Labels
status: unconfirmedtype: bugcode to address defects in shipped codecode to address defects in shipped code