Skip to content
Snippets Groups Projects
Commit 375cd674 authored by Chris Gross's avatar Chris Gross
Browse files

daily build 2

parent 436a4e24
No related branches found
No related tags found
No related merge requests found
......@@ -29,8 +29,8 @@ features[variable][] = node_preview_web_form
features[variable][] = node_submitted_web_form
features[variable][] = private_web_form
features[variable][] = webform_default_format
features[variable][] = webform_email_address_individual
features[variable][] = webform_email_html_capable
features[variable][] = webform_format_override
features[variable][] = webform_node_web_form
features[variable][] = workbench_moderation_default_state_web_form
features_exclude[field_base][body] = body
......@@ -136,16 +136,16 @@ function ocio_web_form_strongarm() {
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'webform_email_address_individual';
$strongarm->value = '0';
$export['webform_email_address_individual'] = $strongarm;
$strongarm->name = 'webform_email_html_capable';
$strongarm->value = 1;
$export['webform_email_html_capable'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'webform_email_html_capable';
$strongarm->value = 1;
$export['webform_email_html_capable'] = $strongarm;
$strongarm->name = 'webform_format_override';
$strongarm->value = '1';
$export['webform_format_override'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment