/CMB2-Buttonset-Field

CMB2 Buttonset field type. Ready to integrated with a theme

Primary LanguagePHP

CMB2 Buttonset Field Type

CMB2 Buttonset field type. Ready to integrated with a theme

Use

buttonset as a field type.

array(
		'name'    => __( ' Position', 'cmb2' ),Title
	  'id'      => $prefix . 'buttonset',
	  'type'    => 'buttonset',
	  'options' => array(
	       "" => __("Default", 'cmb2'),
	       "left" => __("Left", 'cmb2'),
	       "center" => __("Center", 'cmb2'),
	       "right" => __("Right", 'cmb2')	        
	  ),
	  'default' => 'none',
)  

Screenshots

CMB2 Buttonset Field Type

Tutorial on how to integrate Buttonset field in to a WordPress theme

http://www.proy.info/how-to-create-cmb2-buttonset-field-type/