0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

Added api validation for custom settings

refs https://github.com/TryGhost/Team/issues/1107 https://github.com/TryGhost/Team/issues/1106

- Replicates the gscan custom theme settings validation in the admin api.
This commit is contained in:
Thibaut Patel 2021-10-20 13:36:41 +02:00
parent 5524509274
commit c273727b5f
2 changed files with 5 additions and 5 deletions

View file

@ -62,7 +62,7 @@
"@tryghost/color-utils": "0.1.2",
"@tryghost/config-url-helpers": "0.1.2",
"@tryghost/constants": "0.1.11",
"@tryghost/custom-theme-settings-service": "0.1.2",
"@tryghost/custom-theme-settings-service": "0.2.0",
"@tryghost/debug": "0.1.8",
"@tryghost/email-analytics-provider-mailgun": "1.0.3",
"@tryghost/email-analytics-service": "1.0.2",

View file

@ -1270,10 +1270,10 @@
resolved "https://registry.yarnpkg.com/@tryghost/constants/-/constants-0.1.11.tgz#ffcc6ccb10a768aaa9276c3a22b2dea9f560e247"
integrity sha512-ml1aJ4nJmfA8MRAJ3l9+iTdccGDQiUN1En8XwYwypfrKlECR8Mw/kKRPnqHge598+ED6J1+at5gArSq6bLKbug==
"@tryghost/custom-theme-settings-service@0.1.2":
version "0.1.2"
resolved "https://registry.yarnpkg.com/@tryghost/custom-theme-settings-service/-/custom-theme-settings-service-0.1.2.tgz#e2c15ac8117edaf6dc6ae9f82fb29089337a0460"
integrity sha512-7EIZFuVqqcWypFktv/QM6dmYmiPHQAnAakuZBePpvV7j9emBWc5tHpGSkPpxoTi+2xHEW0HKVUut1jpBzAZJNA==
"@tryghost/custom-theme-settings-service@0.2.0":
version "0.2.0"
resolved "https://registry.yarnpkg.com/@tryghost/custom-theme-settings-service/-/custom-theme-settings-service-0.2.0.tgz#d48614608646a4168e4184ebd55748526849971e"
integrity sha512-JF9IqjwN+8gPCG0KiAyCtwXvAk4dealz31g+ldxSTvn+iR/+2NPrJwPqeTwjZWTY1jTFoz1UtAsEwWkNuId55Q==
dependencies:
"@tryghost/debug" "^0.1.5"
"@tryghost/errors" "^0.2.14"