Skip to content
Snippets Groups Projects
Commit 35b9dd80 authored by xaralis's avatar xaralis
Browse files

feat: do not suggest using images

parent 947610d8
No related branches found
No related tags found
No related merge requests found
Pipeline #1966 passed
...@@ -63,7 +63,7 @@ const AddPostForm = ({ className }) => { ...@@ -63,7 +63,7 @@ const AddPostForm = ({ className }) => {
placeholder="Vyplňte text vašeho příspěvku" placeholder="Vyplňte text vašeho 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