Update planning-v0.2.md
authorTim Otten <totten@civicrm.org>
Thu, 2 May 2019 21:02:58 +0000 (14:02 -0700)
committerCiviCRM <info@civicrm.org>
Wed, 16 Sep 2020 02:13:17 +0000 (19:13 -0700)
ext/afform/docs/sandbox/planning-v0.2.md

index 6f5a5f981269c489a8739600ccd88cc1109b3ff0..38a576f2272962563af3e93607cca28cf0f3450d 100644 (file)
@@ -18,14 +18,14 @@ The data is saved to 4 entities:
 ## General Metadata
 
 ```php
-// The "library" is a definition of available tags/directives. It can be
+// The tag library is a definition of available tags/directives. It can be
 // used to validate form definitions; to advise sysadmins; and (probably)
 // to generate the $palette.
 //
 // Must NOT be required at runtime. Only required for administration.
 //
 // CONSIDER: Specifying non-conventional names for design/props variants
-$afformLibrary = [
+$afformTags = [
   'afl-entity' =>[
     'attrs' => ['entity-name', 'matching-rule', 'assigned-values'],
   ],