Convert af-monaco to crm-monaco
[civicrm-core.git] / ext / afform / html / README.md
CommitLineData
a807dfa4
TO
1# org.civicrm.afform-html
2
3![Screenshot](/images/screenshot.png)
4
a7635acf 5This extension provides a UI for overriding the html in a flexible form. The UI is accessible at the url civicrm/admin/afform-html
a807dfa4
TO
6
7The extension is licensed under [AGPL-3.0](LICENSE.txt).
8
9## Requirements
10
11* PHP v5.6+
12* CiviCRM (*FIXME: Version number*)
13
14## Installation (Web UI)
15
16This extension has not yet been published for installation via the web UI.
17
18## Installation (CLI, Zip)
19
20Sysadmins and developers may download the `.zip` file for this extension and
21install it with the command-line tool [cv](https://github.com/civicrm/cv).
22
23```bash
24cd <extension-dir>
25cv dl org.civicrm.afform-html@https://github.com/FIXME/org.civicrm.afform-html/archive/master.zip
26```
27
28## Installation (CLI, Git)
29
30Sysadmins and developers may clone the [Git](https://en.wikipedia.org/wiki/Git) repo for this extension and
31install it with the command-line tool [cv](https://github.com/civicrm/cv).
32
33```bash
34git clone https://github.com/FIXME/org.civicrm.afform-html.git
35cv en afform_html
36```
37
38## Usage
39
40(* FIXME: Where would a new user navigate to get started? What changes would they see? *)
41
42## Known Issues
43
44(* FIXME *)