Questions tagged [netlify-cms]

Ask questions about the Netlify CMS open source project. netlifycms.org

277 questions
0
votes
1 answer

Correct YAML syntax from frontmatter

I need to achieve this frontmatter: services: - service: serviceName: Service 1 serviceDesc: Blah - service: serviceName: Service 2 serviceDesc: Blah - service: serviceName: Service 3 …
kukihi
  • 23
  • 3
0
votes
0 answers

Webpack bundle javascript file from Nuxt static directory - Simple Question

Very new to webpack, trying to solve an issue I'm having with Nuxt and Netlify CMS. Inside static/admin/index.html I load this file static/cms/index.js: // This global flag enables manual initialization. window.CMS_MANUAL_INIT = true // Usage with…
Jarrod
  • 89
  • 1
  • 7
0
votes
2 answers

Gatsby Image with Netlify CMSField "thumbnail" must not have a selection since type "String" has no subfields

since today I am facing a problem and I don't know how I can solve it. I am kind of new in terms of React and Gatsby. What happened, currently I am working on a Website that runs with a Netlify CMS. In the last few days, everything just worked fine,…
M-WRI
  • 170
  • 1
  • 2
  • 9
0
votes
1 answer

parent component is not getting data from child in Nuxt app

This is driving me crazy so I hope that anyone can help. I made a Nuxt app with @nuxt/content and I'm using Netlify-CMS to create content. That all seems to work fine. However I'm trying to display a component that contains a loop of the MD-files…
JarlLyng
  • 1
  • 1
0
votes
1 answer

is it correct to use "Netlify CMS" as cms for an e-commerce store?

I'm new to JAMstack development, so this question arose. I found only one example of using Netlify CMS for e-commerce store: https://www.fullstackrocket.com/products/gatsby-ecommerce-netlify-cms
Kipol
  • 1
0
votes
1 answer

hugo theme with netlify cms white admin page error

My problem is when I try to connect the HUGO theme with Netlify cms, using an official Netlify guide and also 1 blog on how to connect Hugo with netlify cms, when I try to open website/admin then I always get page not found. After adding java…
0
votes
1 answer

How to make a dynamic route my homepage in Nuxt / Netlify

I have a single page site with some content management on the homepage. The homepage content file is here /content/index.md which references the template home in /pages/_home.vue So I want the build step to spit out an index.html. It works in dev…
codycustard
  • 448
  • 1
  • 4
  • 10
0
votes
1 answer

Bitbucket Failed to persist entry: API_ERROR: Branch not found

The website is built using Gatsby with Netlify CMS in Bitbucket. The error shows when I tried to change something on the custom page using the Netlify CMS (Live), but works perfectly on the local setup. This confuses me and I don't know what and why…
Chadric Gotis
  • 117
  • 1
  • 13
0
votes
1 answer

Gatsby and NetlifyCMS image when adding image from the CMS

When I add a new image to a blog post it's trying to find the image at "blog/1_3azrmh3wkwrmepqn0w9bgw-1-.png" But it's not there, I have everything setup under static NetlifyCMS config backend: name: git-gateway branch: master publish_mode:…
Almog
  • 2,639
  • 6
  • 30
  • 59
0
votes
1 answer

Add Amazon Affiliate links to Netlify CMS Hugo site - markup unsafe=true

I created the default Netlify CMS site with Hugo to test it out. The first test I wanted to do was to get Amazon Affiliate sites to work. With my actual site, I had to edit the config.toml file to include: [markup] [markup.goldmark] …
DevGin
  • 443
  • 3
  • 12
0
votes
1 answer

How do i use data collection with gatsby and Netlify CMS

So ive just setup the one-click installer of Gatsby with Netlify CMS. Im trying to figure out how to implement a way to add staff members to the default contact page. in jekyllrb there was a simple collection content defined in the _config.yml that…
csk87
  • 189
  • 2
  • 12
0
votes
0 answers

Nuxt generated pages return undefined VueX response on page refresh

Feel like I've looked at every forum post on the internet by the time I decided to ask the question myself. My brain is running on fumes so bear with me. I've got a Nuxt project to host a game designer's portfolio using NetlifyCMS and VueX. I use…
0
votes
1 answer

Localisation for the Netlify CMS UI Date Picker widget?

Is there any way to change to localisation of the Netlify CMS UI so the Date Picker widget is displayed in Monday-Sunday weeks and 24 hour times? I set the locale to ‘en-GB’ on the off-chance that would do it, but no luck. I'm not looking to change…
0
votes
0 answers

Format date netlify cms don't change

I am trying to change the datetime widget in my website ( Nuxt + Netlify CMS). This is my config: label: 'Publish Date', name: 'date', widget: 'datetime', required: true, date_format: 'DD.MM.YYYY', …
Ricardo Moreira
  • 947
  • 1
  • 9
  • 20
0
votes
0 answers

Gatsby + Netlify CMS - error Your site's "gatsby-node.js" must set the page path when creating a page

It's saying that path is null and the context > slug is null. However they are defined in my gatsby-node.js file. It was working locally, now it's not. Trying to figure out why this is happening. Searched Google and S/O, can't seem to find an…
JD Fill
  • 392
  • 2
  • 7
  • 24