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:
parent
de1d925c8c
commit
92e7c069f3
1 changed files with 3 additions and 1 deletions
|
@ -271,7 +271,9 @@ export default class KoenigLexicalEditor extends Component {
|
||||||
fetchLabels,
|
fetchLabels,
|
||||||
feature: {
|
feature: {
|
||||||
signupCard: this.feature.get('signupCard')
|
signupCard: this.feature.get('signupCard')
|
||||||
}
|
},
|
||||||
|
siteTitle: this.settings.title,
|
||||||
|
siteDescription: this.settings.description
|
||||||
};
|
};
|
||||||
const cardConfig = Object.assign({}, defaultCardConfig, props.cardConfig, {pinturaConfig: this.pinturaConfig});
|
const cardConfig = Object.assign({}, defaultCardConfig, props.cardConfig, {pinturaConfig: this.pinturaConfig});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue