From: Tim Otten Date: Mon, 17 Sep 2018 22:38:02 +0000 (-0700) Subject: Update README.md X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=6d404d90d40c5395713cd96bb503816994068697;p=civicrm-core.git Update README.md --- diff --git a/ext/afform/README.md b/ext/afform/README.md index bb493eb6cd..bbe9cb53c4 100644 --- a/ext/afform/README.md +++ b/ext/afform/README.md @@ -5,9 +5,9 @@ The Affable Administrative Angular Form Framework (`afform`) is a system for administering AngularJS-based forms in CiviCRM which: -1. Allows developers to declaratively define a canonical, baseline form. +1. Allows developers to declaratively define a canonical, baseline form using AngularJS. 2. Allows administrators (or administrative tools) to use the CRUD API to customize the forms. -3. Allows developers to embed these forms in other CiviCRM-AngularJS apps. +3. Allows developers (or administrators/tools) to embed these forms in other CiviCRM-AngularJS apps. 4. (WIP; pending upstream support) Allow developers to apply [change sets](https://docs.civicrm.org/dev/en/latest/framework/angular/changeset/). This extension is a proof-of-concept. It aims to demonstrate the core model/concept -- however, there are