Questions tagged [netlify-cms]

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

277 questions
0
votes
1 answer

Reactjs URL not working on Safari Browser , only on chrome browser in Production Mode - Netlify

I have deployed a static site in netlify , but the routes I defined in the development mode, only run in chrome browsers, rest other browsers return 404 - page not found. import React, { Component } from 'react'; import { Navbar , NavItem } from…
codemt
  • 413
  • 2
  • 9
  • 25
0
votes
1 answer

Using Netlify CMS with Hugo - creating content of Academic Hugo theme

I'm trying to integrate Netlify CMS to Academic Hugo theme. I want to build a config.yml with a collection for post, talks and so on. My question is similar to this one. I was able to configure some of the fields of each post but I was not able to…
Álvaro Loza
  • 411
  • 4
  • 21
0
votes
2 answers

Component props to GraphQL

I am building a simple web application using React and GatsbyJS, and I use NetlifyCMS to manage the content. Using gatsby-transformer-remark I load data containing path to the images I would like to load using gatsby-transformer-sharp. So, I've…
Robert Wolf
  • 1,312
  • 13
  • 18
-1
votes
1 answer

How to create custom netlifyCMS widget that can handle a query?

So I want to have a select widget where the options are based on some dynamic data that I have to query for. However, it seems that custom widgets break when importing useStaticQuery. The below gives me "no control widget in the CMS". It works fine…
yankeedoodle
  • 353
  • 2
  • 11
-1
votes
2 answers

Any advice on choosing a Netlify CMS template?

enter image description hereI was originally working toward setting up a Wordpress blog for a friend... The requirements are that: -they would not need to do any 'code related' or tricky admin tasks pertaining to maintaining the site. -they would…
-1
votes
1 answer

I can't build gatsby on netlify. What could be the problem? working locally

I tried many ways but it didn't work. Please help me :( repo url : https://github.com/Kentico/gatsby-starter-kontent-lumen image
ufukcam
  • 93
  • 6
-2
votes
1 answer

How to transform markdown to html like the plugin gatsby-transformer-remark does (for NetlifyCMS)

I'd like to transform a markdown string to html the same way as the plugin gatsby-transformer-remark does. So far I used showdown. This works ok, but it's missing features like transforming the image editor component. I'd like to transform markdown…
Xaver Fleer
  • 385
  • 1
  • 2
  • 12
1 2 3
18
19