-
-
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
Describe the bug Unable to push changes to "Live" stage on webinar page. Page got stuck on Reg mode.
To Reproduce Go to CMS -> Change stage to "Live" -> Publish
Expected behavior Page in "Live" mode should have form behavior : Form Submit -> Zoom webinar link opens up
Applicable Versions:
- Netlify CMS version:
netlify-cms-app@2.12.19
- Git provider:
github
- Browser version:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36
CMS configuration
local_backend: true
load_config_file: false
public_folder: /static/assets/img/blog
media_folder: /static/static/assets/img/blog
slug:
encoding: unicode
clean_accents: false
sanitize_replacement: "-"
display_url: https://staging.grafana.com
publish_mode: editorial_workflow
backend:
name: github
repo: grafana/website
branch: master
base_url: https://admin-staging.grafana.com
auth_endpoint: /netlify-oauth-provider/auth
collections:
- view_filters: []
label_singular: Team member
identifier_field: name
public_folder: /static/img/about
meta: {}
media_folder: /static/static/img/about
name: team
slug: "{{key}}"
folder: data/authors
publish: true
sortableFields:
- name
label: Team members
format: yaml
fields:
- label: Display Name
name: name
widget: string
hint: FirstName LastName
- label: Surname
name: surname
widget: string
hint: Capitalize first letter
- label: Key
name: key
widget: string
hint: unique identifier
- label: Type
name: type
widget: select
default: employee
options:
- employee
- non-person
- alumni
- guest
- label: Title
name: title
widget: string
- label: Image
name: imgUrl
widget: image
allow_multiple: false
hint: 400x400, jpg format, under ~100kb is ideal. Please name your file
first-last.jpg
- label: Blurb
name: blurb
widget: string
required: false
- label: Github Handle
name: github
widget: string
required: false
- label: Twitter Handle
name: twitter
widget: string
required: false
- label: LinkedIn Handle
name: linkedin
widget: string
required: false
create: true
preview_path: /about/team/
extension: yaml
- view_filters:
- label: Drafts
field: draft
pattern: true
id: draft__true
label_singular: Blog post
identifier_field: slug
public_folder: /static/assets/img/blog
meta: {}
summary: "{{title}}"
media_folder: /static/static/assets/img/blog
name: blog
slug: "{{file_date}}-{{title}}"
preview_path_date_field: date
folder: content/blog
publish: true
sortableFields:
- date
label: Blog posts
format: toml-frontmatter
fields:
- label: Page Title
name: title
widget: string
hint: SEO Title
- label: Description
name: description
widget: string
required: false
hint: SEO Description. Truncates at 155 characters.
- label: Meta Image
name: meta_image
widget: image
required: false
hint: Meta image for social previews.
- label: Draft
name: draft
widget: boolean
hint: If true, only publishes on staging.grafana.com and not grafana.com
required: false
- label_singular: alias
widget: list
summary: "{{fields.url}}"
name: aliases
label: Aliases
minimize_collapsed: true
collapsed: true
field:
name: url
widget: string
hint: /old-url-here/
required: false
- label: Publish date
name: date
widget: datetime
default: ""
dateFormat: YYYY-MM-DDTHH:mm:ss-04:00
timeFormat: HH
format: YYYY-MM-DDTHH:mm:ss-04:00
pickerUtc: false
- label: Filename date
name: fil
...
Metadata
Metadata
Assignees
Labels
status: unconfirmedtype: bugcode to address defects in shipped codecode to address defects in shipped code