Last active
January 15, 2016 04:38
-
-
Save sbruner/05ae1ae3668ef6421828 to your computer and use it in GitHub Desktop.
Piklist: field: file: basic
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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