disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ $strongarm->api_version = 1; $strongarm->name = 'field_bundle_settings_node__paragraph_test'; $strongarm->value = array( 'view_modes' => array( 'teaser' => array( 'custom_settings' => TRUE, ), 'full' => array( 'custom_settings' => FALSE, ), 'rss' => array( 'custom_settings' => FALSE, ), ), 'extra_fields' => array( 'form' => array( 'title' => array( 'weight' => '-5', ), ), 'display' => array(), ), ); $export['field_bundle_settings_node__paragraph_test'] = $strongarm; $strongarm = new stdClass(); $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ $strongarm->api_version = 1; $strongarm->name = 'field_bundle_settings_paragraphs_item__ptest'; $strongarm->value = array( 'view_modes' => array( 'paragraphs_editor_preview' => array( 'custom_settings' => TRUE, ), 'full' => array( 'custom_settings' => FALSE, ), ), 'extra_fields' => array( 'form' => array(), 'display' => array(), ), ); $export['field_bundle_settings_paragraphs_item__ptest'] = $strongarm; $strongarm = new stdClass(); $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ $strongarm->api_version = 1; $strongarm->name = 'node_options_paragraph_test'; $strongarm->value = array( 0 => 'status', ); $export['node_options_paragraph_test'] = $strongarm; $strongarm = new stdClass(); $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ $strongarm->api_version = 1; $strongarm->name = 'node_preview_paragraph_test'; $strongarm->value = '1'; $export['node_preview_paragraph_test'] = $strongarm; $strongarm = new stdClass(); $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ $strongarm->api_version = 1; $strongarm->name = 'node_submitted_paragraph_test'; $strongarm->value = 0; $export['node_submitted_paragraph_test'] = $strongarm; $strongarm = new stdClass(); $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ $strongarm->api_version = 1; $strongarm->name = 'panelizer_defaults_paragraphs_item_ptest'; $strongarm->value = array( 'status' => 1, 'view modes' => array( 'default' => array( 'status' => 1, 'default' => 1, 'choice' => 1, ), 'paragraphs_editor_preview' => array( 'status' => 0, 'default' => 0, 'choice' => 0, ), ), ); $export['panelizer_defaults_paragraphs_item_ptest'] = $strongarm; $strongarm = new stdClass(); $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ $strongarm->api_version = 1; $strongarm->name = 'panelizer_paragraphs_item:ptest:default_selection'; $strongarm->value = 'paragraphs_item:ptest:default:default'; $export['panelizer_paragraphs_item:ptest:default_selection'] = $strongarm; return $export; }