File: /home/parhudrw/emenu.anqa.it/wp-content/plugins/ticrou-plugin/metabox/team.php
<?php
return array(
'title' => 'Ticrou Team Setting',
'id' => 'ticrou_meta_team',
'icon' => 'el el-cogs',
'position' => 'normal',
'priority' => 'core',
'post_types' => array( 'team' ),
'sections' => array(
array(
'id' => 'ticrou_team_meta_setting',
'fields' => array(
array(
'id' => 'designation',
'type' => 'text',
'title' => esc_html__( 'Designation', 'ticrou' ),
),
array(
'id' => 'team_url',
'type' => 'text',
'title' => esc_html__( 'Team Link', 'ticrou' ),
),
array(
'id' => 'show_team_info_area',
'type' => 'switch',
'title' => esc_html__('Show/Hide Information Area', 'moran'),
'desc' => esc_html__('Enable to Show Information Area', 'moran'),
),
array(
'id' => 'skills',
'type' => 'text',
'title' => esc_html__( 'Skills', 'ticrou' ),
'required' => array('show_team_info_area', '=', true),
),
array(
'id' => 'years',
'type' => 'text',
'title' => esc_html__( 'Experience Years', 'ticrou' ),
'required' => array('show_team_info_area', '=', true),
),
array(
'id' => 'email',
'type' => 'text',
'title' => esc_html__( 'Email Address', 'ticrou' ),
'required' => array('show_team_info_area', '=', true),
),
array(
'id' => 'phone_no',
'type' => 'text',
'title' => esc_html__( 'Phone Number', 'ticrou' ),
'required' => array('show_team_info_area', '=', true),
),
//Social Profile
array(
'id' => 'social_profile',
'type' => 'social_media',
'title' => esc_html__( 'Social Profiles', 'ticrou' ),
),
array(
'id' => 'show_our_skills_area',
'type' => 'switch',
'title' => esc_html__('Show/Hide Our Skills Area', 'moran'),
'desc' => esc_html__('Enable to Show Our Skills Area', 'moran'),
),
array(
'id' => 'skill_title',
'type' => 'text',
'title' => esc_html__( 'Skills Title', 'ticrou' ),
'required' => array('show_our_skills_area', '=', true),
),
array(
'id' => 'skill_text',
'type' => 'textarea',
'title' => esc_html__( 'Skills Text', 'ticrou' ),
'required' => array('show_our_skills_area', '=', true),
),
array(
'id' => 'title1',
'type' => 'text',
'title' => esc_html__( 'Title 01', 'ticrou' ),
'required' => array('show_our_skills_area', '=', true),
),
array(
'id' => 'count_stop1',
'type' => 'text',
'title' => esc_html__( 'Counter Stop 01', 'ticrou' ),
'required' => array('show_our_skills_area', '=', true),
),
array(
'id' => 'title2',
'type' => 'text',
'title' => esc_html__( 'Title 02', 'ticrou' ),
'required' => array('show_our_skills_area', '=', true),
),
array(
'id' => 'count_stop2',
'type' => 'text',
'title' => esc_html__( 'Counter Stop 02', 'ticrou' ),
'required' => array('show_our_skills_area', '=', true),
),
array(
'id' => 'title3',
'type' => 'text',
'title' => esc_html__( 'Title 03', 'ticrou' ),
'required' => array('show_our_skills_area', '=', true),
),
array(
'id' => 'count_stop3',
'type' => 'text',
'title' => esc_html__( 'Counter Stop 03', 'ticrou' ),
'required' => array('show_our_skills_area', '=', true),
),
array(
'id' => 'title4',
'type' => 'text',
'title' => esc_html__( 'Title 04', 'ticrou' ),
'required' => array('show_our_skills_area', '=', true),
),
array(
'id' => 'count_stop4',
'type' => 'text',
'title' => esc_html__( 'Counter Stop 04', 'ticrou' ),
'required' => array('show_our_skills_area', '=', true),
),
array(
'id' => 'show_contact_form_area',
'type' => 'switch',
'title' => esc_html__('Show/Hide Contact Me Area', 'moran'),
'desc' => esc_html__('Enable to Show Contact Me Area', 'moran'),
),
array(
'id' => 'form_title',
'type' => 'text',
'title' => esc_html__( 'Form Title', 'ticrou' ),
'required' => array('show_contact_form_area', '=', true),
),
array(
'id' => 'contact_us_form',
'type' => 'textarea',
'title' => esc_html__( 'Contact Form URL', 'ticrou' ),
'required' => array('show_contact_form_area', '=', true),
),
),
),
),
);