first commit
This commit is contained in:
30
wp-content/plugins/thinkai-plugin/metabox/dimension.php
Normal file
30
wp-content/plugins/thinkai-plugin/metabox/dimension.php
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
return array(
|
||||
'title' => 'thinkai post Setting',
|
||||
'id' => 'thinkai_post',
|
||||
'icon' => 'el el-cogs',
|
||||
'position' => 'normal',
|
||||
'priority' => 'core',
|
||||
'post_types' => array( 'post' ),
|
||||
'sections' => array(
|
||||
array(
|
||||
'fields' => array(
|
||||
array(
|
||||
'id' => 'video_link',
|
||||
'type' => 'text',
|
||||
'title' => esc_html__('Video Link', 'thinkai'),
|
||||
),
|
||||
array(
|
||||
'id' => 'gallery_imgs',
|
||||
'type' => 'gallery',
|
||||
'url' => true,
|
||||
'title' => esc_html__('Slider Image', 'thinkai'),
|
||||
'desc' => esc_html__('Insert Blog Single Page Slide Image URl', 'thinkai'),
|
||||
),
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user