Current File : /home/kelaby89/topflowroofingplumbing.com.au/wp-content/plugins/homlane-plugin/metabox/service.php |
<?php
return array(
'title' => 'Homlane Service Setting',
'id' => 'homlane_meta_service',
'icon' => 'el el-cogs',
'position' => 'normal',
'priority' => 'core',
'post_types' => array( 'service' ),
'sections' => array(
array(
'id' => 'homlane_service_meta_setting',
'fields' => array(
array(
'id' => 'service_icon',
'type' => 'select',
'title' => esc_html__( 'Service Icons', 'mono' ),
'options' => get_fontawesome_icons(),
),
array(
'id' => 'ext_url',
'type' => 'text',
'title' => esc_html__( 'Enter Read More Link', 'homlane' ),
),
),
),
),
);