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

    Type Alias UmbWorkspaceContentTypeUniqueConditionConfig

    UmbWorkspaceContentTypeUniqueConditionConfig: UmbConditionConfigBase<
        typeof UMB_WORKSPACE_CONTENT_TYPE_UNIQUE_CONDITION,
    > & { match?: string; oneOf?: string[] }

    Type Declaration

    • Optionalmatch?: string

      Define a content type unique (GUID) in which workspace this extension should be available

      Depends on implementation, but i.e. "d59be02f-1df9-4228-aa1e-01917d806cda"
      
    • OptionaloneOf?: string[]

      Define one or more content type unique (GUIDs) in which workspace this extension should be available

      ["d59be02f-1df9-4228-aa1e-01917d806cda", "42d7572e-1ba1-458d-a765-95b60040c3ac"]