@umbraco-cms/backoffice

    This model is deprecated and will be removed in version 17. Please use the UmbContentTypeDetailModel instead.

    UmbContentTypeModel

    interface UmbDocumentTypeDetailModel {
        alias: string;
        allowedAtRoot: boolean;
        allowedContentTypes: UmbContentTypeSortModel[];
        allowedTemplates: { id: string }[];
        cleanup: UmbDocumentTypeCleanupModel;
        collection: null | UmbReferenceByUnique;
        compositions: UmbContentTypeCompositionModel[];
        containers: UmbPropertyTypeContainerModel[];
        defaultTemplate: null | { id: string };
        description: string;
        entityType: "document-type";
        icon: string;
        isElement: boolean;
        name: string;
        properties: UmbPropertyTypeModel[];
        unique: string;
        variesByCulture: boolean;
        variesBySegment: boolean;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    alias: string
    allowedAtRoot: boolean
    allowedContentTypes: UmbContentTypeSortModel[]
    allowedTemplates: { id: string }[]
    collection: null | UmbReferenceByUnique
    defaultTemplate: null | { id: string }
    description: string
    entityType: "document-type"
    icon: string
    isElement: boolean
    name: string
    properties: UmbPropertyTypeModel[]
    unique: string
    variesByCulture: boolean
    variesBySegment: boolean
    MMNEPVFCICPMFPCPTTAAATR