-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
23 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,13 @@ | ||
TODO | ||
# FAB Config Import | ||
|
||
This directory contains the scripts to import the FAB configuration files. | ||
|
||
The import configuration file is a form JSON that has been produced by the form designer. The forms are ingested into the FAB database as baseline templates. These templates can then be cloned into applications were users can optionally perform light touch editing of the contained pages and components. | ||
|
||
To import a form JSON, each file should be places in the following directory: | ||
|
||
app/import_config/files_to_import/ ** ({formname}.json) | ||
|
||
The import can be triggered manually by running the following command: | ||
|
||
python app/import_config/import_config.py |