allow admin components to skip being shown in the admin menu
commit31afae8a5238b24d15fc0e6f342ee8341d1014dd
authorAndreas Gohr <andi@splitbrain.org>
Tue, 16 Apr 2024 11:48:47 +0000 (16 13:48 +0200)
committerAndreas Gohr <andi@splitbrain.org>
Tue, 16 Apr 2024 11:48:47 +0000 (16 13:48 +0200)
tree2818cef8f2874565499188d464635e86254075f2
parent821c061a6c17418b0d3edb19984ff646498f4e2f
allow admin components to skip being shown in the admin menu

This is related to #4249. At least the farmer plugin provides a top
level admin component and several sub components which are loaded from
the top component. For this use case it makes sense to be able to hide
components from the admin interface. Default remains to show all.
inc/Extension/AdminPlugin.php
inc/Ui/Admin.php