File extension for images is now defined in settings.json

This commit is contained in:
mattbk
2015-11-03 14:43:39 -06:00
parent b048451f85
commit 88ff34bb65
2 changed files with 4 additions and 3 deletions

View File

@ -13,5 +13,6 @@
],
"baseURL": "/",
"debug": false,
"timezone": "America/Chicago"
"timezone": "America/Chicago",
"filetype": "jpg"
}