From 09f973555f26b64caf3c2891a78a01731ac81608 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Thu, 2 May 2019 14:02:58 -0700 Subject: [PATCH] Update planning-v0.2.md --- ext/afform/docs/sandbox/planning-v0.2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/afform/docs/sandbox/planning-v0.2.md b/ext/afform/docs/sandbox/planning-v0.2.md index 6f5a5f9812..38a576f227 100644 --- a/ext/afform/docs/sandbox/planning-v0.2.md +++ b/ext/afform/docs/sandbox/planning-v0.2.md @@ -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'], ], -- 2.25.1