Skip to content

Zig 233#2

Merged
luckyraul merged 7 commits into
v2.4from
ZIG-233
Jun 8, 2026
Merged

Zig 233#2
luckyraul merged 7 commits into
v2.4from
ZIG-233

Conversation

@sekulich-mygento

@sekulich-mygento sekulich-mygento commented Apr 29, 2026

Copy link
Copy Markdown
Contributor

php 8.3, 8.4
image

query GetNavigationMenu($code: String!) {
  navigationMenu(code: $code) {
    code
    items {
      name
      sort_order
      link
      image
    }
  }
}

Вместе с кастомизацией на уровне проекта

{
  "data": {
    "navigationMenu": {
      "code": "main_menu_1",
      "items": [
        {
          "name": "item3",
          "sort_order": 0,
          "link": null,
          "image": "/media/catalog/category/IMG_20260225_203516.jpg"
        },
        {
          "name": "2TV & Audio",
          "sort_order": 10,
          "link": null,
          "image": "/media/catalog/category/Gemini_Generated_Image_7gvzzm7gvzzm7gvz.png"
        },
        {
          "name": "item2",
          "sort_order": 21,
          "link": null,
          "image": null
        },
        {
          "name": "item2",
          "sort_order": 5,
          "link": null,
          "image": "/media/mygentonav/item/1bosch_1.jpg"
        }
      ]
    }
  }
}

@sekulich-mygento sekulich-mygento marked this pull request as ready for review May 21, 2026 07:13
@luckyraul luckyraul merged commit e760b86 into v2.4 Jun 8, 2026
0 of 4 checks passed
@luckyraul luckyraul deleted the ZIG-233 branch June 8, 2026 11:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants