Add and enable Field Group Easy Responsive Tabs module and library.

This commit is contained in:
Michael Stenta 2017-09-25 08:26:20 -04:00
parent de4afa2111
commit 0c557950fe
2 changed files with 13 additions and 0 deletions

View File

@ -21,6 +21,9 @@ projects[ctools][patch][] = "http://www.drupal.org/files/issues/ctools-fix_modal
projects[date][subdir] = "contrib"
projects[date][version] = "2.10"
projects[field_group_easy_responsive_tabs][subdir] = "contrib"
projects[field_group_easy_responsive_tabs][version] = "2.10"
projects[entity][subdir] = "contrib"
projects[entity][version] = "1.8"
@ -185,6 +188,9 @@ projects[bootstrap][patch][] = "http://www.drupal.org/files/issues/bootstrap_mul
libraries[backbone][download][type] = "get"
libraries[backbone][download][url] = "http://github.com/jashkenas/backbone/archive/1.1.2.zip"
libraries[easy-responsive-tabs][download][type] = "get"
libraries[easy-responsive-tabs][download][url] = "https://github.com/samsono/Easy-Responsive-Tabs-to-Accordion/archive/1.2.2.zip"
libraries[modernizr][download][type] = "get"
libraries[modernizr][download][url] = "http://github.com/Modernizr/Modernizr/archive/v2.8.3.zip"

View File

@ -612,6 +612,13 @@ function farm_update_7028(&$sandbox) {
\Drupal\openlayers\Config::set('openlayers.variant', 'cdnjs:ol3:4.3.3');
}
/**
* Enable Field Group: Easy Responsive Tabs to Accordion.
*/
function farm_update_7029(&$sandbox) {
_farm_update_enable_modules(array('field_group_easy_responsive_tabs'));
}
/**
* Update helper function: enable modules.
*/