Wired up contentVisibility flag to Koenig (#20382)

ref MOM-221

- wired up the contentVisibility flag to be passed to Koenig from Ghost
/ Admin.
This commit is contained in:
Ronald Langeveld 2024-06-13 11:30:21 +07:00 committed by GitHub
parent e615c36f83
commit b16671839c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -447,9 +447,10 @@ export default class KoenigLexicalEditor extends Component {
collectionsCard: this.feature.collectionsCard,
collections: this.feature.collections,
internalLinking: this.feature.internalLinking,
internalLinkingAtLinks: this.feature.internalLinkingAtLinks
internalLinkingAtLinks: this.feature.internalLinkingAtLinks,
contentVisibility: this.feature.contentVisibility
},
deprecated: {
deprecated: { // todo fix typo
headerV1: true // if false, shows header v1 in the menu
},
membersEnabled: this.settings.membersSignupAccess === 'all',