standalone: add mgmt:hidden tag to info.xml so this core ext is not offered in the UI
authorRich Lott / Artful Robot <code.commits@artfulrobot.uk>
Fri, 23 Jun 2023 11:21:46 +0000 (12:21 +0100)
committerTim Otten <totten@civicrm.org>
Fri, 23 Jun 2023 20:27:44 +0000 (13:27 -0700)
ext/standaloneusers/info.xml

index e99c6d3c0611838858dd8c116e982698baf347fa..5cc220ad3ff07834fc829edf98f45152e4f32fd8 100644 (file)
@@ -41,4 +41,7 @@
     <mixin>menu-xml@1.0.0</mixin>
   </mixins>
   <upgrader>CRM_Standaloneusers_Upgrader</upgrader>
+  <tags>
+    <tag>mgmt:hidden</tag>
+  </tags>
 </extension>