Skip to content

Instantly share code, notes, and snippets.

@sbruner
Last active January 15, 2016 04:38
Show Gist options
  • Save sbruner/05ae1ae3668ef6421828 to your computer and use it in GitHub Desktop.
Save sbruner/05ae1ae3668ef6421828 to your computer and use it in GitHub Desktop.
Piklist: field: file: basic
<?php
piklist('field', array(
'type' => 'file',
'field' => 'upload_basic',
'label' => 'Add File(s)',
'description' => 'This is the basic upload field.',
'options' => array(
'basic' => true // set field to basic uploader
)
));
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment