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

Merged v5.50.2 into main

This commit is contained in:
Ghost CI 2023-06-06 19:05:20 +00:00
commit 80ed948bb9
4 changed files with 2 additions and 14 deletions

View file

@ -19,16 +19,10 @@ export default class KoenigImageEditor extends Component {
}
get pinturaJsUrl() {
if (!this.settings.pintura) {
return null;
}
return this.config.pintura?.js || this.settings.pinturaJsUrl;
}
get pinturaCSSUrl() {
if (!this.settings.pintura) {
return null;
}
return this.config.pintura?.css || this.settings.pinturaCssUrl;
}

View file

@ -135,16 +135,10 @@ export default class KoenigLexicalEditor extends Component {
offers = null;
get pinturaJsUrl() {
if (!this.settings.pintura) {
return null;
}
return this.config.pintura?.js || this.settings.pinturaJsUrl;
}
get pinturaCSSUrl() {
if (!this.settings.pintura) {
return null;
}
return this.config.pintura?.css || this.settings.pinturaCssUrl;
}

View file

@ -1,6 +1,6 @@
{
"name": "ghost-admin",
"version": "5.50.1",
"version": "5.50.2",
"description": "Ember.js admin client for Ghost",
"author": "Ghost Foundation",
"homepage": "http://ghost.org",

View file

@ -1,6 +1,6 @@
{
"name": "ghost",
"version": "5.50.1",
"version": "5.50.2",
"description": "The professional publishing platform",
"author": "Ghost Foundation",
"homepage": "https://ghost.org",