afform_core: Declare exports for 'af-form', 'af-field', etc
authorTim Otten <totten@civicrm.org>
Fri, 18 Oct 2019 23:05:36 +0000 (16:05 -0700)
committerCiviCRM <info@civicrm.org>
Wed, 16 Sep 2020 02:13:19 +0000 (19:13 -0700)
ext/afform/core/ang/af.ang.php
ext/afform/core/ang/afBlock.ang.php
ext/afform/core/ang/afField.ang.php

index 7a937077b82455cc1aa813d03d40e49f1702b504..68c90678490ff17be0f9f6ab74f155b0fb6f01d7 100644 (file)
@@ -14,4 +14,8 @@ return [
   'requires' => ['crmUtil'],
   'settings' => [],
   'basePages' => [],
+  'exports' => [
+    'el' => ['af-entity', 'af-fieldset', 'af-form'],
+    'attr' => ['af-entity', 'af-fieldset', 'af-form'],
+  ],
 ];
index 4075194883c447da498bf2e2e8f786045b248254..af988bb72381a19a9bfd1723247f16147ad1bb79 100644 (file)
@@ -17,4 +17,8 @@ return [
   ],
   'settings' => [],
   'basePages' => [],
+  'exports' => [
+    'el' => ['af-block-contact-name', 'af-block-contact-email'],
+    'attr' => ['af-block-contact-name', 'af-block-contact-email'],
+  ],
 ];
index 2e6bc7eff43d1303add8a281283664b40deb19cf..ac52351553e38ec6b75ee579db4310b12d408ecd 100644 (file)
@@ -17,4 +17,8 @@ return [
   ],
   'settings' => [],
   'basePages' => [],
+  'exports' => [
+    'el' => ['af-field'],
+    'attr' => ['af-field'],
+  ],
 ];