Skip to content

Commit 0a3d6ab

Browse files
committed
add require yii2-bootstrap
1 parent e9ecd6a commit 0a3d6ab

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,10 @@ $items = [
8080
}'
8181
]
8282
]); ?>
83-
```
83+
```
84+
85+
Links
86+
-----
87+
* (items strucrure)[https://github.com/patternfly/patternfly-bootstrap-treeview#data-structure]
88+
* (widget options)[https://github.com/patternfly/patternfly-bootstrap-treeview#options]
89+
* (js events)[https://github.com/patternfly/patternfly-bootstrap-treeview#events]

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
],
1414
"require": {
1515
"yiisoft/yii2": "*",
16+
"yiisoft/yii2-bootstrap": "*",
1617
"bower-asset/patternfly-bootstrap-treeview": "^2.1"
1718
},
1819
"autoload": {

0 commit comments

Comments
 (0)