0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/test/unit
Jeffrey Fisher 6ca34a29fd 🐛 Allowed .ico files to be uploaded for icons. (#10820)
closes #10641

There is already an "icons" section in this json file, but it appears
that that is only used for v0.1 in which there was a "/uploads/icon"
route that passed in a "type" of "icons" to the validation middleware.
However, in v2, there is only a generic "/images/upload" route that is
used for both icons and images, which passes a "type" of "images"
so the .ico information needs to be added to the "images" section
of the json file.
2019-07-01 13:29:24 +07:00
..
adapters Migrated to use url-utils from Ghost-SDK (#10787) 2019-06-18 15:13:55 +02:00
api Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
apps Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
config Removed old jshint/jscs rules 2018-06-02 21:48:23 +02:00
data 🐛 Allowed .ico files to be uploaded for icons. (#10820) 2019-07-01 13:29:24 +07:00
helpers 🐛 Fixed async helpers nested in template helpers 2019-06-25 16:19:33 +07:00
lib Migrated to use url-utils from Ghost-SDK (#10787) 2019-06-18 15:13:55 +02:00
models Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
public Refactored Ghost SDK unit test 2018-10-05 16:49:46 +02:00
services Extracted settings service part manipulating routes.yaml (#10800) 2019-06-25 18:33:56 +02:00
web Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00