Commit acf0b501 authored by Gaurav Kapoor's avatar Gaurav Kapoor Committed by Gaurav Kapoor
Browse files

Issue #3267099 by gaurav.kapoor: D9 compatible releases with CS fixes

parent 0c0d1973
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -61,11 +61,6 @@ class Tree extends HtmlList {

    $this->getCommonOptionsForm($form, $form_state);

    $events = [
      'click' => $this->t('On Click'),
      'mouseover' => $this->t('On Mouseover'),
    ];

    $form['type']['#description'] = $this->t('Whether to use an ordered or unordered list for the retrieved items. Most use cases will prefer Unordered.');

    // Unused by the views tree list style at this time.
+2 −2
Original line number Diff line number Diff line
name: Views TreeItem
name: Views Tree
description: A Views style plugin to display a tree of elements using the adjacency model.
package: Views
core_version_requirement: ^8 || ^9
core_version_requirement: ^8.8 || ^9
type: module
dependencies:
  - drupal:views