Config

All the config variables user can use to customize some UI on roomtodo planner on their site

Default:

{
        enable_pro: true,
        enable_estimation: false,
        enable_set_project: false,
        enable_merchant_login: false,
        logo: {
            type: "image",
            show: true,
            src: '',
            href: '',
            target: "_blank"
        },
        ui:{
            custom_registration: false,
            fb_login: true,

            top_login: true,
            top_user: true,
            profile_news: true,
            sharing: true,

            top_project: true,
            top_language: true,
            top_screenshot: true,
            top_save: true,
            top_help: true,
            top_units: true,

            show_logo: true
        },
        additional: {
            terms: {
                type: "text",
                show: true,
                text: '',
                href: 'https://roomtodo.com/en/terms_of_service/',
                target: "_blank"
            },
            copyright: {
                type: "text",
                show: true,
                text: '2023 © Roomtodo',
                href: 'https://roomtodo.com/',
                target: "_blank"
            },
            feedback: {
                type: "text",
                show: true,
                text: "Feedback",
                href: "http://roomtodo.idea.informer.com/",
                target: "_blank"
            }
        }
    };