diff --git a/panopoly_widgets.features.field.inc b/panopoly_widgets.features.field.inc index ae10e34..aff0d65 100644 --- a/panopoly_widgets.features.field.inc +++ b/panopoly_widgets.features.field.inc @@ -125,6 +125,13 @@ function panopoly_widgets_field_default_fields() { 'settings' => array( 'text_processing' => '1', 'user_register_form' => FALSE, + 'better_formats' => array( + 'allowed_formats' => array( + 'panopoly_html_text' => 'panopoly_html_text', + 'panopoly_wysiwyg_text' => 'panopoly_wysiwyg_text', + ), + 'allowed_formats_toggle' => 1, + ), ), 'widget' => array( 'active' => 1, @@ -187,6 +194,13 @@ function panopoly_widgets_field_default_fields() { 'display_summary' => 0, 'text_processing' => '1', 'user_register_form' => FALSE, + 'better_formats' => array( + 'allowed_formats' => array( + 'panopoly_html_text' => 'panopoly_html_text', + 'panopoly_wysiwyg_text' => 'panopoly_wysiwyg_text', + ), + 'allowed_formats_toggle' => 1, + ), ), 'widget' => array( 'active' => 1, @@ -397,6 +411,13 @@ function panopoly_widgets_field_default_fields() { 'settings' => array( 'text_processing' => '1', 'user_register_form' => FALSE, + 'better_formats' => array( + 'allowed_formats' => array( + 'panopoly_html_text' => 'panopoly_html_text', + 'panopoly_wysiwyg_text' => 'panopoly_wysiwyg_text', + ), + 'allowed_formats_toggle' => 1, + ), ), 'widget' => array( 'active' => 1, @@ -676,6 +697,13 @@ function panopoly_widgets_field_default_fields() { 'settings' => array( 'text_processing' => '1', 'user_register_form' => FALSE, + 'better_formats' => array( + 'allowed_formats' => array( + 'panopoly_html_text' => 'panopoly_html_text', + 'panopoly_wysiwyg_text' => 'panopoly_wysiwyg_text', + ), + 'allowed_formats_toggle' => 1, + ), ), 'widget' => array( 'active' => 1, diff --git a/panopoly_widgets.info b/panopoly_widgets.info index e279371..76a7090 100644 --- a/panopoly_widgets.info +++ b/panopoly_widgets.info @@ -4,6 +4,7 @@ core = 7.x package = Panopoly php = 5.2.4 project = panopoly_widgets +dependencies[] = better_formats dependencies[] = ctools dependencies[] = defaultconfig dependencies[] = features @@ -18,6 +19,7 @@ dependencies[] = media_youtube dependencies[] = menu_block dependencies[] = number dependencies[] = page_manager +dependencies[] = panopoly_wysiwyg dependencies[] = simple_gmap dependencies[] = tablefield dependencies[] = text diff --git a/panopoly_widgets.make b/panopoly_widgets.make index 7a0ef40..1c4393a 100644 --- a/panopoly_widgets.make +++ b/panopoly_widgets.make @@ -5,6 +5,9 @@ core = 7.x ; Panopoly - Contrib - Fields +projects[better_formats][version] = 1.x-dev +projects[better_formats][subdir] = contrib + projects[tablefield][version] = 2.1 projects[tablefield][subdir] = contrib