first commit

This commit is contained in:
2024-07-31 13:12:38 +07:00
commit b4e8cbe182
10213 changed files with 3125839 additions and 0 deletions

View 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'),
),
),
),
),
);
?>