Skip to content

Commit 65810dc

Browse files
authored
Merge pull request #692 from helsingborg-stad/feature/acf-hamburgermenu-to-megamenu
Fix: Hamburger menu namings in acf
2 parents 61421b2 + c782fcd commit 65810dc

4 files changed

+4
-4
lines changed

library/AcfFields/json/options-menu-description.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
{
2929
"param": "nav_menu_item",
3030
"operator": "==",
31-
"value": "location\/hamburger-menu"
31+
"value": "location\/mega-menu"
3232
}
3333
]
3434
],

library/AcfFields/json/options-menu-mega.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
{
5050
"param": "nav_menu",
5151
"operator": "==",
52-
"value": "location\/hamburger-menu"
52+
"value": "location\/mega-menu"
5353
}
5454
]
5555
],

library/AcfFields/php/options-menu-description.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
0 => array(
3232
'param' => 'nav_menu_item',
3333
'operator' => '==',
34-
'value' => 'location/hamburger-menu',
34+
'value' => 'location/mega-menu',
3535
),
3636
),
3737
),

library/AcfFields/php/options-menu-mega.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
0 => array(
5454
'param' => 'nav_menu',
5555
'operator' => '==',
56-
'value' => 'location/hamburger-menu',
56+
'value' => 'location/mega-menu',
5757
),
5858
),
5959
),

0 commit comments

Comments
 (0)