We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aa2034 commit e9ecd6aCopy full SHA for e9ecd6a
README.md
@@ -30,7 +30,7 @@ Once the extension is installed, simply use it in your code by :
30
```php
31
32
<?php
33
-// Example of data. $items structure https://github.com/jonmiles/bootstrap-treeview#data-structure
+// Example of data. $items structure https://github.com/patternfly/patternfly-bootstrap-treeview#data-structure
34
$items = [
35
[
36
'text' => 'Node 1'
@@ -67,7 +67,7 @@ $items = [
67
],
68
'options'=>[
69
//https://github.com/patternfly/patternfly-bootstrap-treeview#options
70
- 'data'=>$items, // $items structure https://github.com/patternfly/patternfly-bootstrap-treeview#data-structure
+ 'data'=>$items,
71
'enableLinks'=>true,
72
'showTags'=>true,
73
'levels'=>3
0 commit comments