jxycms
1/16/2017 - 5:19 AM

add color picker to page setting

add color picker to page setting

array(
 	'type' => 'colorpicker',
 	'field' => 'subtitle_color',
  'label' => 'Subtitle Color',
 	'columns' => 3,
 	'attributes' => array(
 			'class' => 'subtitle_color'
 	)
),