Modal Body Dynamic Tab

    // Typography
    // Typography -> Font
    font_devices : { 
        type :      'D_tab', 
        title :     '<h2>Typography</h2>', 
        descr :     '', 
        def :       'lg', 
        required :  false, 
        eyetab :    'tab_general_content content_typography_field',
        width :     'eye-12',
        choises : { 
            '1' :   'XXL|xxl|desktop',  // Name | Class | Icon Class
            '2' :   'XL|xl|desktop',
            '3' :   'LG|lg|laptop',
            '4' :   'MD|md|tablet',
            '5' :   'SM|sm|mobile'
        }
    }, 
    testing_xxl : { 
        type :      'input', 
        title :     'XXL Testing', 
        descr :     'test', 
        def :       '', 
        required :  false, 
        eyetab :    'tab_general_content content_typography_field xxl_font_devices',
        width :     'eye-12' 
    },
    testing_xl : { 
        type :      'input', 
        title :     'XL Testing', 
        descr :     'test', 
        def :       '', 
        required :  false, 
        eyetab :    'tab_general_content content_typography_field xl_font_devices',
        width :     'eye-12' 
    },
    testing_lg : { 
        type :      'input', 
        title :     'LG Testing', 
        descr :     'test', 
        def :       '', 
        required :  false, 
        eyetab :    'tab_general_content content_typography_field lg_font_devices',
        width :     'eye-12' 
    },
    testing_md : { 
        type :      'input', 
        title :     'MD Testing', 
        descr :     'test', 
        def :       '', 
        required :  false, 
        eyetab :    'tab_general_content content_typography_field md_font_devices',
        width :     'eye-12' 
    },
    testing_sm : { 
        type :      'input', 
        title :     'SM Testing', 
        descr :     'test', 
        def :       '', 
        required :  false, 
        eyetab :    'tab_general_content content_typography_field sm_font_devices',
        width :     'eye-12' 
    },

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes:

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>