Skip to content

Commit

Permalink
Refactor: Changing anchorMenu settings
Browse files Browse the repository at this point in the history
  • Loading branch information
NiclasNorin committed Aug 15, 2023
1 parent 8804c1d commit 6b2ce27
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions source/php/Component/AnchorMenu/anchorMenu.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"slug": "anchorMenu",
"default": {
"menuItems": [],
"displayNoneSizes": ""
"menuItems": []
},
"description": {
"menuItems": "An array containing arrays of items. An item should contain a label, link (anchor) and if wanted an icon as well."
"menuItems": "An array containing arrays of items. An item should contain a label, anchor and if wanted an icon as well."
},
"view": "alert.blade.php",
"view": "anchorMenu.blade.php",
"dependency": {
"sass": {
"components": [
Expand Down

0 comments on commit 6b2ce27

Please sign in to comment.