/**
  * Field configuration
  *
  * This is used by CTFW_Widget class for automatic field output, filtering, sanitization and saving.
  *
  * @since 0.9
  * @return array Fields for widget
  */
 function ctfw_fields()
 {
     // prefix in case WP core adds method with same name
     // Fields
     $fields = array('title' => array('name' => _x('Title', 'posts widget', 'church-theme-framework'), 'after_name' => '', 'desc' => '', 'type' => 'text', 'checkbox_label' => '', 'radio_inline' => false, 'number_min' => '', 'number_max' => '', 'options' => array(), 'default' => _x('Posts', 'posts widget title default', 'church-theme-framework'), 'no_empty' => false, 'allow_html' => false, 'attributes' => array(), 'class' => '', 'field_attributes' => array(), 'field_class' => '', 'custom_sanitize' => '', 'custom_field' => '', 'taxonomies' => array()), 'category' => array('name' => _x('Category', 'posts widget', 'church-theme-framework'), 'after_name' => '', 'desc' => '', 'type' => 'select', 'checkbox_label' => '', 'radio_inline' => false, 'number_min' => '', 'number_max' => '', 'options' => ctfw_term_options('category', array('all' => _x('All Categories', 'posts widget', 'church-theme-framework'))), 'default' => 'all', 'no_empty' => true, 'allow_html' => false, 'attributes' => array(), 'class' => '', 'field_attributes' => array(), 'field_class' => '', 'custom_sanitize' => '', 'custom_field' => '', 'taxonomies' => array()), 'orderby' => array('name' => _x('Order By', 'posts widget', 'church-theme-framework'), 'after_name' => '', 'desc' => '', 'type' => 'select', 'checkbox_label' => '', 'radio_inline' => false, 'number_min' => '', 'number_max' => '', 'options' => array('title' => _x('Title', 'posts widget order by', 'church-theme-framework'), 'publish_date' => _x('Date', 'posts widget order by', 'church-theme-framework'), 'comment_count' => _x('Comment Count', 'posts widget order by', 'church-theme-framework')), 'default' => 'publish_date', 'no_empty' => true, 'allow_html' => false, 'attributes' => array(), 'class' => '', 'field_attributes' => array(), 'field_class' => 'ctfw-widget-no-bottom-margin', 'custom_sanitize' => '', 'custom_field' => '', 'taxonomies' => array()), 'order' => array('name' => '', 'after_name' => '', 'desc' => '', 'type' => 'radio', 'checkbox_label' => '', 'radio_inline' => true, 'number_min' => '', 'number_max' => '', 'options' => array('asc' => _x('Low to High', 'posts widget order', 'church-theme-framework'), 'desc' => _x('High to Low', 'posts widget order', 'church-theme-framework')), 'default' => 'desc', 'no_empty' => true, 'allow_html' => false, 'attributes' => array(), 'class' => '', 'field_attributes' => array(), 'field_class' => '', 'custom_sanitize' => '', 'custom_field' => '', 'taxonomies' => array()), 'limit' => array('name' => _x('Limit', 'posts widget', 'church-theme-framework'), 'after_name' => '', 'desc' => '', 'type' => 'number', 'checkbox_label' => '', 'radio_inline' => false, 'number_min' => '1', 'number_max' => '50', 'options' => array(), 'default' => '5', 'no_empty' => false, 'allow_html' => false, 'attributes' => array(), 'class' => '', 'field_attributes' => array(), 'field_class' => '', 'custom_sanitize' => '', 'custom_field' => '', 'taxonomies' => array()), 'show_image' => array('name' => '', 'after_name' => '', 'desc' => '', 'type' => 'checkbox', 'checkbox_label' => _x('Show image', 'posts widget', 'church-theme-framework'), 'radio_inline' => false, 'number_min' => '', 'number_max' => '', 'options' => array(), 'default' => true, 'no_empty' => false, 'allow_html' => false, 'attributes' => array(), 'class' => '', 'field_attributes' => array(), 'field_class' => 'ctfw-widget-no-bottom-margin', 'custom_sanitize' => '', 'custom_field' => '', 'taxonomies' => array()), 'show_date' => array('name' => '', 'after_name' => '', 'desc' => '', 'type' => 'checkbox', 'radio_inline' => false, 'number_min' => '', 'number_max' => '', 'checkbox_label' => _x('Show date', 'posts widget', 'church-theme-framework'), 'options' => array(), 'default' => true, 'no_empty' => false, 'allow_html' => false, 'attributes' => array(), 'class' => '', 'field_attributes' => array(), 'field_class' => 'ctfw-widget-no-bottom-margin', 'custom_sanitize' => '', 'custom_field' => '', 'taxonomies' => array()), 'show_author' => array('name' => '', 'after_name' => '', 'desc' => '', 'type' => 'checkbox', 'radio_inline' => false, 'number_min' => '', 'number_max' => '', 'checkbox_label' => _x('Show author', 'posts widget', 'church-theme-framework'), 'options' => array(), 'default' => false, 'no_empty' => false, 'allow_html' => false, 'attributes' => array(), 'class' => '', 'field_attributes' => array(), 'field_class' => 'ctfw-widget-no-bottom-margin', 'custom_sanitize' => '', 'custom_field' => '', 'taxonomies' => array()), 'show_category' => array('name' => '', 'after_name' => '', 'desc' => '', 'type' => 'checkbox', 'radio_inline' => false, 'number_min' => '', 'number_max' => '', 'checkbox_label' => _x('Show category', 'posts widget', 'church-theme-framework'), 'options' => array(), 'default' => false, 'no_empty' => false, 'allow_html' => false, 'attributes' => array(), 'class' => '', 'field_attributes' => array(), 'field_class' => 'ctfw-widget-no-bottom-margin', 'custom_sanitize' => '', 'custom_field' => '', 'taxonomies' => array('category')), 'show_excerpt' => array('name' => '', 'after_name' => '', 'desc' => '', 'type' => 'checkbox', 'checkbox_label' => _x('Show excerpt', 'posts widget', 'church-theme-framework'), 'radio_inline' => false, 'number_min' => '', 'number_max' => '', 'options' => array(), 'default' => false, 'no_empty' => false, 'allow_html' => false, 'attributes' => array(), 'class' => '', 'field_attributes' => array(), 'field_class' => '', 'custom_sanitize' => '', 'custom_field' => '', 'taxonomies' => array()));
     return $fields;
 }
 /**
  * Field configuration
  *
  * This is used by CTFW_Widget class for automatic field output, filtering, sanitization and saving.
  *
  * @since 0.9
  * @return array Fields for widget
  */
 function ctfw_fields()
 {
     // prefix in case WP core adds method with same name
     // Fields
     $fields = array('title' => array('name' => _x('Title', 'events widget', 'church-theme-framework'), 'after_name' => '', 'desc' => '', 'type' => 'text', 'checkbox_label' => '', 'radio_inline' => false, 'number_min' => '', 'number_max' => '', 'options' => array(), 'default' => _x('Events', 'events widget title default', 'church-theme-framework'), 'no_empty' => false, 'allow_html' => false, 'attributes' => array(), 'class' => '', 'field_attributes' => array(), 'field_class' => '', 'custom_sanitize' => '', 'custom_field' => '', 'taxonomies' => array()), 'timeframe' => array('name' => _x('Period', 'events widget', 'church-theme-framework'), 'after_name' => '', 'desc' => '', 'type' => 'radio', 'checkbox_label' => '', 'radio_inline' => true, 'number_min' => '', 'number_max' => '', 'options' => array('upcoming' => _x('Upcoming', 'events widget order', 'church-theme-framework'), 'past' => _x('Past', 'events widget order', 'church-theme-framework')), 'default' => 'upcoming', 'no_empty' => true, 'allow_html' => false, 'attributes' => array(), 'class' => '', 'field_attributes' => array(), 'field_class' => '', 'custom_sanitize' => '', 'custom_field' => '', 'taxonomies' => array()), 'category' => array('name' => _x('Category', 'events widget', 'church-theme-framework'), 'after_name' => '', 'desc' => '', 'type' => 'select', 'checkbox_label' => '', 'radio_inline' => false, 'number_min' => '', 'number_max' => '', 'options' => ctfw_term_options('ctc_event_category', array('all' => _x('All Categories', 'sermons widget', 'church-theme-framework'))), 'default' => 'all', 'no_empty' => true, 'allow_html' => false, 'attributes' => array(), 'class' => '', 'field_attributes' => array(), 'field_class' => '', 'custom_sanitize' => '', 'custom_field' => '', 'taxonomies' => array('ctc_event_category')), 'limit' => array('name' => _x('Limit', 'events widget', 'church-theme-framework'), 'after_name' => '', 'desc' => '', 'type' => 'number', 'checkbox_label' => '', 'radio_inline' => false, 'number_min' => '1', 'number_max' => '50', 'options' => array(), 'default' => '5', 'no_empty' => false, 'allow_html' => false, 'attributes' => array(), 'class' => '', 'field_attributes' => array(), 'field_class' => '', 'custom_sanitize' => '', 'custom_field' => '', 'taxonomies' => array()), 'show_image' => array('name' => '', 'after_name' => '', 'desc' => '', 'type' => 'checkbox', 'checkbox_label' => _x('Show image', 'events widget', 'church-theme-framework'), 'radio_inline' => false, 'number_min' => '', 'number_max' => '', 'options' => array(), 'default' => true, 'no_empty' => false, 'allow_html' => false, 'attributes' => array(), 'class' => '', 'field_attributes' => array(), 'field_class' => 'ctfw-widget-no-bottom-margin', 'custom_sanitize' => '', 'custom_field' => '', 'taxonomies' => array()), 'show_date' => array('name' => '', 'after_name' => '', 'desc' => '', 'type' => 'checkbox', 'radio_inline' => false, 'number_min' => '', 'number_max' => '', 'checkbox_label' => _x('Show date', 'events widget', 'church-theme-framework'), 'options' => array(), 'default' => true, 'no_empty' => false, 'allow_html' => false, 'attributes' => array(), 'class' => '', 'field_attributes' => array(), 'field_class' => 'ctfw-widget-no-bottom-margin', 'custom_sanitize' => '', 'custom_field' => '', 'taxonomies' => array()), 'show_time' => array('name' => '', 'after_name' => '', 'desc' => '', 'type' => 'checkbox', 'checkbox_label' => _x('Show time', 'events widget', 'church-theme-framework'), 'radio_inline' => false, 'number_min' => '', 'number_max' => '', 'options' => array(), 'default' => false, 'no_empty' => false, 'allow_html' => false, 'attributes' => array(), 'class' => '', 'field_attributes' => array(), 'field_class' => 'ctfw-widget-no-bottom-margin', 'custom_sanitize' => '', 'custom_field' => '', 'taxonomies' => array()), 'show_category' => array('name' => '', 'after_name' => '', 'desc' => '', 'type' => 'checkbox', 'radio_inline' => false, 'number_min' => '', 'number_max' => '', 'checkbox_label' => _x('Show category', 'events widget', 'church-theme-framework'), 'options' => array(), 'default' => false, 'no_empty' => false, 'allow_html' => false, 'attributes' => array(), 'class' => '', 'field_attributes' => array(), 'field_class' => 'ctfw-widget-no-bottom-margin', 'custom_sanitize' => '', 'custom_field' => '', 'taxonomies' => array('ctc_event_category')), 'show_excerpt' => array('name' => '', 'after_name' => '', 'desc' => '', 'type' => 'checkbox', 'checkbox_label' => _x('Show excerpt', 'events widget', 'church-theme-framework'), 'radio_inline' => false, 'number_min' => '', 'number_max' => '', 'options' => array(), 'default' => false, 'no_empty' => false, 'allow_html' => false, 'attributes' => array(), 'class' => '', 'field_attributes' => array(), 'field_class' => '', 'custom_sanitize' => '', 'custom_field' => '', 'taxonomies' => array()));
     // Return config
     return $fields;
 }
 /**
  * Field configuration
  *
  * This is used by CTFW_Widget class for automatic field output, filtering, sanitization and saving.
  *
  * @since 0.9
  * @return array Fields for widget
  */
 function ctfw_fields()
 {
     // prefix in case WP core adds method with same name
     // Fields
     $fields = array('title' => array('name' => _x('Title', 'sermons widget', 'church-theme-framework'), 'after_name' => '', 'desc' => '', 'type' => 'text', 'checkbox_label' => '', 'radio_inline' => false, 'number_min' => '', 'number_max' => '', 'options' => array(), 'default' => _x('Sermons', 'sermons widget title default', 'church-theme-framework'), 'no_empty' => false, 'allow_html' => false, 'attributes' => array(), 'class' => '', 'field_attributes' => array(), 'field_class' => '', 'custom_sanitize' => '', 'custom_field' => '', 'taxonomies' => array()), 'topic' => array('name' => _x('Topic', 'sermons widget', 'church-theme-framework'), 'after_name' => '', 'desc' => '', 'type' => 'select', 'checkbox_label' => '', 'radio_inline' => false, 'number_min' => '', 'number_max' => '', 'options' => ctfw_term_options('ctc_sermon_topic', array('all' => _x('All Topics', 'sermons widget', 'church-theme-framework'))), 'default' => 'all', 'no_empty' => true, 'allow_html' => false, 'attributes' => array(), 'class' => '', 'field_attributes' => array(), 'field_class' => '', 'custom_sanitize' => '', 'custom_field' => '', 'taxonomies' => array('ctc_sermon_topic')), 'book' => array('name' => _x('Book', 'sermons widget', 'church-theme-framework'), 'after_name' => '', 'desc' => '', 'type' => 'select', 'checkbox_label' => '', 'radio_inline' => false, 'number_min' => '', 'number_max' => '', 'options' => ctfw_term_options('ctc_sermon_book', array('all' => _x('All Books', 'sermons widget', 'church-theme-framework'))), 'default' => 'all', 'no_empty' => true, 'allow_html' => false, 'attributes' => array(), 'class' => '', 'field_attributes' => array(), 'field_class' => '', 'custom_sanitize' => '', 'custom_field' => '', 'taxonomies' => array('ctc_sermon_book')), 'series' => array('name' => _x('Series', 'sermons widget', 'church-theme-framework'), 'after_name' => '', 'desc' => '', 'type' => 'select', 'checkbox_label' => '', 'radio_inline' => false, 'number_min' => '', 'number_max' => '', 'options' => ctfw_term_options('ctc_sermon_series', array('all' => _x('All Series', 'sermons widget', 'church-theme-framework'))), 'default' => 'all', 'no_empty' => true, 'allow_html' => false, 'attributes' => array(), 'class' => '', 'field_attributes' => array(), 'field_class' => '', 'custom_sanitize' => '', 'custom_field' => '', 'taxonomies' => array('ctc_sermon_series')), 'speaker' => array('name' => _x('Speaker', 'sermons widget', 'church-theme-framework'), 'after_name' => '', 'desc' => '', 'type' => 'select', 'checkbox_label' => '', 'radio_inline' => false, 'number_min' => '', 'number_max' => '', 'options' => ctfw_term_options('ctc_sermon_speaker', array('all' => _x('All Speakers', 'sermons widget', 'church-theme-framework'))), 'default' => 'all', 'no_empty' => true, 'allow_html' => false, 'attributes' => array(), 'class' => '', 'field_attributes' => array(), 'field_class' => '', 'custom_sanitize' => '', 'custom_field' => '', 'taxonomies' => array('ctc_sermon_speaker')), 'orderby' => array('name' => _x('Order By', 'sermons widget', 'church-theme-framework'), 'after_name' => '', 'desc' => '', 'type' => 'select', 'checkbox_label' => '', 'radio_inline' => false, 'number_min' => '', 'number_max' => '', 'options' => array('title' => _x('Title', 'sermons widget order by', 'church-theme-framework'), 'publish_date' => _x('Date', 'sermons widget order by', 'church-theme-framework'), 'comment_count' => _x('Comment Count', 'sermons widget order by', 'church-theme-framework')), 'default' => 'publish_date', 'no_empty' => true, 'allow_html' => false, 'attributes' => array(), 'class' => '', 'field_attributes' => array(), 'field_class' => 'ctfw-widget-no-bottom-margin', 'custom_sanitize' => '', 'custom_field' => '', 'taxonomies' => array()), 'order' => array('name' => '', 'after_name' => '', 'desc' => '', 'type' => 'radio', 'checkbox_label' => '', 'radio_inline' => true, 'number_min' => '', 'number_max' => '', 'options' => array('asc' => _x('Low to High', 'sermons widget order', 'church-theme-framework'), 'desc' => _x('High to Low', 'sermons widget order', 'church-theme-framework')), 'default' => 'desc', 'no_empty' => true, 'allow_html' => false, 'attributes' => array(), 'class' => '', 'field_attributes' => array(), 'field_class' => '', 'custom_sanitize' => '', 'custom_field' => '', 'taxonomies' => array()), 'limit' => array('name' => _x('Limit', 'sermons widget', 'church-theme-framework'), 'after_name' => '', 'desc' => '', 'type' => 'number', 'checkbox_label' => '', 'radio_inline' => false, 'number_min' => '1', 'number_max' => '50', 'options' => array(), 'default' => '5', 'no_empty' => false, 'allow_html' => false, 'attributes' => array(), 'class' => '', 'field_attributes' => array(), 'field_class' => '', 'custom_sanitize' => '', 'custom_field' => '', 'taxonomies' => array()), 'show_image' => array('name' => '', 'after_name' => '', 'desc' => '', 'type' => 'checkbox', 'checkbox_label' => _x('Show image', 'sermons widget', 'church-theme-framework'), 'radio_inline' => false, 'number_min' => '', 'number_max' => '', 'options' => array(), 'default' => true, 'no_empty' => false, 'allow_html' => false, 'attributes' => array(), 'class' => '', 'field_attributes' => array(), 'field_class' => 'ctfw-widget-no-bottom-margin', 'custom_sanitize' => '', 'custom_field' => '', 'taxonomies' => array()), 'show_date' => array('name' => '', 'after_name' => '', 'desc' => '', 'type' => 'checkbox', 'radio_inline' => false, 'number_min' => '', 'number_max' => '', 'checkbox_label' => _x('Show date', 'sermons widget', 'church-theme-framework'), 'options' => array(), 'default' => true, 'no_empty' => false, 'allow_html' => false, 'attributes' => array(), 'class' => '', 'field_attributes' => array(), 'field_class' => 'ctfw-widget-no-bottom-margin', 'custom_sanitize' => '', 'custom_field' => '', 'taxonomies' => array()), 'show_topic' => array('name' => '', 'after_name' => '', 'desc' => '', 'type' => 'checkbox', 'radio_inline' => false, 'number_min' => '', 'number_max' => '', 'checkbox_label' => _x('Show topic', 'sermons widget', 'church-theme-framework'), 'options' => array(), 'default' => false, 'no_empty' => false, 'allow_html' => false, 'attributes' => array(), 'class' => '', 'field_attributes' => array(), 'field_class' => 'ctfw-widget-no-bottom-margin', 'custom_sanitize' => '', 'custom_field' => '', 'taxonomies' => array('ctc_sermon_topic')), 'show_book' => array('name' => '', 'after_name' => '', 'desc' => '', 'type' => 'checkbox', 'radio_inline' => false, 'number_min' => '', 'number_max' => '', 'checkbox_label' => _x('Show book', 'sermons widget', 'church-theme-framework'), 'options' => array(), 'default' => false, 'no_empty' => false, 'allow_html' => false, 'attributes' => array(), 'class' => '', 'field_attributes' => array(), 'field_class' => 'ctfw-widget-no-bottom-margin', 'custom_sanitize' => '', 'custom_field' => '', 'taxonomies' => array('ctc_sermon_book')), 'show_series' => array('name' => '', 'after_name' => '', 'desc' => '', 'type' => 'checkbox', 'radio_inline' => false, 'number_min' => '', 'number_max' => '', 'checkbox_label' => _x('Show series', 'sermons widget', 'church-theme-framework'), 'options' => array(), 'default' => false, 'no_empty' => false, 'allow_html' => false, 'attributes' => array(), 'class' => '', 'field_attributes' => array(), 'field_class' => 'ctfw-widget-no-bottom-margin', 'custom_sanitize' => '', 'custom_field' => '', 'taxonomies' => array('ctc_sermon_series')), 'show_speaker' => array('name' => '', 'after_name' => '', 'desc' => '', 'type' => 'checkbox', 'radio_inline' => false, 'number_min' => '', 'number_max' => '', 'checkbox_label' => _x('Show speaker', 'sermons widget', 'church-theme-framework'), 'options' => array(), 'default' => false, 'no_empty' => false, 'allow_html' => false, 'attributes' => array(), 'class' => '', 'field_attributes' => array(), 'field_class' => 'ctfw-widget-no-bottom-margin', 'custom_sanitize' => '', 'custom_field' => '', 'taxonomies' => array('ctc_sermon_speaker')), 'show_media_types' => array('name' => '', 'after_name' => '', 'desc' => '', 'type' => 'checkbox', 'checkbox_label' => _x('Show media types', 'sermons widget', 'church-theme-framework'), 'radio_inline' => false, 'number_min' => '', 'number_max' => '', 'options' => array(), 'default' => true, 'no_empty' => false, 'allow_html' => false, 'attributes' => array(), 'class' => '', 'field_attributes' => array(), 'field_class' => 'ctfw-widget-no-bottom-margin', 'custom_sanitize' => '', 'custom_field' => '', 'taxonomies' => array()), 'show_excerpt' => array('name' => '', 'after_name' => '', 'desc' => '', 'type' => 'checkbox', 'checkbox_label' => _x('Show excerpt', 'sermons widget', 'church-theme-framework'), 'radio_inline' => false, 'number_min' => '', 'number_max' => '', 'options' => array(), 'default' => false, 'no_empty' => false, 'allow_html' => false, 'attributes' => array(), 'class' => '', 'field_attributes' => array(), 'field_class' => '', 'custom_sanitize' => '', 'custom_field' => '', 'taxonomies' => array()));
     // Return config
     return $fields;
 }
 /**
  * Field configuration
  *
  * This is used by CTFW_Widget class for automatic field output, filtering, sanitization and saving.
  *
  * @since 0.9
  * @return array Fields for widget
  */
 function ctfw_fields()
 {
     // prefix in case WP core adds method with same name
     // Fields
     $fields = array('title' => array('name' => _x('Title', 'people widget', 'church-theme-framework'), 'after_name' => '', 'desc' => '', 'type' => 'text', 'checkbox_label' => '', 'radio_inline' => false, 'number_min' => '', 'number_max' => '', 'options' => array(), 'default' => _x('People', 'people widget title default', 'church-theme-framework'), 'no_empty' => false, 'allow_html' => false, 'attributes' => array(), 'class' => '', 'field_attributes' => array(), 'field_class' => '', 'custom_sanitize' => '', 'custom_field' => '', 'taxonomies' => array()), 'group' => array('name' => _x('Group', 'people widget', 'church-theme-framework'), 'after_name' => '', 'desc' => '', 'type' => 'select', 'checkbox_label' => '', 'radio_inline' => false, 'number_min' => '', 'number_max' => '', 'options' => ctfw_term_options('ctc_person_group', array('all' => _x('All Groups', 'people widget', 'church-theme-framework'))), 'default' => 'all', 'no_empty' => true, 'allow_html' => false, 'attributes' => array(), 'class' => '', 'field_attributes' => array(), 'field_class' => '', 'custom_sanitize' => '', 'custom_field' => '', 'taxonomies' => array('ctc_person_group')), 'orderby' => array('name' => _x('Order By', 'people widget', 'church-theme-framework'), 'after_name' => '', 'desc' => '', 'type' => 'select', 'checkbox_label' => '', 'radio_inline' => false, 'number_min' => '', 'number_max' => '', 'options' => array('menu_order' => _x('Custom Order', 'people widget order by', 'church-theme-framework'), 'title' => _x('Name', 'people widget order by', 'church-theme-framework')), 'default' => 'menu_order', 'no_empty' => true, 'allow_html' => false, 'attributes' => array(), 'class' => '', 'field_attributes' => array(), 'field_class' => 'ctfw-widget-no-bottom-margin', 'custom_sanitize' => '', 'custom_field' => '', 'taxonomies' => array()), 'order' => array('name' => '', 'after_name' => '', 'desc' => '', 'type' => 'radio', 'checkbox_label' => '', 'radio_inline' => true, 'number_min' => '', 'number_max' => '', 'options' => array('asc' => _x('Low to High', 'people widget order', 'church-theme-framework'), 'desc' => _x('High to Low', 'people widget order', 'church-theme-framework')), 'default' => 'asc', 'no_empty' => true, 'allow_html' => false, 'attributes' => array(), 'class' => '', 'field_attributes' => array(), 'field_class' => '', 'custom_sanitize' => '', 'custom_field' => '', 'taxonomies' => array()), 'limit' => array('name' => _x('Limit', 'people widget', 'church-theme-framework'), 'after_name' => '', 'desc' => '', 'type' => 'number', 'checkbox_label' => '', 'radio_inline' => false, 'number_min' => '1', 'number_max' => '50', 'options' => array(), 'default' => '5', 'no_empty' => false, 'allow_html' => false, 'attributes' => array(), 'class' => '', 'field_attributes' => array(), 'field_class' => '', 'custom_sanitize' => '', 'custom_field' => '', 'taxonomies' => array()), 'show_image' => array('name' => '', 'after_name' => '', 'desc' => '', 'type' => 'checkbox', 'checkbox_label' => _x('Show photo', 'people widget', 'church-theme-framework'), 'radio_inline' => false, 'number_min' => '', 'number_max' => '', 'options' => array(), 'default' => true, 'no_empty' => false, 'allow_html' => false, 'attributes' => array(), 'class' => '', 'field_attributes' => array(), 'field_class' => 'ctfw-widget-no-bottom-margin', 'custom_sanitize' => '', 'custom_field' => '', 'taxonomies' => array()), 'show_position' => array('name' => '', 'after_name' => '', 'desc' => '', 'type' => 'checkbox', 'checkbox_label' => _x('Show position', 'people widget', 'church-theme-framework'), 'radio_inline' => false, 'number_min' => '', 'number_max' => '', 'options' => array(), 'default' => true, 'no_empty' => false, 'allow_html' => false, 'attributes' => array(), 'class' => '', 'field_attributes' => array(), 'field_class' => 'ctfw-widget-no-bottom-margin', 'custom_sanitize' => '', 'custom_field' => '', 'taxonomies' => array()), 'show_phone' => array('name' => '', 'after_name' => '', 'desc' => '', 'type' => 'checkbox', 'checkbox_label' => _x('Show phone', 'people widget', 'church-theme-framework'), 'radio_inline' => false, 'number_min' => '', 'number_max' => '', 'options' => array(), 'default' => true, 'no_empty' => false, 'allow_html' => false, 'attributes' => array(), 'class' => '', 'field_attributes' => array(), 'field_class' => 'ctfw-widget-no-bottom-margin', 'custom_sanitize' => '', 'custom_field' => '', 'taxonomies' => array()), 'show_email' => array('name' => '', 'after_name' => '', 'desc' => '', 'type' => 'checkbox', 'checkbox_label' => _x('Show email', 'people widget', 'church-theme-framework'), 'radio_inline' => false, 'number_min' => '', 'number_max' => '', 'options' => array(), 'default' => false, 'no_empty' => false, 'allow_html' => false, 'attributes' => array(), 'class' => '', 'field_attributes' => array(), 'field_class' => 'ctfw-widget-no-bottom-margin', 'custom_sanitize' => '', 'custom_field' => '', 'taxonomies' => array()), 'show_icons' => array('name' => '', 'after_name' => '', 'desc' => '', 'type' => 'checkbox', 'checkbox_label' => _x('Show icons', 'people widget', 'church-theme-framework'), 'radio_inline' => false, 'number_min' => '', 'number_max' => '', 'options' => array(), 'default' => false, 'no_empty' => false, 'allow_html' => false, 'attributes' => array(), 'class' => '', 'field_attributes' => array(), 'field_class' => 'ctfw-widget-no-bottom-margin', 'custom_sanitize' => '', 'custom_field' => '', 'taxonomies' => array()), 'show_excerpt' => array('name' => '', 'after_name' => '', 'desc' => '', 'type' => 'checkbox', 'checkbox_label' => _x('Show excerpt', 'posts widget', 'church-theme-framework'), 'radio_inline' => false, 'number_min' => '', 'number_max' => '', 'options' => array(), 'default' => false, 'no_empty' => false, 'allow_html' => false, 'attributes' => array(), 'class' => '', 'field_attributes' => array(), 'field_class' => '', 'custom_sanitize' => '', 'custom_field' => '', 'taxonomies' => array()));
     // Return config
     return $fields;
 }