@umbraco-cms/backoffice
    Preparing search index...

    Interface MetaEntityActionContentUnpublishKind

    Meta configuration for the contentUnpublish entity action kind.

    interface MetaEntityActionContentUnpublishKind {
        additionalOptions?: boolean;
        configurationRepositoryAlias: string;
        detailRepositoryAlias: string;
        icon: string;
        itemRepositoryAlias: string;
        label: string;
        publishingRepositoryAlias: string;
        referenceRepositoryAlias: string;
        unpublishedNotificationMessage?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    additionalOptions?: boolean

    The action requires additional input from the user. A dialog will prompt the user for more information or to make a choice.

    MetaEntityActionDefaultKind

    configurationRepositoryAlias: string

    Alias of the configuration repository used by the modal to read unpublish behaviour configuration.

    detailRepositoryAlias: string

    Alias of the detail repository used to load the content item.

    icon: string

    An icon to represent the action to be performed

    [ "icon-box", "icon-grid" ]

    itemRepositoryAlias: string

    Alias of the item repository used by the modal to present the affected items.

    label: string

    The friendly name of the action to perform

    [ "Create", "Create Content Template" ]

    publishingRepositoryAlias: string

    Alias of the publishing repository used to perform the unpublish operation.

    referenceRepositoryAlias: string

    Alias of the reference repository used by the modal to warn about inbound references.

    unpublishedNotificationMessage?: string

    Overrides the success notification message when content is unpublished. Use a localization key, e.g. #speechBubbles_contentUnpublished.