afform_html - Simplify; use auto-requires
authorTim Otten <totten@civicrm.org>
Fri, 18 Oct 2019 22:58:24 +0000 (15:58 -0700)
committerCiviCRM <info@civicrm.org>
Wed, 16 Sep 2020 02:13:19 +0000 (19:13 -0700)
ext/afform/html/ang/afHtmlAdmin.aff.json
ext/afform/html/ang/afHtmlEditor.aff.json
ext/afform/html/ang/afHtmlList.aff.json
ext/afform/html/ang/afMoncao.ang.php

index f058774297caf3b3b87e3b329ab9ac2dab4dd45c..b67e195f41f221cd0b793f9650ef11f5a9ec0432 100644 (file)
@@ -1,5 +1,4 @@
 {
   "title": "Afform HTML Administration",
-  "server_route": "civicrm/admin/afform-html",
-  "requires":["afCore", "afMoncao", "afHtmlEditor", "afHtmlList"]
+  "server_route": "civicrm/admin/afform-html"
 }
index d55381fed38dc5ec81b1a72096799df889abe66a..f8cd0cc16888fae70b950ea9abbd91418c860a95 100644 (file)
@@ -1,4 +1,3 @@
 {
-  "title": "Afform HTML Editor",
-  "requires":["afCore", "afMoncao"]
+  "title": "Afform HTML Editor"
 }
index 7293f8e83f7ec72f50721bb1925893159a8fcaf7..e412a325d3983cebb0206d51dd8be9548819b6be 100644 (file)
@@ -1,4 +1,3 @@
 {
-  "title": "Afform HTML List",
-  "requires":["afCore"]
+  "title": "Afform HTML List"
 }
index 2f896db75d4f603b458fa69a82ba198deb62a586..d394532c1f7030a36bd37b9015cd40226d4b6b71 100644 (file)
@@ -19,4 +19,7 @@ return array(
     ],
   ],
   'basePages' => [],
+  'exports' => [
+    'attr' => ['af-monaco'],
+  ],
 );