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:
parent
e615c36f83
commit
b16671839c
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user