{
    type: 'panel',
    label: 'History Backup',
    items: {
        _checkConfig: {
            // this component is not visible in the UI
            // it checks the configuration
            type: 'custom',
            bundlerType: 'module',
            i18n: true,
            url: 'custom/customComponents.js',
            name: 'ConfigCustomBackItUpSet/Components/CheckAllConfigInvisible',
        },
        _header: {
            type: 'header',
            size: 2,
            text: 'History Data Backup',
            xs: 12,
            sm: 12,
            md: 12,
            lg: 12,
            xl: 12,
        },
        detectNow: {
            type: 'custom',
            bundlerType: 'module',
            custom: {
                adapter: 'history',
            },
            url: 'custom/customComponents.js',
            name: 'ConfigCustomBackItUpSet/Components/DetectConfig',
            label: 'Detect config',
            xs: 12,
            sm: 9,
            md: 6,
            lg: 6,
            xl: 6,
        },
        _helpLine1: {
            newLine: true,
            type: 'divider',
            color: 'primary',
        },
        historyPath: {
            xs: 12,
            sm: 12,
            md: 9,
            lg: 6,
            xl: 6,
            type: 'text',
            label: 'History data path',
            newLine: true,
        },
        _helpText1: {
            type: 'staticText',
            text: 'Backup of all stored data of the history adapter',
            xs: 12,
            sm: 12,
            md: 12,
            lg: 12,
            xl: 12,
            newLine: true,
        },
    },
}
