Manage attached images to post(-type).
Only for metabox
array(
'id' => 'attached_1',
'type' => 'attached',
'title' => 'Attached',
'options' => array(
'type' => '', // attach to post (only in metabox)
),
),
Manage attached images to post(-type).
Only for metabox
array(
'id' => 'attached_1',
'type' => 'attached',
'title' => 'Attached',
'options' => array(
'type' => '', // attach to post (only in metabox)
),
),