Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
Allow Safe Labels in KNP Menu (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
tacman authored Feb 20, 2021
1 parent a38f77f commit 67183f1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Resources/views/Sidebar/knp-menu.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"template" : "@AdminLTE/Partials/_menu.html.twig",
"currentClass" : "active",
"ancestorClass" : "active",
"branch_class" : "treeview"
"branch_class" : "treeview",
"allow_safe_labels": true
})
}}
}}

0 comments on commit 67183f1

Please sign in to comment.