fix: move Data Migration from separate 'customDev' section to 'customization'

Avoid creating separate admin panel sections for each extension.
All custom settings go under the existing "התאמה אישית" section.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-06 20:01:13 +00:00
parent 8b745bc99f
commit 3dc5c4e571
@@ -1,6 +1,5 @@
{ {
"customDev": { "customization": {
"label": "Custom Development",
"itemList": [ "itemList": [
"__APPEND__", "__APPEND__",
{ {
@@ -11,7 +10,6 @@
"view": "modules/data-migration/views/admin/data-migration", "view": "modules/data-migration/views/admin/data-migration",
"order": 50 "order": 50
} }
], ]
"order": 30
} }
} }