d14508d249
* New prefix and suffix attributes to create prepended and appended form fields * fix indentation * improve documentation * add prefix_icon * update changelog * fix default cookie path see https://github.com/lovasoa/SQLpage/discussions/200 * update dependencies * multiple custom shells * fmt * clippy * clippy * tests and docs * changelog * update dependencies --------- Co-authored-by: Olivier Auverlot <oauv@duck.com>
7 lines
287 B
SQL
7 lines
287 B
SQL
-- Checks that we can have a page with a single dynamic component containing multiple children
|
|
select 'dynamic' as component,
|
|
'[
|
|
{"component":"shell", "title":"It works !"},
|
|
{"component":"text"},
|
|
{"contents":"Yes it does !", "bold":true}
|
|
]' as properties; |