File: //home/parhudrw/emenu.anqa.it/wp-content/plugins/ticrou-plugin/metabox/projects.php
<?php
return array(
'title' => 'Ticrou Project Setting',
'id' => 'ticrou_meta_projects',
'icon' => 'el el-cogs',
'position' => 'normal',
'priority' => 'core',
'post_types' => array( 'project' ),
'sections' => array(
array(
'id' => 'ticrou_projects_meta_setting',
'fields' => array(
array(
'id' => 'information_title',
'type' => 'textarea',
'title' => esc_html__( 'Enter Project Information Title', 'ticrou' ),
),
array(
'id' => 'client',
'type' => 'text',
'title' => esc_html__( 'Enter Client', 'ticrou' ),
),
array(
'id' => 'team_members',
'type' => 'text',
'title' => esc_html__( 'Enter Team Members', 'ticrou' ),
),
array(
'id' => 'new_product',
'type' => 'text',
'title' => esc_html__( 'Enter New Product', 'ticrou' ),
),
array(
'id' => 'date',
'type' => 'text',
'title' => esc_html__( 'Enter Date', 'ticrou' ),
),
array(
'id' => 'location',
'type' => 'text',
'title' => esc_html__( 'Enter Location', 'ticrou' ),
),
array(
'id' => 'project_social_profile_v3',
'type' => 'social_media',
'title' => esc_html__( 'Social Profiles', 'ticrou' ),
),
array(
'id' => 'project_dimension',
'type' => 'select',
'title' => esc_html__( 'Choose the Extra height', 'ticrou' ),
'options' => array(
'normal_height' => esc_html__( 'Normal Height', 'ticrou' ),
'extra_height' => esc_html__( 'Extra Height', 'ticrou' ),
'extra_width' => esc_html__( 'Extra Width', 'ticrou' ),
),
'default' => 'normal_height',
),
),
),
),
);