- This topic has 7 replies, 3 voices, and was last updated 1 year, 4 months ago by .
-
Topic
-
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', ), ), );
Can you tell me if I am doing something wrong?
Thanks
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.