Skip to content

Commit a3f9fd2

Browse files
committed
add forms yaml in database
1 parent c54f511 commit a3f9fd2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/forms.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,10 @@ forms: # a list of forms
7272
label: Username
7373
```
7474
75-
To add more forms, you either extend the forms-list property in the forms.yaml file, or you make seperate yaml files under the forms folder. Each file must contain [a single form item](#form-object).
75+
To add more forms, you either extend the forms-list property in the forms.yaml file, or you make seperate yaml files under the forms folder. Each file must contain [a single form item](#form-object).
76+
77+
**YAML FROM REPOSITORY** : The `forms.yaml` and `forms/` folder can be placed in the root of a repository and loaded from there.
78+
**YAML FROM DATABASE** : The `forms.yaml` can also be stored in the database and will have preference over the `forms.yaml` file.
7679

7780
<table class="table-responsive">
7881
<thead>

0 commit comments

Comments
 (0)