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"