dc-management-sdk-js
    Preparing search index...

    Interface ContentTypeSettings

    interface ContentTypeSettings {
        cards?: ContentTypeCard[];
        icons?: ContentTypeIcon[];
        label?: string;
        visualizations?: ContentTypeVisualization[];
    }
    Index

    Properties

    cards?: ContentTypeCard[]

    Cards used to provide a thumbnail preview of the content type

    icons?: ContentTypeIcon[]

    Icons for the content type

    label?: string

    Friendly name for the content type

    visualizations?: ContentTypeVisualization[]

    Visualizations used to provide high quality preview of the content type