self::GROUP_KEY, 'title' => 'WPMultiCity / Shortcode rows', 'fields' => [ [ 'key' => self::REPEATER_KEY, 'label' => 'Подстановки по городам', 'name' => 'list_shortcode', 'type' => 'repeater', 'layout' => 'table', 'button_label' => 'Добавить город', 'sub_fields' => [ [ 'key' => 'field_wpmc_list_shortcode_town', 'label' => 'Город', 'name' => 'town', 'type' => 'taxonomy', 'taxonomy' => 'town', 'field_type' => 'select', 'return_format' => 'id', 'allow_null' => 0, 'multiple' => 0, 'add_term' => 0, ], [ 'key' => 'field_wpmc_list_shortcode_text', 'label' => 'Значение', 'name' => 'text', 'type' => 'textarea', 'rows' => 4, ], ], ], ], 'location' => [ [ ['param' => 'post_type', 'operator' => '==', 'value' => PostType::SLUG], ], ], 'menu_order' => 0, 'position' => 'normal', 'style' => 'default', 'active' => true, ]); } }