Ask questions about the Netlify CMS open source project. netlifycms.org
Questions tagged [netlify-cms]
277 questions
0
votes
0 answers
Error: The BitBucket backend needs a "repo" in the backend configuration
I have deployed a Gatsby site to Netlify and am trying to get Netlify CMS working on it.The source code is on BitBucket and the site itself loads fine from the URL provided by the Netlify deploy.
However, when I try to load the CMS via /admin I get…

mikeym
- 5,705
- 8
- 42
- 62
0
votes
1 answer
In Netlify CMS's config.yml, how to specify that the site is in a subdirectory of the repo?
I have a repo at github.com/some_user/some_repo, and it's set to deploy via GitHub pages on the ./docs subfolder of the master branch, to example.com.
./docs/admin/config.yml (and example.com/admin/config.yml) has the following code:
backend:
…

alberto56
- 2,997
- 3
- 28
- 47
0
votes
1 answer
Netlify CMS widgets not populating
Summarize the problem
I'm setting up Netlify CMS with a Gatsby site, using markdown files for content. After adding widgets to the config.yml file, content that should be pulled in from the frontmatter of the file into those widgets isn't showing up…

Joel
- 85
- 1
- 7
0
votes
1 answer
GatsbyJS + Netlify + MDX loader issue
I am making a style guide with a CMS and running into a few issues.
This is my webpack config
exports.onCreateWebpackConfig = ({ actions }) => {
actions.setWebpackConfig({
plugins: [
new WebpackNotifierPlugin({
…

Roman
- 78
- 5
0
votes
0 answers
How to use Netlify CMS with Novela theme?
I want to use Netlify CMS with Novela theme. The structure is here:
https://github.com/narative/gatsby-theme-novela#step-2-folder-structure
In particular, there are subfolders to "posts", and images are stored in individual folders (and not in a…

Mostafa
- 1,501
- 3
- 21
- 37
0
votes
1 answer
Allow the selection of multiple images in NetlifyCMS
I am currently integrating NetlifyCMS into my Gatsby project and I am stuck allowing the selection of multiple images. I didn't specify any media library as I just want to store those images directly in my repo. I am using gatsby-plugin-netlify-cms…

ccc1da70-5e63-4879-a4cb-adb604
- 329
- 1
- 7
- 18
0
votes
0 answers
Return a random value to data in field value is blank
I'm working on a redirect generator using 11ty and netlify-cms, and storing data in a shorturls.json file.
My config.yml looks like this:
collections:
- name: "config"
label: "Admin"
description: "Administer site settings"
create:…

Matt
- 806
- 3
- 12
- 32
0
votes
1 answer
NetlifyCMS Unable to select multiple images using Uploadcare "image" widget
Here is the relevant portion of my config.yml for NetlifyCMS where I want to use Uploadcare's image widget to select multiple images for a gallery:
media_library:
name: uploadcare
config:
publickey: mypublicapikey
media_folder:…

Casey
- 444
- 1
- 7
- 22
0
votes
1 answer
Gatsby.js - Export sanity.io data ( And maybe to netlify-cms in markdown files)
The goal
I want to migrate (maybe convert) the pages data from the old site to the new site.
The outline
I'm going to do a rebrand on an existing Gatsby website for a client.
The client has provided me with the source files for Sanity-Studio &…

Tim
- 861
- 1
- 12
- 27
0
votes
1 answer
Uploading images near of markdown
I have a website developed using Gatsby.js. I have integrated Netlify CMS. I would like to upload images and other files to the same folder where markdown will be placed i. e. in {{year}}-{{month}}-{{day}}_{{slug}}/.
Is it really to do that?
//…

Daler
- 73
- 1
- 6
0
votes
1 answer
Gatsby image not working with list widgets from Netlify CMS
I am having a weird problem with Gatsby and Netlify CMS website.
I am using gatsby-remark-relative-images to use the images fetched from Netlify CMS with gatsby-image. It works perfectly fine for the image widgets that are directly inside the…

Kenta. K
- 91
- 4
- 11
0
votes
1 answer
Issue integrating Netlify CMS with my pelican static website (Error: Failed to load config.yml)
I’m trying to integrate Netlify CMS to a static Pelican website.
I can’t seem to access /admin as I get the following error:
Error: Failed to load config.yml
Check your config.yml file.
Here is the content of admin/index.html (I followed these…

tostrsp
- 3
- 1
- 2
0
votes
1 answer
Netlify CMS custom widget not working with Map?
I've been trying to create a custom widget for Netlify CMS to allow for key-value pairs to be inserted. However there are a few things going wrong, I'm thinking they might be related so I'm making a single question about them.
This is my first…

The Oddler
- 6,314
- 7
- 51
- 94
0
votes
1 answer
Undefined method `gsub' for # (NoMethodError)
I am trying to hook up my Jekyll installation with NetlifyCMS. I am using a custom theme that works fine without the CMS part, however when I integrate as per the NetflifyCMS docs I get this…

Rami Taibah
- 183
- 3
- 13
0
votes
1 answer
How does Netlify CMS sort collections in their UI?
I understand it's not currently possible to sort collections via the UI in Netlify CMS, but can someone tell me how it's currently sorting markdown files? I thought it was by filename at first, but that isn't 100% accurate.

nratter
- 397
- 4
- 14