319e2df45e
Move Data Migration from system section to unified "Custom Development" section shared by all custom extensions. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
18 lines
470 B
JSON
18 lines
470 B
JSON
{
|
|
"customDev": {
|
|
"label": "Custom Development",
|
|
"itemList": [
|
|
"__APPEND__",
|
|
{
|
|
"url": "#Admin/dataMigration",
|
|
"label": "Data Migration",
|
|
"iconClass": "fas fa-exchange-alt",
|
|
"description": "dataMigration",
|
|
"view": "modules/data-migration/views/admin/data-migration",
|
|
"order": 50
|
|
}
|
|
],
|
|
"order": 30
|
|
}
|
|
}
|