Merge pull request #412 from dimdenGD/patch-3

Make SVGs editable
This commit is contained in:
Kyle Drake 2022-11-12 13:16:05 -06:00 committed by GitHub
commit d9e117bca5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,7 @@ class Site < Sequel::Model
}
VALID_EDITABLE_EXTENSIONS = %w{
html htm txt js css scss md manifest less webmanifest xml json opml rdf
html htm txt js css scss md manifest less webmanifest xml json opml rdf svg
}
MINIMUM_PASSWORD_LENGTH = 5