Questions tagged [netlify-cms]

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

277 questions
0
votes
0 answers

How to manage content on netlify cms stored on another git repo?

what changes need to be done in config file if need to manage content on netlify cms which is not stored in the same repo (maybe abc_user/cms) as it, but on a different repo (abc_user/content), also need github authentication.
0
votes
0 answers

Login to Netlify-CMS not possible

Repository moved to another Github account. Login to Netlify-CMS worked before moving. Push/Pull to Github and Deployment to Vercel work. But now can't login to Netlify-CMS with Github. URL in Browser and Github settings are correct. I'm even the…
felix123
  • 1
  • 1
0
votes
0 answers

Enclose frontmatter value using double quotes in 11ty files after an edit and publish in netlify cms

I'm using 11ty with netlify cms, --- title: "sample title" description: "sample description" canonical: "https://www.example.com" --- the above is the frontmatter data in my 11ty files. when I edit the files using netlify cms and publish it, the…
0
votes
1 answer

Collection from eleventyConfig.addCollection not populating relation widget field in Decap CMS

I added a collection using eleventyConfig.addCollection in .eleventy.js: eleventyConfig.addCollection("featuredVisuals", function (collectionApi) { let visualsCollection = []; let tagsArray = collectionApi.getFilteredByTags("posts"); …
James
  • 913
  • 1
  • 9
  • 14
0
votes
1 answer

Why a can't deploy my Astro + React project on Netlify when i use NetlifyCMS?

I try to deploy my website (Astro + React + Netlify CMS + Tailwind) https://github.com/bernaul/baptiste-clisson Since i add React on this commit, my deployment fail…
Antoine Gervais
  • 331
  • 2
  • 6
0
votes
0 answers

Netlify CMS collection only visible locally

I have several collections with my Netlify CMS site, all worked fine, but needed to add a new one which is not working on the live site. I’ve added a new collection to the config file, which works flawlessly in a local environment (I can see the…
igs
  • 1
  • 2
0
votes
1 answer

How to add data section to Netlify CMS?

I have a Hugo-based site and a couple of partials on the main page that I would like to add as parts of CMS. The partials are made of HTML layout and YAML in the data section. How can I expose this information to CMS?
miller
  • 1,636
  • 3
  • 26
  • 55
0
votes
1 answer

How to unify languages in Netlify config.yml and Jekyll data file?

I have a Jekyll website with a Netlify CMS admin page. The website supports some different languages, which I have in a _data/languages.yml file for Jekyll to use. Then in the Netlify backend there is a select widget with those same…
The Oddler
  • 6,314
  • 7
  • 51
  • 94
0
votes
0 answers

How to create proxy redirects in Netlify dynamically for Contentful assets

How can I create a dynamic proxy for all the assets uploaded in Contentful in netlify.toml file. Ex- I want to create proxy like example.com/image/Banner.jpg which should point to Contentful Banner.jpg file, I want to create proxy redirects…
0
votes
1 answer

Conditionally show fields in NetlifyCMS

Is there a way in Netlify CMS to show fields conditionally only? Say I have a Product collection that has categories like : “Rings, bracelets, necklaces…” I want to display some fields only if a certain category is selected. Is it possible ?
CodeCodeCodon
  • 385
  • 1
  • 4
  • 14
0
votes
0 answers

Error when loading admin page of netlify cms

Error when loading the admin page on the Netlify CMS. config must have required property ‘media_folder’ config must have required property ‘media_library’ config must match a schema in anyOf I have media_folder and I thought that media_library isn’t…
0
votes
0 answers

Netlify CMS image path

I'm having an issue with file paths on the Netlify CMS on the live site, everything worked fine whilst on localhost. U have the following in my config.yml: backend: name: git-gateway branch: main repo: [my-repo] media_folder:…
Daz Lee
  • 144
  • 1
  • 9
0
votes
0 answers

Netlify fetch data

I'm trying to figure out how to work effectively with data working through Netlify CMS My site will be on NextJS For example I create a collection Posts collection type Folder I am entering data through netlify cms, several files are being created…
i like Cola
  • 277
  • 6
  • 15
0
votes
1 answer

Connect Only Domains Domain name to Netlify

I have registered a domain name in Only Domains website, it is provisioned, Yet I am unable to link it to my Netlify project. Steps I followed till now: Went to Only Domains -> Domain Name -> DNS Settings Clicked on: Delegate to Your Name Servers,…
StandardProc
  • 85
  • 1
  • 8
0
votes
0 answers

Netlify: Build Failed with “non-zero exit code: 2” error

I am trying to deploy my Gatsby website, and there I am getting this error, I tried and check but it seems like there is something wrong with environment: NODE_VERSION, NPM_FLAGS, SHARP_IGNORE_GLOBAL_LIBVIPS I have set them in my deployment setting…
Mr. Pyramid
  • 3,855
  • 5
  • 32
  • 56