Skip to content

Instantly share code, notes, and snippets.

@sbruner
Last active January 17, 2016 04:16
Show Gist options
  • Save sbruner/864c13bf5ab7413dc0bb to your computer and use it in GitHub Desktop.
Save sbruner/864c13bf5ab7413dc0bb to your computer and use it in GitHub Desktop.
Piklist: field: colorpicker
<?php
piklist('field', array(
'type' => 'colorpicker',
'field' => 'my_color',
'label' => 'Color Picker'
));
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment