feat: Complete Corporate Site Deployment Checkpoint
This commit is contained in:
3
add_map_field.sql
Normal file
3
add_map_field.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
INSERT INTO public.site_contents (key, value, type, section)
|
||||
VALUES ('contact_map_embed', '<iframe src="..."></iframe>', 'html', 'contact')
|
||||
ON CONFLICT (key) DO NOTHING;
|
||||
Reference in New Issue
Block a user