99c7e02499
* Add support for embed parameter that skips the shell layout * Add support for cards with remote content * Adapt js to support lazy-loaded fragments * Add example * Reformat & Fix lint errors * Update query param name and add docs * Add example * squash migrations --------- Co-authored-by: lovasoa <pere.jobs@gmail.com>
10 lines
146 B
SQL
10 lines
146 B
SQL
select
|
|
'map' as component,
|
|
1 as zoom;
|
|
select
|
|
'New Delhi' as title,
|
|
28.6139 as latitude,
|
|
77.209 as longitude;
|
|
|
|
|