mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-12 23:36:00 +00:00
missing changes & fixes from oceannomads (#376)
This commit is contained in:
parent
756a2cdf64
commit
3129171534
@ -46,7 +46,7 @@
|
|||||||
"show_start_end" : false,
|
"show_start_end" : false,
|
||||||
"custom_profile_url" : "https://community.oceannomads.co/members",
|
"custom_profile_url" : "https://community.oceannomads.co/members",
|
||||||
"show_text_input" : true,
|
"show_text_input" : true,
|
||||||
"show_name_iput" : false,
|
"show_name_input" : false,
|
||||||
"show_header_view_in_form" : true,
|
"show_header_view_in_form" : true,
|
||||||
"small_form_edit" : true
|
"small_form_edit" : true
|
||||||
},
|
},
|
||||||
@ -62,7 +62,7 @@
|
|||||||
"show_profile_button" : true,
|
"show_profile_button" : true,
|
||||||
"show_start_end" : false,
|
"show_start_end" : false,
|
||||||
"show_text_input" : false,
|
"show_text_input" : false,
|
||||||
"show_name_iput" : true,
|
"show_name_input" : true,
|
||||||
"show_header_view_in_form" : false,
|
"show_header_view_in_form" : false,
|
||||||
"small_form_edit" : false
|
"small_form_edit" : false
|
||||||
}
|
}
|
||||||
|
|||||||
@ -28,7 +28,7 @@ ON CONFLICT (id) DO UPDATE
|
|||||||
-- Type: event
|
-- Type: event
|
||||||
INSERT INTO public."types_profileTemplate" (collection, id, item, sort, types_id)
|
INSERT INTO public."types_profileTemplate" (collection, id, item, sort, types_id)
|
||||||
SELECT
|
SELECT
|
||||||
'startEnd', '1', '0b5e5f0a-76a4-407f-84ab-2fd718965909' , '1', types.id
|
'startEnd', '3', '0b5e5f0a-76a4-407f-84ab-2fd718965909' , '1', types.id
|
||||||
FROM
|
FROM
|
||||||
public.types as types
|
public.types as types
|
||||||
WHERE
|
WHERE
|
||||||
@ -41,7 +41,7 @@ ON CONFLICT (id) DO UPDATE
|
|||||||
|
|
||||||
INSERT INTO public."types_profileTemplate" (collection, id, item, sort, types_id)
|
INSERT INTO public."types_profileTemplate" (collection, id, item, sort, types_id)
|
||||||
SELECT
|
SELECT
|
||||||
'texts', '2', '94f6af1d-77e5-49ed-937b-6b9addc4f8ac' , '2', types.id
|
'texts', '4', '94f6af1d-77e5-49ed-937b-6b9addc4f8ac' , '2', types.id
|
||||||
FROM
|
FROM
|
||||||
public.types as types
|
public.types as types
|
||||||
WHERE
|
WHERE
|
||||||
@ -54,7 +54,7 @@ ON CONFLICT (id) DO UPDATE
|
|||||||
|
|
||||||
INSERT INTO public."types_profileTemplate" (collection, id, item, sort, types_id)
|
INSERT INTO public."types_profileTemplate" (collection, id, item, sort, types_id)
|
||||||
SELECT
|
SELECT
|
||||||
'gallery', '3', 'b0c52d6e-b3d2-4e3b-89e2-065be324e27b' , '3', types.id
|
'gallery', '5', 'b0c52d6e-b3d2-4e3b-89e2-065be324e27b' , '3', types.id
|
||||||
FROM
|
FROM
|
||||||
public.types as types
|
public.types as types
|
||||||
WHERE
|
WHERE
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user