README.md
authorTim Otten <totten@civicrm.org>
Thu, 14 Jun 2018 06:16:53 +0000 (23:16 -0700)
committerCiviCRM <info@civicrm.org>
Wed, 16 Sep 2020 02:13:16 +0000 (19:13 -0700)
ext/afform/README.md

index 44f99a6e5602d2c2cb2e186db975722d5c9a7ba4..16cc50605d6419ae3d37de18ffa032f5bde5ff54 100644 (file)
@@ -253,7 +253,9 @@ if you need these? Here are few tricks:
 * You can write your own directives with full AngularJS (e.g. `civix generate:angular-directive`). These directives become available for use in other afforms.
 * If you start out distributing an `afform` and later find it too limiting, then you can change your mind and convert it to static code in full AngularJS.
   As long as you name it consistently (e.g. `afform-helloworld`), downstream consumers can use the static version as a drop-in replacement.
-    *(FIXME: But if you do this, could you still permit downstream folks customize the HTML?)
+
+> *(FIXME: But if you do convert to static, could you still permit downstream folks customize the HTML?  Let's
+> re-assess after we've patched core to allow full participation in the lifecycle of HTML partials.)*
 
 ## Known Issues