Adding images without rich text editor #6497
Unanswered
bradystroud
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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.
Figure: I want to access the image uploader without adding a image field
Is this possible?
Beta Was this translation helpful? Give feedback.
All reactions