Skip to content

Commit eec428b

Browse files
authored
Update 01_documentation.sql
Add documentation
1 parent 8f058b9 commit eec428b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/official-site/sqlpage/migrations/01_documentation.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ INSERT INTO parameter(component, name, description, type, top_level, optional) S
251251
('max', 'The maximum value to accept for an input of type number', 'REAL', FALSE, TRUE),
252252
('checked', 'Used only for checkboxes and radio buttons. Indicates whether the checkbox should appear as already checked.', 'BOOLEAN', FALSE, TRUE),
253253
('multiple', 'Used only for select elements. Indicates that multiple elements can be selected simultaneously. When using multiple, you should add square brackets after the variable name: ''my_variable[]'' as name', 'BOOLEAN', FALSE, TRUE),
254+
('emptyoption', 'Used only for select elements. Add empty option at first', 'BOOLEAN', FALSE, TRUE),
254255
('searchable', 'For select and multiple-select elements, displays them with a nice dropdown that allows searching for options.', 'BOOLEAN', FALSE, TRUE),
255256
('dropdown', 'An alias for "searchable".', 'BOOLEAN', FALSE, TRUE),
256257
('create_new', 'In a multiselect with a dropdown, this option allows the user to enter new values, that are not in the list of options.', 'BOOLEAN', FALSE, TRUE),

0 commit comments

Comments
 (0)