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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,41 +112,41 @@ Optional parameters:
112
112
* min: number
113
113
* max: number
114
114
115
-
### type: int
115
+
### "type": "int"
116
116
117
117
The entry must be an integer number, and optionally within a given range.
118
118
119
119
Optional parameters:
120
120
* min: number
121
121
* max: number
122
122
123
-
### type: file
123
+
### "type": "file"
124
124
125
125
The entry must contain a valid path to a file that exists on the filesystem. Optionally, it is possible to specify valid extensions as a list of strings.
126
126
127
127
Optional parameters:
128
128
* extensions: [".txt",".msh"]
129
129
130
-
### type: folder
130
+
### "type": "folder"
131
131
132
132
The entry must contain a valid path to a folder that exists on the filesystem.
133
133
134
-
### type: string
134
+
### "type": "string"
135
135
136
136
The entry must be a string. Optionally, it is possible to restrict the valid strings to a set of predefined ones.
137
137
138
138
Optional parameters:
139
139
* options: ["these","are","options"]
140
140
141
-
### type: list
141
+
### "type": "list"
142
142
143
143
The entry must be a list. Optionally, it is possible to restrict the lenght of the list.
0 commit comments