Aleksi44 / wagtailsvg

Wagtail + SVG
https://pypi.org/project/wagtailsvg/
GNU General Public License v3.0
35 stars 24 forks source link

Svg chooser block does not allow me to upload svg #23

Closed alexc957 closed 1 year ago

alexc957 commented 1 year ago

I tried to use wagtailsvg inside a streamfield with a SvgChooserBlock, but the block only shows me a modal to search the svgs, but even the search functionality does not work. I am little bit lost with this, so I hope someone can help me.

I am working with the following dependencies. Django==3.2.16 wagtail==2.15.5 wagtailsvg==0.0.35

In the following image it is the modal that it shows me when I click on the block.

image
alexc957 commented 1 year ago

Turns out, the svg has to be upload from another section in the admin, the library works. But I think I was a little bit lost because that was not mentioned in the README. closing it this lmao