fix: use __APPEND__ in adminPanel to not overwrite system items
Without __APPEND__, the itemList replaced all existing system admin panel entries instead of adding to them. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"system": {
|
"system": {
|
||||||
"itemList": [
|
"itemList": [
|
||||||
|
"__APPEND__",
|
||||||
{
|
{
|
||||||
"url": "#Admin/dataMigration",
|
"url": "#Admin/dataMigration",
|
||||||
"label": "Data Migration",
|
"label": "Data Migration",
|
||||||
|
|||||||
Reference in New Issue
Block a user