typograph-editor-documentation
    Preparing search index...

    Type Alias image_placeholder

    type image_placeholder = {
        allow_upload: boolean;
        carousel: boolean;
        duplicate_images_forbidden: boolean;
        generated_cut_contour: boolean;
        hide_placeholder_input: boolean;
        image_library_id: string;
        image_library_scope: string;
        images_hidden: any[];
        images_show: any[];
        name: string;
        range_limit: boolean;
        range_required: any[];
        range_select: boolean;
        style_prefix: boolean;
    }
    Index

    Properties

    allow_upload: boolean
    carousel: boolean
    duplicate_images_forbidden: boolean
    generated_cut_contour: boolean
    hide_placeholder_input: boolean
    image_library_id: string
    image_library_scope: string
    images_hidden: any[]
    images_show: any[]
    name: string
    range_limit: boolean
    range_required: any[]
    range_select: boolean
    style_prefix: boolean