Skip to content

Commit efa0b88

Browse files
committed
update list example
1 parent b3b3b60 commit efa0b88

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ INSERT INTO example(component, description, properties) VALUES
6363
{"title":"Tabler Icons", "image_url": "https://tabler.io/favicon.ico", "description_md":"A set of over **700** free MIT-licensed high-quality **SVG** icons for you to use in your web projects."}
6464
]')),
6565
('list', 'A beautiful list with bells and whistles.',
66-
json('[{"component":"list", "title":"Popular websites" }, '||
67-
'{"title":"Google", "link":"https://google.com", "description": "A search engine", "color": "red", "icon":"brand-google", "active": true }, '||
68-
'{"title":"Wikipedia", "link":"https://wikipedia.org", "description": "An encyclopedia", "color": "blue", "icon":"world", "edit_link": "?edit=wikipedia", "delete_link": "?delete=wikipedia" }]'));
66+
json('[{"component":"list", "title":"Top SQLPage features" }, '||
67+
'{"title":"Authentication", "link":"?component=authentication", "description": "Authenticate users with a login form or HTTP basic authentication", "color": "red", "icon":"lock", "active": true }, '||
68+
'{"title":"Editing data", "description": "SQLPage makes it easy to UPDATE, INSERT and DELETE data in your database tables", "color": "blue", "icon":"database", "edit_link": "?component=form", "delete_link": "?component=alert" }]'));
6969

7070
INSERT INTO component(name, icon, description) VALUES
7171
('datagrid', 'grid-dots', 'Display small pieces of information in a clear and readable way. Each item has a name and is associated with a value.');

0 commit comments

Comments
 (0)