diff --git a/core/modules/tour/lib/Drupal/tour/TipPluginBase.php b/core/modules/tour/lib/Drupal/tour/TipPluginBase.php index 3919582..f0ce318 100644 --- a/core/modules/tour/lib/Drupal/tour/TipPluginBase.php +++ b/core/modules/tour/lib/Drupal/tour/TipPluginBase.php @@ -124,7 +124,7 @@ public function optionsForm() { 'class' => array('tip-order-weight'), ), ); - + $attributes = $this->getAttributes(); $form['attributes'] = array( '#type' => 'fieldset', @@ -199,7 +199,7 @@ public function optionsForm() { * The state of the form after submission. * * @param $form - * The form array. + * The form array. */ function optionsFormValidate($element, &$form_state, $form) { $values = $form_state['values']; diff --git a/modules/tour_ui/tour_ui.info.yml b/modules/tour_ui/tour_ui.info.yml index 7a3e0bb..29b03ed 100644 --- a/modules/tour_ui/tour_ui.info.yml +++ b/modules/tour_ui/tour_ui.info.yml @@ -6,3 +6,4 @@ version: VERSION core: 8.x dependencies: - tour +configure: admin/config/user-interface/tour