array(
'id' => 'opt-upload-1',
'type' => 'upload',
'title' => 'Upload',
),
array(
'id' => 'opt-upload-2',
'type' => 'upload',
'title' => 'Upload',
'library' => 'image',
'placeholder' => 'http://',
'button_title' => 'Add Image',
'remove_title' => 'Remove Image',
),
<?php echo bittheme('opt-upload-1'); ?>//简单
<?php echo bittheme('opt-upload-2'); ?>//只上传图像