refactor: complete external module contract

This commit is contained in:
reaper
2026-08-14 17:15:34 -05:00
parent a3454e226e
commit 5409d91383
10 changed files with 182 additions and 23 deletions
+21 -1
View File
@@ -23,5 +23,25 @@
{ "id": "wp_debug", "label": "Enable WP_DEBUG", "type": "boolean", "default": true, "advanced": true }
]
},
"project": { "adminPath": "/wp-admin/" }
"project": {
"adminPath": "/wp-admin/",
"actions": [
{
"id": "network-admin",
"label": "Network Admin",
"path": "/wp-admin/network/",
"metadataKey": "multisite",
"hiddenValues": ["none", ""]
}
],
"summary": {
"metadataKey": "multisite",
"labels": {
"none": "Single site",
"subdirectory": "Multisite · Subdirectory",
"subdomain": "Multisite · Subdomain"
},
"fallback": "Single site"
}
}
}