'name' => array(
'data_type' => 'varchar',
'label' => 'Article Name',
'validation' => array('required', 'min_length' => array(3), 'max_length' => array(20)),
'form' => array('data_type' => 'text'),
'default' => 'New article',
),
It looks like you're new here. If you want to get involved, click one of these buttons!