'default' => array
(),
'sanitize_callback' => 'wp_parse_id_list',
),
'columns' => array
( 'type' => 'integer',
'default' => 3,
'minimum' => 1,
'maximum' => 9,
),
'size' => array
( 'type' => 'string',
'enum' =>
array_merge( get_intermediate_image_sizes(), array
( 'full', 'custom'
) ),
'default' => 'thumbnail',
),
'link_type' => array
( 'type' => 'string',
'enum' => array
( 'post', 'file', 'none'
),
'default' => 'post',
'media_prop' => 'link',
'should_preview_update' => false,
),
'orderby_random' => array
( 'type' => 'boolean',