Support for TermForms in the compiler.
[COMPILER] * NEW: Add support for terminal forms ('*.termform' file extension).
This commit is contained in:
parent
1e78fd8155
commit
f1abbae64d
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ const FORM_FAMILY COMP_form_families[] =
|
|||
{ "report", FORM_NORMAL },
|
||||
{ "webpage", FORM_WEBPAGE },
|
||||
{ "webform", FORM_NORMAL },
|
||||
{ "termform", FORM_NORMAL },
|
||||
{ NULL }
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue