form builder module
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
export enum FieldType {
|
||||
text = 'text',
|
||||
textarea = 'textarea',
|
||||
number = 'number',
|
||||
select = 'select',
|
||||
radio = 'radio',
|
||||
checkbox = 'checkbox',
|
||||
date = 'date',
|
||||
}
|
||||
Reference in New Issue
Block a user