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

    Interface UmbIsServerProductionModeConditionConfig

    interface UmbIsServerProductionModeConditionConfig {
        alias: "Umb.Condition.Server.IsProductionMode";
        match?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    alias: "Umb.Condition.Server.IsProductionMode"
    match?: boolean

    If true (default), the condition is permitted when in Production mode. If false, the condition is permitted when NOT in Production mode.