Questions tagged [netlify-cms]

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

277 questions
0
votes
1 answer

Gatsby with React hook masonry - can I load media with aspect ratio?

I have a Gatsby portfolio with a ton of largeish jpgs/gifs/mp4s, using react hook masonry. Because it's loading in columns there's an undesirable stuttering loading in effect, where the images sort of bump in and push each other down. I want the…
StephD
  • 266
  • 3
  • 20
0
votes
1 answer

How to limit the number of characters by range in `yaml` file in netlify-cms Gatsby starter

I'm using gatsby and using gatsby-starter-netlify-cms and I'm trying to add validation for the number of characters in the widget string I have read in the docs that we can use pattern with regex to implements the validation and here you can see how…
fadi omar
  • 740
  • 5
  • 15
0
votes
1 answer

Static HTML end-user CMS?

Probably a very stupid question but I've been out of the game a long time now! For years I have been developing websites using HTML and CSS and making very responsive and modern websites that also work very well with mobile and then uploading them…
0
votes
1 answer

How to add list of blog posts in Blog section with netlify CMS?

I already asked this question in the Netlify community but no response yet so I thought I should also post the question here in case someone could help solve the problem. I am using Hugo-academia template for my site. It works fine but the issue is…
Toluwalemi
  • 391
  • 5
  • 16
0
votes
1 answer

How does Netlify CMS dynamically create pull requests?

For example, when a user creates a blog post but does not publish it, how does Netlify CMS create a pull request for the hooked-up Github repo using git gateway?
pjib12
  • 35
  • 6
0
votes
0 answers

Gatsbyjs + Netlify CMS how to embed audio as background music in blog article

I want to embed a music as the background music into my blog and let it auto play. I thought it could be easy, just type the html code. I have a music hosted on One Drive and I inserted 3 pieces of code into my blog like below:
Franva
  • 6,565
  • 23
  • 79
  • 144
0
votes
1 answer

How to change a website domain name on Netlify which is using Cecil?

I have deployed a website on Netlify from here: https://the-butler.cecil.app/about/ When I changed the subdomain, the website lost all formatting and became a plain HTML. After inspecting the website I found that there were multiple instances where…
Alabhya
  • 1
  • 2
0
votes
0 answers

NetlifyCMS Editorial Workflow: Failed to persist entry: TypeError: r.has is not a function

I'm using Gatsby.js + Netlify CMS for my personal blog. Yesterday, I enabled Editorial Workflow on my blog by following this link, once it's done, whenever I clicked the Save button on "Writing in Blog Collection" page, it throws an error: Failed…
Franva
  • 6,565
  • 23
  • 79
  • 144
0
votes
1 answer

GraphQL StaticQuery of an image in Gatsby broken

In my copy of Gatsby Netlify CMS starter kit I've made a reusable header.js component (components/header.js) which shows my site logo and nav. Problem is my logo image won't show up, with error TypeError: Cannot read property 'childImageSharp' of…
StephD
  • 266
  • 3
  • 20
0
votes
1 answer

Integrating Netlify CMS with existing static website

I have a simple static website written with HTML, CSS, JS (with jQuery). Is it possible to integrate netlify CMS with my project? If yes then how?
Ansh Gujral
  • 291
  • 1
  • 3
  • 13
0
votes
1 answer

YAMLSyntaxError: Failed to resolve SEQ_ITEM node here at line X, column Y:

I'm getting this error when trying to run Netlify CMS Error loading the CMS configuration Config Errors: YAMLSyntaxError: Failed to resolve SEQ_ITEM node here at line 10, column 1: - name: Posts ^^^^^^^^^^^^^^… Check your config.yml file. I…
Brett
  • 3
  • 1
  • 4
0
votes
3 answers

Parsing array of objects to format data

I have an array of cities with this structure (given from the CMS): const cities = [ { city: 'Genova', coordinates: '{\'type\':\'Point\',\'coordinates\':[8.9473343,44.4023918]}', countryIsoCode: 'it', description:…
Ferran Buireu
  • 28,630
  • 6
  • 39
  • 67
0
votes
1 answer

Gridsome/Netlify CMS docs lead to broken Graphql

I cannot setup Gridsome with NeflifyCMS by following Gridsome's docs Snippet for setting up Netlify config.yml collections: - name: "posts" label: "Posts" folder: "posts" create: true slug: "{{slug}}" fields: - {label:…
av0000
  • 1,917
  • 6
  • 31
  • 51
0
votes
1 answer

How to manage url of Hugo site hosting on netlify?

I am trying to make static pages on a hugo website hosting on netlify using netlify CMS and academic theme. My aim is: example.com/admission example.com/admission/ exapmle.com/admission/success/ or exapmle.com/admission/success.html So I make…
user4565857
  • 155
  • 1
  • 2
  • 9
0
votes
0 answers

Netlify CMS - blog posts from BitBucket show on front end but not back end CMS

I am having a problem using Netlify CMS with BitBucket.When I create a post in the CMS editor it saves correctly to the BitBucket repo,Netlify does a build and it publishes to Gatsby front-end without any problem. However,when CMS is refreshed,none…
mikeym
  • 5,705
  • 8
  • 42
  • 62