You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ Formule includes a variety of predefined field types, grouped in three categorie
73
73
-`Accordion`: When containing a `List`, it works as a `List` with collapsible entries.
74
74
-`Layer`: When containing a `List`, it works as a `List` whose entries will open in a dialog window.
75
75
-`Tab`: It's commonly supposed to be used as a wrapper around the rest of the elements. You will normally want to add an `Object` inside and you can use it to separate the form in different pages or sections.
76
-
-**Advanced fields**: More complex or situational fields such as `URI`, `Rich/Latex editor`, `Tags`, `ID Fetcher`, `Code Editor`and `Files`.
76
+
-**Advanced fields**: More complex or situational fields such as `URI`, `Rich/Latex editor`, `Tags`, `ID Fetcher`, `Code Editor`, `Files`and `Slider`.
77
77
78
78
You can freely remove some of these predefined fields and add your own custom fields and widgets following the JSON Schema specifications. More details below.
0 commit comments