// this file is for testing only
'text' => array(
'description' => 'You must test with very long description. Just in case your display is properly and work well with A tag or other Strong tag',
),
'radio' => array(
'description' => 'You must test with very long description. Just in case your display is properly and work well with A tag or other Strong tag',
'type' => 'radio',
'choices' => array(
'v1' => 'This is choice 01',
'v2' => 'This is choice 02',
'v3' => 'This is choice 03',
)
),
'select' => array(
'description' => 'You must test with very long description. Just in case your display is properly and work well with A tag or other Strong tag',
'type' => 'select',
'choices' => array(
'v1' => 'This is choice 01',
'v2' => 'This is choice 02',
'v3' => 'This is choice 03',
)
),
'selects' => array(
'description' => 'You must test with very long description. Just in case your display is properly and work well with A tag or other Strong tag',
'type' => 'selects',
'choices' => array(
'v1' => 'This is choice 01',
'v2' => 'This is choice 02',
'v3' => 'This is choice 03',
)
),
'checkbox' => array(
'description' => 'You must test with very long description. Just in case your display is properly and work well with A tag or other Strong tag',
'type' => 'checkbox',
),
'category' => array(
'description' => 'You must test with very long description. Just in case your display is properly and work well with A tag or other Strong tag',
'type' => 'category'
),
'categories' => array(
'description' => 'You must test with very long description. Just in case your display is properly and work well with A tag or other Strong tag',
'type' => 'categories'
),
'tag' => array(
'description' => 'You must test with very long description. Just in case your display is properly and work well with A tag or other Strong tag',
'type' => 'tag'
),
'tags' => array(
'description' => 'You must test with very long description. Just in case your display is properly and work well with A tag or other Strong tag',
'type' => 'tags'
),
'user' => array(
'description' => 'You must test with very long description. Just in case your display is properly and work well with A tag or other Strong tag',
'type' => 'user'
),
'users' => array(
'description' => 'You must test with very long description. Just in case your display is properly and work well with A tag or other Strong tag',
'type' => 'users'
),
'sidebar' => array(
'description' => 'You must test with very long description. Just in case your display is properly and work well with A tag or other Strong tag',
'type' => 'sidebar'
),
'sidebars' => array(
'description' => 'You must test with very long description. Just in case your display is properly and work well with A tag or other Strong tag',
'type' => 'sidebars'
),
'textarea' => array(
'description' => 'You must test with very long description. Just in case your display is properly and work well with A tag or other Strong tag',
'type' => 'textarea',
),
'content' => array(
'description' => 'DO NOT USE ID CONTENT, THATS IS NOT GOOD. You must test with very long description. Just in case your display is properly and work well with A tag or other Strong tag',
'type' => 'content'
),
'content-other' => array(
'description' => 'You must test with very long description. Just in case your display is properly and work well with A tag or other Strong tag',
'type' => 'content'
),
'color' => array(
'description' => 'You must test with very long description. Just in case your display is properly and work well with A tag or other Strong tag',
'type' => 'color'
),
'media' => array(
'description' => 'You must test with very long description. Just in case your display is properly and work well with A tag or other Strong tag',
'type' => 'media'
),
'image' => array(
'description' => 'You must test with very long description. Just in case your display is properly and work well with A tag or other Strong tag',
'type' => 'image'
),
'range' => array(
'description' => 'You must test with very long description. Just in case your display is properly and work well with A tag or other Strong tag',
'type' => 'range',
'max' => 1000,
'min' => 100,
),
'visual' => array(
'description' => 'You must test with very long description. Just in case your display is properly and work well with A tag or other Strong tag',
'type' => 'visual',
'choices' => array(
'v1' => 'This is choice 01',
'v2' => 'This is choice 02',
'v3' => 'This is choice 03',
)
),
'font-family' => array(
'description' => 'You must test with very long description. Just in case your display is properly and work well with A tag or other Strong tag',
'type' => 'font-family',
),
'font' => array(
'description' => 'You must test with very long description. Just in case your display is properly and work well with A tag or other Strong tag',
'type' => 'font',
),