Questions tagged [netlify-cms]

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

277 questions
2
votes
1 answer

Login with Netlify identity not available

I have my Gatsby + Netlify site deployed and the cms plugin is configured like this under gatsby-config.js: { resolve: 'gatsby-plugin-netlify-cms', options: { modulePath: `${__dirname}/src/cms/cms.js`, }, }, Https is enabled on the…
PaRoJa
  • 303
  • 3
  • 13
2
votes
1 answer

Netlify Deployment Failure: Failed during 'building site': Build script returned non-zero exit code: 1

I am having issues building my site. Everything works when I use Gatsby Serve and Gatsby Build does not throw me any errors. I wish I had more details but unfortunately, this error code doesn't really say anything. I do not have a netlify.toml or…
2
votes
1 answer

How to transform YAML containing Markdown for display in Gatsby

I'm working on developing a business site for a friend using GasbyJS and NetlifyCMS for content. I'm running into a bit of an issue determining how to use the CMS to maintain Markdown-formatted information that is not structured like a blog post,…
rosalindwills
  • 1,382
  • 13
  • 23
2
votes
1 answer

"config should have required property 'media_folder'" - when it does

Its been a while since I've played with netlifycms - and I feel I've had this problem before but can't find the answer. My config.yml has the media_folder in it - but I'm getting an error it can't find a config setting for one - anyone have any…
willwade
  • 1,998
  • 2
  • 16
  • 22
2
votes
1 answer

How to add styles to NetlifyCMS editor preview

I am in the process of integrating Netlify CMS to a Gatsby site. Right now, while editing or creating content, a preview of the content appears to the right of the screen in plain text. Is it possible to use the same styles for both the main page…
Samuel Anyanwu
  • 295
  • 3
  • 12
2
votes
4 answers

Gatsby Image with Netlify CMS - Field "image" must not have a selection since type "String" has no subfields

I'm building a blog site with Gatsby and I'm using Netlify CMS to manage my content. Each blog post has a featured image specified in the frontmatter. But, I'm having some issues with getting those images to display. I keep getting this…
taylor018
  • 351
  • 2
  • 16
2
votes
1 answer

Is it possible to rewrite/proxy POST requests in Netlify?

Netlify noob here. I'm currently migrating an old Ruby on Rails app to use Netlify for a static site. There are some legacy static pages that we want to keep on our old code base, and these legacy static pages make POST requests to our server. It…
David Lee
  • 41
  • 4
2
votes
1 answer

Netlify CMS - how to store an array of objects via config.yml collections

I'm a little confused with Netlify's CMS - specifically when it comes to defining a schema via config.yml. I'm using Netlify CMS with a Gatsby static site to allow the end user to update some little bits of dynamic data on the website. What I'm…
BML91
  • 2,952
  • 3
  • 32
  • 54
2
votes
0 answers

Sort YAML file content by date with GraphQL?

I'm trying to sort the content of my YAML file by date with GraphQL. I'm publishing the notifications through Netlify CMS and using React(Gatsby) as a front end. The notifications are being written to the notifications.yml file but I can't get them…
SolidCake
  • 21
  • 2
2
votes
1 answer

How to get multiple collections working within Netlify-CMS?

I'm running a Gridsome project where I have integrated Netlify-CMS. This is what my config.yml file looks like: backend: name: github branch: master # Branch to update (optional; defaults to master) repo: user/repo media_folder:…
ilrock
  • 573
  • 8
  • 24
2
votes
1 answer

Displaying contents of directory(markdown files) in Gatsby using graphql

I'm using Gatsby/Netlify CMS stack and have been trying to display markdown file contents on the main page. For example, I have a directory in src/pages/experience that displays all of the experience markdown files. So using graphql, I have a query…
H.Tibbs
  • 21
  • 4
2
votes
1 answer

Stuck building gatsby-starter-netlify-cms

I recently switched from react static to gatsby & hit a wall. When I install & build gatsby-starter-netlify-cms I get an error: success open and validate gatsby-configs — 0.049 s success load plugins — 1.757 s success onPreInit — 53.736 s success…
Jela Miraj
  • 31
  • 3
2
votes
1 answer

Gatsby + Netlify CMS: Any ways to enable featured images for each entry in src/pages/index.js?

is there any solution for enabling featured images in TOP/HOME page from the template https://github.com/netlify-templates/gatsby-starter-netlify-cms ? I meant to say I want the TOP/HOME page (src/pages.index.js) to display those images as…
Arisa
  • 53
  • 1
  • 5
2
votes
1 answer

Automatically add new posts to the Sidebar

I'm using VuePress and NetlifyCMS as Content Management. I have 3 collections (design, front-end and back-end) which contains an indefinite number of pages. Those pages are created through the NetlifyCMS dashboard and are added to the defined…
Quentin Veron
  • 3,079
  • 1
  • 14
  • 32
2
votes
1 answer

Netlify CMS offline local host

I would like to run the NetlifyCMS locally but in an offline environment. I was looking here: https://www.netlifycms.org/docs/authentication-backends/ and am wondering about attributes such as "auth_type". My two main questions are: 1) I have a…
blubberbo
  • 4,441
  • 4
  • 23
  • 36