Skip to content

Commit f41715a

Browse files
committed
replace custom Menu class with moinframe/kirby-panel-menu plugin
1 parent 4563805 commit f41715a

File tree

4 files changed

+125
-178
lines changed

4 files changed

+125
-178
lines changed

composer.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,13 @@
3333
"lukaskleinschmidt/kirby-types": "^2.0",
3434
"tobimori/kirby-trawl": "^1.0",
3535
"tobimori/kirby-queues": "^1.0@beta",
36-
"spatie/schema-org": "^4.0"
36+
"spatie/schema-org": "^4.0",
37+
"moinframe/kirby-panel-menu": "^1.0"
3738
},
3839
"autoload": {
3940
"files": [
4041
"site/plugins/extended/helpers.php"
41-
],
42-
"psr-4": {
43-
"Plugin\\": "site/plugins/extended/classes/"
44-
}
42+
]
4543
},
4644
"extra": {
4745
"kirby-cms-path": false

composer.lock

Lines changed: 101 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)