Skip to content
Snippets Groups Projects
Commit 9281cde8 authored by xaralis's avatar xaralis
Browse files

fix: post editing should ban images

parent 0a09c6a4
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,7 @@ const PostEditModal = ({ ...@@ -57,7 +57,7 @@ const PostEditModal = ({
placeholder="Vyplňte text příspěvku" placeholder="Vyplňte text příspěvku"
toolbarCommands={[ toolbarCommands={[
["header", "bold", "italic", "strikethrough"], ["header", "bold", "italic", "strikethrough"],
["link", "quote", "image"], ["link", "quote"],
["unordered-list", "ordered-list"], ["unordered-list", "ordered-list"],
]} ]}
/> />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment