The Wayback Machine - https://web.archive.org/web/20220627175314/https://github.com/netlify/netlify-cms/discussions/6497
Skip to content

Adding images without rich text editor #6497

Unanswered
bradystroud asked this question in Q&A
Adding images without rich text editor #6497
Jun 24, 2022 · 0 answers

Hey Netlify CMS team,

I want to disable the rich text editor (to avoid the slashes bug #5673) but I cant see a way to upload images to the Markdown body without the rich text editor.

If i add a image field by adding this config:

- { name: image, label: Image, widget: image, required: false }

It will let me upload images and reference them in markdown, but then it adds the image as a field in the YML frontmatter.

I want to be able to upload images and reference them using the markdown editor, but not add a field to the YML frontmatter.

Screen Shot 2022-06-24 at 2 58 31 pm
Figure: I want to access the image uploader without adding a image field

Is this possible?

Replies

0 suggested answers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant