We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68fe4c3 commit a563a35Copy full SHA for a563a35
1 file changed
src/Config.php
@@ -408,6 +408,9 @@ public function getJsonData(): array
408
if (!empty($this->plugins)) {
409
$data['config']['plugins'] = $this->getPluginsJsonData();
410
}
411
+ if (!empty($this->custom)) {
412
+ $data['config']['custom'] = $this->custom;
413
+ }
414
foreach (Hooks::getValidHooks() as $hook => $value) {
415
$data[$hook] = $this->hooks[$hook]->getJsonData();
416
0 commit comments