mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 05:37:34 +03:00
Updated stylesheet url handling for frontend apps
refs https://github.com/TryGhost/Team/issues/1719 - updates search and comments app to use configurable stylesheet url instead of hardcoded value
This commit is contained in:
parent
eb75888b48
commit
487b61eb81
@ -139,12 +139,12 @@
|
||||
"sodoSearch": {
|
||||
"url": "https://cdn.jsdelivr.net/npm/@tryghost/sodo-search@~{version}/umd/sodo-search.min.js",
|
||||
"styles": "https://cdn.jsdelivr.net/npm/@tryghost/sodo-search@~{version}/umd/main.css",
|
||||
"version": "1.0"
|
||||
"version": "1.1"
|
||||
},
|
||||
"comments": {
|
||||
"url": "https://cdn.jsdelivr.net/npm/@tryghost/comments-ui@~{version}/umd/comments-ui.min.js",
|
||||
"styles": "https://cdn.jsdelivr.net/npm/@tryghost/comments-ui@~{version}/umd/main.css",
|
||||
"version": "0.1"
|
||||
"version": "0.2"
|
||||
},
|
||||
"editor": {
|
||||
"url": ""
|
||||
|
Loading…
Reference in New Issue
Block a user