From 067766e555ad537515789e61a6e963130617590f Mon Sep 17 00:00:00 2001 From: Rishabh Date: Tue, 16 May 2023 12:49:54 +0530 Subject: [PATCH] Updated publish config for admin-x settings package refs https://github.com/TryGhost/Team/issues/3151 --- ghost/admin-x-settings/package.json | 7 +++++-- ghost/core/core/shared/config/defaults.json | 4 ++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ghost/admin-x-settings/package.json b/ghost/admin-x-settings/package.json index b8851ee445..74939f1927 100644 --- a/ghost/admin-x-settings/package.json +++ b/ghost/admin-x-settings/package.json @@ -1,9 +1,12 @@ { "name": "@tryghost/admin-x-settings", "version": "0.0.2", - "repository": "https://github.com/TryGhost/Ghost/tree/main/packages/admin-x-settings", + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/TryGhost/Ghost/tree/main/packages/admin-x-settings" + }, "author": "Ghost Foundation", - "private": true, "type": "module", "files": [ "LICENSE", diff --git a/ghost/core/core/shared/config/defaults.json b/ghost/core/core/shared/config/defaults.json index fde3551fe4..4922c947c6 100644 --- a/ghost/core/core/shared/config/defaults.json +++ b/ghost/core/core/shared/config/defaults.json @@ -196,6 +196,10 @@ "url": "https://cdn.jsdelivr.net/ghost/koenig-lexical@~{version}/dist/koenig-lexical.umd.js", "version": "0.2" }, + "adminX": { + "url": "https://cdn.jsdelivr.net/ghost/admin-x-settings@~{version}/dist/admin-x-settings.umd.js", + "version": "0.0" + }, "tenor": { "googleApiKey": null, "contentFilter": "off"