You are here

function views_timelinejs_update_7300 in Views TimelineJS integration 7.3

Sets the CSS library group to 200 for existing installations.

See also

https://www.drupal.org/node/2856403

File

./views_timelinejs.install, line 20
Contains install, uninstall, and update hooks for Views TimelineJS.

Code

function views_timelinejs_update_7300() {
  variable_set('views_timelinejs_css_library_group', 200);
}