The conditions for when the dashboard should be available

interface ConditionsDashboardCollection {
    entityType: string;
    sections: string[];
}

Properties

Properties

entityType: string

The entity type that the dashboard collection should be available for

[ "media" ]

sections: string[]

An array of section aliases that the dashboard collection should be available in

true

[ "Umb.Section.Content", "Umb.Section.Settings" ]

""