Skip to content

Commit

Permalink
chore: ordered and organised formfields
Browse files Browse the repository at this point in the history
  • Loading branch information
Skaiir committed Apr 9, 2024
1 parent 5b065bf commit 1904301
Showing 1 changed file with 18 additions and 9 deletions.
27 changes: 18 additions & 9 deletions packages/form-js-viewer/src/render/components/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,28 +59,37 @@ export {
};

export const formFields = [
Button,
Checkbox,
Checklist,
Default,
DynamicList,

/* Input */
Textfield,
Textarea,
Numberfield,
Datetime,
ExpressionField,

/* Selection */
Checkbox,
Checklist,
Radio,
Select,
Taglist,
Textfield,
Textarea,
ExpressionField,

/* Presentation */
Text,
Image,
Table,
Html,
Spacer,
Separator,

/* Containers */
Group,
DynamicList,
IFrame
IFrame,

/* Other */
Button,
Default
];

export * from './icons';
Expand Down

0 comments on commit 1904301

Please sign in to comment.