@devgateway/wp-react-lib
    Preparing search index...

    Interface DgSettings

    interface DgSettings {
        apache_superset_url: string | boolean | null;
        description: string;
        google_analytics_code: string;
        landing_page_url: string;
        languages: Languages;
        name: string;
        react_api_url: string | null;
        react_menu_type: string;
        react_search_type: string;
        react_ui_url: string;
        site_icon: number;
        site_logo: number;
    }
    Index

    Properties

    apache_superset_url: string | boolean | null
    description: string
    google_analytics_code: string
    landing_page_url: string
    languages: Languages
    name: string
    react_api_url: string | null
    react_menu_type: string
    react_search_type: string
    react_ui_url: string
    site_icon: number
    site_logo: number