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

    Interface MetaEntityActionContentPublishKind

    Meta configuration for the contentPublish entity action kind.

    interface MetaEntityActionContentPublishKind {
        additionalOptions?: boolean;
        detailRepositoryAlias: string;
        icon: string;
        label: string;
        publishedNotificationMessage?: string;
        publishingRepositoryAlias: string;
        variantPublishedNotificationMessage?: 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

    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" ]

    label: string

    The friendly name of the action to perform

    [ "Create", "Create Content Template" ]

    publishedNotificationMessage?: string

    Overrides the success notification message when invariant content is published. Use a localization key, e.g. #speechBubbles_editContentPublishedText.

    publishingRepositoryAlias: string

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

    variantPublishedNotificationMessage?: string

    Overrides the success notification message when one or more variants are published. Use a localization key, e.g. #speechBubbles_editVariantPublishedText — the list of published variants is passed as the first term argument, so a plain (non-key) string will not include it.