Hi Anh, I'm trying with the new extension and I'm having a problem with some fields types.
The fields below work outside the block but not inside.
$meta_boxes[] = array(
'title' => 'Slider',
'id' => 'slider',
'type' => 'block',
'icon' => 'admin-home',
'category' => 'layout',
'context' => 'side',
'supports' => array(),
'fields' => array(
array(
'id' => 'color',
'name' => 'Color',
'type' => 'color',
),
array(
'id' => 'image',
'type' => 'image_advanced',
'name' => 'Image Advanced',
),
array(
'id' => 'video',
'type' => 'video',
'name' => 'Video',
),
),
);
https://imgur.com/a/snj9xiW
Can you tell me if I am doing something wrong?
Thanks