Add note as to what this does
[civicrm-core.git] / ext / afform / README.md
index 1071275c30d6681ec8c53e3724839da74ce6df02..1731e8e77be102e8366b1f4728771b92880ca9fe 100644 (file)
@@ -5,13 +5,13 @@
 > iterations with more stable/cogent materials, check other branches (e.g.
 > `0.1`).
 
-<!-- ![Screenshot](/images/screenshot.png) -->
+![Screenshot](docs/sandbox/3-Free-Blocks-Parent.png)
 
 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 using AngularJS.
-2. Allows administrators (or administrative tools) to use the CRUD API to customize the forms.
+2. Allows administrators (or administrative GUI tools) to use the CRUD API to customize the forms.
 3. Allows developers (or administrators/tools) to embed these forms in other CiviCRM-AngularJS apps.
 4. Allows developers to apply change-sets via hook. (*WIP; pending upstream support*)
 
@@ -24,6 +24,7 @@ if you already have a basic understanding of CiviCRM API and AngularJS.  It is l
 * PHP v5.6+
 * CiviCRM v5.7+
 
+<!--
 ## Installation (Web UI)
 
 This extension has not yet been published for installation via the web UI.
@@ -37,6 +38,7 @@ install it with the command-line tool [cv](https://github.com/civicrm/cv).
 cd <extension-dir>
 cv dl org.civicrm.afform@https://github.com/totten/afform/archive/master.zip
 ```
+-->
 
 ## Installation (CLI, Git)