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

Added site title and description in the config for the Lexical editor

refs https://github.com/TryGhost/Team/issues/3282
This commit is contained in:
Sag 2023-05-24 11:20:52 +02:00
parent de1d925c8c
commit 92e7c069f3

View file

@ -271,7 +271,9 @@ export default class KoenigLexicalEditor extends Component {
fetchLabels,
feature: {
signupCard: this.feature.get('signupCard')
}
},
siteTitle: this.settings.title,
siteDescription: this.settings.description
};
const cardConfig = Object.assign({}, defaultCardConfig, props.cardConfig, {pinturaConfig: this.pinturaConfig});