<?php
return array(
'title' => 'ticrou post Setting',
'id' => 'ticrou_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', 'ticrou'),
),
),
),
),
);
?>