interface ContentStateSettings {
    contentStatesAllowed: boolean;
    customContentStatesAllowed: boolean;
    spaceContentStates?: ContentState[];
    spaceContentStatesAllowed: boolean;
}

Properties

contentStatesAllowed: boolean

Whether users can place content states on any pages and blog posts in the space

customContentStatesAllowed: boolean

Whether users can create custom states on the fly on pages and blog posts

spaceContentStates?: ContentState[]

Space content states that users in the space can choose from

spaceContentStatesAllowed: boolean

Whether space content states are allowed

Generated using TypeDoc v0.25.12