<?xml version="1.0"?>
<extension key="civicrm_admin_ui" type="module">
  <file>civicrm_admin_ui</file>
  <name>AdminUI (Preview)</name>
  <description>Start using new versions of administration screens by installing this exension. These updates will be rolled out to all users in a future version.</description>
  <license>AGPL-3.0</license>
  <maintainer>
    <author>CiviCRM</author>
    <email>info@civicrm.org</email>
  </maintainer>
  <urls>
    <url desc="Documentation">https://lab.civicrm.org/dev/core/-/issues/3912</url>
    <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
  </urls>
  <releaseDate>[civicrm.releaseDate]</releaseDate>
  <version>[civicrm.version]</version>
  <develStage>beta</develStage>
  <compatibility>
    <ver>[civicrm.majorVersion]</ver>
  </compatibility>
  <php_compatibility>
    <ver>8.0</ver>
    <ver>8.1</ver>
    <ver>8.2</ver>
    <ver>8.3</ver>
    <ver>8.4</ver>
  </php_compatibility>
  <smarty_compatibility>
    <ver>5</ver>
  </smarty_compatibility>
  <comments>Key CiviCRM interfaces are being rewritten as configurable Search Display Forms. This extension lets you try these updates now, before the screens are permanently replaced in core.</comments>
  <classloader>
    <psr0 prefix="CRM_" path="."/>
    <psr4 prefix="Civi\" path="Civi"/>
  </classloader>
  <civix>
    <namespace>CRM/CivicrmAdminUi</namespace>
    <angularModule>crmCivicrmAdminUi</angularModule>
    <format>25.10.2</format>
  </civix>
  <mixins>
    <mixin>mgd-php@2.0.0</mixin>
    <mixin>scan-classes@1.0.0</mixin>
  </mixins>
  <upgrader>CiviMix\Schema\CivicrmAdminUi\AutomaticUpgrader</upgrader>
</extension>
