@@ -41,6 +41,34 @@ function dosomething_campaign_field_group_info() {
4141 );
4242 $ export ['group_basic_info|node|campaign|form ' ] = $ field_group ;
4343
44+ $ field_group = new stdClass ();
45+ $ field_group ->disabled = FALSE ; /* Edit this to true to make a default field_group disabled initially */
46+ $ field_group ->api_version = 1 ;
47+ $ field_group ->identifier = 'group_confirmation|node|campaign|form ' ;
48+ $ field_group ->group_name = 'group_confirmation ' ;
49+ $ field_group ->entity_type = 'node ' ;
50+ $ field_group ->bundle = 'campaign ' ;
51+ $ field_group ->mode = 'form ' ;
52+ $ field_group ->parent_name = '' ;
53+ $ field_group ->data = array (
54+ 'label ' => 'Confirmation ' ,
55+ 'weight ' => '7 ' ,
56+ 'children ' => array (
57+ 0 => 'field_reportback_confirm_msg ' ,
58+ ),
59+ 'format_type ' => 'fieldset ' ,
60+ 'format_settings ' => array (
61+ 'label ' => 'Confirmation ' ,
62+ 'instance_settings ' => array (
63+ 'required_fields ' => 1 ,
64+ 'classes ' => 'group-confirmation field-group-fieldset ' ,
65+ 'description ' => '' ,
66+ ),
67+ 'formatter ' => 'collapsed ' ,
68+ ),
69+ );
70+ $ export ['group_confirmation|node|campaign|form ' ] = $ field_group ;
71+
4472 $ field_group = new stdClass ();
4573 $ field_group ->disabled = FALSE ; /* Edit this to true to make a default field_group disabled initially */
4674 $ field_group ->api_version = 1 ;
@@ -87,7 +115,7 @@ function dosomething_campaign_field_group_info() {
87115 $ field_group ->parent_name = '' ;
88116 $ field_group ->data = array (
89117 'label ' => 'Incentives ' ,
90- 'weight ' => '7 ' ,
118+ 'weight ' => '8 ' ,
91119 'children ' => array (
92120 0 => 'field_official_rules ' ,
93121 1 => 'field_scholarship_amount ' ,
@@ -181,7 +209,7 @@ function dosomething_campaign_field_group_info() {
181209 $ field_group ->parent_name = '' ;
182210 $ field_group ->data = array (
183211 'label ' => 'Sponsors and Partners ' ,
184- 'weight ' => '9 ' ,
212+ 'weight ' => '10 ' ,
185213 'children ' => array (
186214 0 => 'field_partners ' ,
187215 ),
@@ -245,10 +273,9 @@ function dosomething_campaign_field_group_info() {
245273 'weight ' => '6 ' ,
246274 'children ' => array (
247275 0 => 'field_image_reportback_gallery ' ,
248- 1 => 'field_reportback_confirm_msg ' ,
249- 2 => 'field_reportback_copy ' ,
250- 3 => 'field_reportback_noun ' ,
251- 4 => 'field_reportback_verb ' ,
276+ 1 => 'field_reportback_copy ' ,
277+ 2 => 'field_reportback_noun ' ,
278+ 3 => 'field_reportback_verb ' ,
252279 ),
253280 'format_type ' => 'fieldset ' ,
254281 'format_settings ' => array (
@@ -302,7 +329,7 @@ function dosomething_campaign_field_group_info() {
302329 $ field_group ->parent_name = '' ;
303330 $ field_group ->data = array (
304331 'label ' => 'Taxonomy and Discovery ' ,
305- 'weight ' => '8 ' ,
332+ 'weight ' => '9 ' ,
306333 'children ' => array (
307334 0 => 'field_action_type ' ,
308335 1 => 'field_active_hours ' ,
0 commit comments