Skip to content

Commit

Permalink
Fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa committed Jun 10, 2023
1 parent af4225e commit 6bdbd8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/official-site/get_started.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SELECT 'http_header' as component,
'get started.sql' as location;
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,8 @@ When loading the page, the value for `$component` will be `NULL` if no value has
('form', 'A user registration form.', json('[{"component":"form", "title": "User", "validate": "Create new user"}, '||
'{"name": "First name", "placeholder": "John"}, '||
'{"name": "Last name", "required": true, "description": "We need your last name for legal purposes."},'||
'{"name": "Resume", "type": "textarea"},'||
'{"name": "Gender", "type": "select", "options": [{"name": "Female", "value": 0}, {"name": "Male", "value": 1}, {"name": "Other", "value": 2}]},'||
'{"name": "Birth date", "type": "date", "max": "2010-01-01", "value": "1994-04-16"}]'));

INSERT INTO component(name, icon, description) VALUES
Expand Down

0 comments on commit 6bdbd8b

Please sign in to comment.