Websites v4 docs v8.3.1
    Preparing search index...

    Type Alias ThemeSettingObjectField

    type ThemeSettingObjectField = {
        description?: string;
        label: string;
        options?: { label: string; value: string }[];
        type: ConfigSettingType;
        value: string | number | boolean;
    }
    Index

    Properties

    description?: string
    label: string
    options?: { label: string; value: string }[]
    value: string | number | boolean