dustin10 / VichUploaderBundle

A simple Symfony bundle to ease file uploads with ORM entities and ODM documents.
MIT License
1.85k stars 520 forks source link

XML mappings schema URL #1402

Open jazithedev opened 1 year ago

jazithedev commented 1 year ago

The "XML mappings" from the documentation is missing valid XML schema. Currently it is:

xmlns="https://vich-uploader-bundle/schema/"

Is there any valid URL for the XML mappings schema?

garak commented 1 year ago

No, currently there's no schema.

jazithedev commented 1 year ago

Thank you for the response. Are there any plans on creating it? Feel free to close this issue if is not needed for the future 🙂.

garak commented 1 year ago

A schema could be useful for autocompleting the XML in your IDE so it wouldn't be useless. Do you mind to propose a PR?