Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyq committed Feb 13, 2017
1 parent e7887b6 commit c493d64
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -249,7 +249,7 @@ <h4>{% trans 'Create a new template' %}:</h4>

validation: {
acceptFiles : "*.html,*.js,*.css,*.less,*.jpg,*.jpeg,*.gif,*.png,*.ico,*.txt,*.xml,*.kml,*.eot,*.ttf,*.woff,*.svg",
allowedExtensions: ['html', 'js', 'css', 'less', 'jpg', 'jpeg', 'gif', 'png', 'ico', 'txt', 'xml', 'kml', 'eot', 'ttf', 'woff', 'swg'],
allowedExtensions: ['html', 'js', 'css', 'less', 'jpg', 'jpeg', 'gif', 'png', 'ico', 'txt', 'xml', 'kml', 'eot', 'ttf', 'woff', 'svg'],
sizeLimit: 20971520 // 20 MB
},

Expand Down

0 comments on commit c493d64

Please sign in to comment.