diff --git a/backend/src/baserow/api/templates/serializers.py b/backend/src/baserow/api/templates/serializers.py index d654352f7..84d2fcd03 100644 --- a/backend/src/baserow/api/templates/serializers.py +++ b/backend/src/baserow/api/templates/serializers.py @@ -28,6 +28,7 @@ class TemplateSerializer(serializers.ModelSerializer): "keywords", "workspace_id", "is_default", + "open_application", ) @extend_schema_field(OpenApiTypes.STR) diff --git a/backend/src/baserow/core/handler.py b/backend/src/baserow/core/handler.py index 10093e150..d2bce7467 100755 --- a/backend/src/baserow/core/handler.py +++ b/backend/src/baserow/core/handler.py @@ -1946,6 +1946,7 @@ class CoreHandler(metaclass=baserow_trace_methods(tracer)): # hash mismatch, which means the workspace has already been deleted, we can # create a new workspace and import the exported applications into that # workspace. + imported_id_mapping = None if not installed_template or installed_template.export_hash != export_hash: # It is optionally possible for a template to have additional files. # They are stored in a ZIP file and are generated when the template @@ -1959,13 +1960,14 @@ class CoreHandler(metaclass=baserow_trace_methods(tracer)): files_buffer = BytesIO() workspace = Workspace.objects.create(name=parsed_json["name"]) - self.import_applications_to_workspace( + _, id_mapping = self.import_applications_to_workspace( workspace, parsed_json["export"], files_buffer=files_buffer, import_export_config=config, storage=storage, ) + imported_id_mapping = id_mapping if files_buffer: files_buffer.close() @@ -1982,6 +1984,13 @@ class CoreHandler(metaclass=baserow_trace_methods(tracer)): "workspace": workspace, } + # If the template was imported, then we'll map the desired open_application + # id to the actually imported application id. + if "open_application" in parsed_json and imported_id_mapping is not None: + kwargs["open_application"] = imported_id_mapping["applications"].get( + parsed_json["open_application"], None + ) + if not installed_template: installed_template = Template.objects.create(slug=slug, **kwargs) else: diff --git a/backend/src/baserow/core/migrations/0096_template_open_application.py b/backend/src/baserow/core/migrations/0096_template_open_application.py new file mode 100644 index 000000000..1b6e20984 --- /dev/null +++ b/backend/src/baserow/core/migrations/0096_template_open_application.py @@ -0,0 +1,20 @@ +# Generated by Django 5.0.9 on 2025-03-18 16:34 + +from django.db import migrations, models + + +class Migration(migrations.Migration): + dependencies = [ + ("core", "0095_alter_userfile_image_height_and_more"), + ] + + operations = [ + migrations.AddField( + model_name="template", + name="open_application", + field=models.IntegerField( + help_text="The application ID that must be opened when the template is previewed. If null, then the first will automatically be chosen.", + null=True, + ), + ), + ] diff --git a/backend/src/baserow/core/models.py b/backend/src/baserow/core/models.py index 34919c8ed..f43c4eabf 100755 --- a/backend/src/baserow/core/models.py +++ b/backend/src/baserow/core/models.py @@ -472,6 +472,11 @@ class Template(models.Model): blank=True, help_text="Keywords related to the template that can be used for search.", ) + open_application = models.IntegerField( + null=True, + help_text="The application ID that must be opened when the template is " + "previewed. If null, then the first will automatically be chosen.", + ) class Meta: ordering = ("name",) diff --git a/backend/templates/ab_baserow_theme.json b/backend/templates/ab_baserow_theme.json new file mode 100644 index 000000000..8e174fbd8 --- /dev/null +++ b/backend/templates/ab_baserow_theme.json @@ -0,0 +1,4929 @@ +{ + "baserow_template_version": 1, + "name": "Baserow Theme", + "icon": "", + "keywords": [ + "application", + "builder", + "theme", + "baserow" + ], + "categories": [ + "Application Themes" + ], + "open_application": 177, + "export": [ + { + "pages": [ + { + "id": 214, + "name": "__shared__", + "order": 1, + "path": "__shared__", + "path_params": [], + "query_params": [], + "shared": true, + "elements": [ + { + "id": 3292, + "order": "0.33333333333333331483", + "type": "menu", + "parent_element_id": 3290, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "menu": { + "link_font_size": 13, + "link_text_color": "zoOtT", + "link_font_weight": "semi-bold", + "button_text_color": "zoOtT", + "button_border_size": 1, + "link_hover_text_color": "#2f3135", + "link_active_text_color": "zoOtT", + "button_background_color": "ElMaZ", + "button_hover_text_color": "zoOtT", + "button_active_text_color": "zoOtT", + "link_hover_text_decoration": [ + false, + false, + false, + false + ], + "link_active_text_decoration": [ + false, + false, + false, + false + ], + "link_default_text_decoration": [ + false, + false, + false, + false + ], + "button_hover_background_color": "#fafafa", + "button_active_background_color": "ElMaZ" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 8, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 8, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "orientation": "horizontal", + "alignment": "right", + "menu_items": [ + { + "id": 1, + "variant": "link", + "type": "link", + "menu_item_order": 0, + "uid": "8ba013be-494a-4a06-8917-a8767c401ad2", + "name": "Page 1", + "navigation_type": "page", + "navigate_to_page_id": null, + "navigate_to_url": "", + "page_parameters": [], + "query_parameters": [], + "parent_menu_item": null, + "target": "self", + "children": [] + }, + { + "id": 2, + "variant": "link", + "type": "link", + "menu_item_order": 1, + "uid": "bbfd8ca3-a0cd-489e-be09-cd1d46efb14a", + "name": "Sub page 1", + "navigation_type": "page", + "navigate_to_page_id": 215, + "navigate_to_url": "", + "page_parameters": [], + "query_parameters": [], + "parent_menu_item": 1, + "target": "self", + "children": [] + }, + { + "id": 3, + "variant": "link", + "type": "link", + "menu_item_order": 2, + "uid": "b38bf885-f808-45ee-9c50-36d92f7d1d39", + "name": "Page 2", + "navigation_type": "page", + "navigate_to_page_id": 215, + "navigate_to_url": "", + "page_parameters": [], + "query_parameters": [], + "parent_menu_item": null, + "target": "self", + "children": [] + }, + { + "id": 4, + "variant": "link", + "type": "link", + "menu_item_order": 3, + "uid": "df9febeb-2f8b-49f6-9469-d8b44f28f1b0", + "name": "Sub page 2", + "navigation_type": "page", + "navigate_to_page_id": 215, + "navigate_to_url": "", + "page_parameters": [], + "query_parameters": [], + "parent_menu_item": 1, + "target": "self", + "children": [] + }, + { + "id": 5, + "variant": "link", + "type": "link", + "menu_item_order": 4, + "uid": "ad8260e4-e1b9-4cfc-9eb3-c2cdf8f6f1f1", + "name": "Sub page 3", + "navigation_type": "page", + "navigate_to_page_id": 215, + "navigate_to_url": "", + "page_parameters": [], + "query_parameters": [], + "parent_menu_item": 1, + "target": "self", + "children": [] + }, + { + "id": 6, + "variant": "link", + "type": "link", + "menu_item_order": 5, + "uid": "be62d7f3-f6be-44a9-9c75-5866bc51c30b", + "name": "Page 3", + "navigation_type": "page", + "navigate_to_page_id": 215, + "navigate_to_url": "", + "page_parameters": [], + "query_parameters": [], + "parent_menu_item": null, + "target": "self", + "children": [] + }, + { + "id": 7, + "variant": "link", + "type": "button", + "menu_item_order": 6, + "uid": "0cbdfe6e-344e-427f-86c7-450f48bb5f21", + "name": "Contact us", + "navigation_type": "page", + "navigate_to_page_id": null, + "navigate_to_url": "", + "page_parameters": [], + "query_parameters": [], + "parent_menu_item": null, + "target": "self", + "children": [] + } + ] + }, + { + "id": 3297, + "order": "0.50000000000000000000", + "type": "text", + "parent_element_id": 3294, + "place_in_container": "2", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 15, + "body_text_color": "#ffffff", + "body_font_weight": "semi-bold" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 20, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Newsletter'", + "format": "plain" + }, + { + "id": 3298, + "order": "0.66666666666666662966", + "type": "text", + "parent_element_id": 3294, + "place_in_container": "2", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 13, + "body_text_color": "#ffffff" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 10, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Signup for our newsletter by filling out your email address.'", + "format": "plain" + }, + { + "id": 3290, + "order": "1.00000000000000000000", + "type": "header", + "parent_element_id": null, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 10, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 10, + "style_margin_bottom": 20, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "medium", + "style_width_child": "normal", + "share_type": "all", + "pages": [] + }, + { + "id": 3293, + "order": "1.00000000000000000000", + "type": "simple_container", + "parent_element_id": 3291, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "medium" + }, + { + "id": 3294, + "order": "1.00000000000000000000", + "type": "column", + "parent_element_id": 3293, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 10, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 10, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "column_amount": 3, + "column_gap": 20, + "alignment": "top" + }, + { + "id": 3295, + "order": "1.00000000000000000000", + "type": "form_container", + "parent_element_id": 3294, + "place_in_container": "2", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "button": { + "button_alignment": "right" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 10, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 10, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "submit_button_label": "'Submit'", + "reset_initial_values_post_submission": false + }, + { + "id": 3296, + "order": "1.00000000000000000000", + "type": "input_text", + "parent_element_id": 3295, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 10, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "label": "", + "required": true, + "validation_type": "email", + "placeholder": "'Your email address...'", + "default_value": "", + "is_multiline": false, + "rows": 3, + "input_type": "text" + }, + { + "id": 3299, + "order": "1.00000000000000000000", + "type": "text", + "parent_element_id": 3294, + "place_in_container": "0", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 15, + "body_text_color": "#ffffff", + "body_font_weight": "semi-bold" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 20, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Quick links'", + "format": "plain" + }, + { + "id": 3300, + "order": "1.00000000000000000000", + "type": "text", + "parent_element_id": 3294, + "place_in_container": "1", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 15, + "body_text_color": "#ffffff", + "body_font_weight": "semi-bold" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 20, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Community'", + "format": "plain" + }, + { + "id": 3291, + "order": "2.00000000000000000000", + "type": "footer", + "parent_element_id": null, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 30, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 30, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "color", + "style_background_color": "zoOtT", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "full", + "style_width_child": "normal", + "share_type": "all", + "pages": [] + }, + { + "id": 3301, + "order": "2.00000000000000000000", + "type": "link", + "parent_element_id": 3294, + "place_in_container": "0", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "link": { + "link_font_size": 13, + "link_text_color": "#f2f2f2", + "link_font_weight": "medium", + "link_hover_text_color": "#f2f2f2", + "link_active_text_color": "#f2f2f2" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 12, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "navigation_type": "page", + "navigate_to_page_id": 215, + "page_parameters": [], + "query_parameters": [], + "navigate_to_url": "", + "target": "self", + "value": "'About us'", + "variant": "link" + }, + { + "id": 3302, + "order": "2.00000000000000000000", + "type": "link", + "parent_element_id": 3294, + "place_in_container": "1", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "link": { + "link_font_size": 13, + "link_text_color": "#f2f2f2", + "link_font_weight": "medium", + "link_hover_text_color": "#f2f2f2", + "link_active_text_color": "#f2f2f2" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 12, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "navigation_type": "page", + "navigate_to_page_id": 215, + "page_parameters": [], + "query_parameters": [], + "navigate_to_url": "", + "target": "self", + "value": "'Documents'", + "variant": "link" + }, + { + "id": 3303, + "order": "3.00000000000000000000", + "type": "link", + "parent_element_id": 3294, + "place_in_container": "0", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "link": { + "link_font_size": 13, + "link_text_color": "#f2f2f2", + "link_font_weight": "medium", + "link_hover_text_color": "#f2f2f2", + "link_active_text_color": "#f2f2f2" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 12, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "navigation_type": "page", + "navigate_to_page_id": 215, + "page_parameters": [], + "query_parameters": [], + "navigate_to_url": "", + "target": "self", + "value": "'Contact us'", + "variant": "link" + }, + { + "id": 3304, + "order": "3.00000000000000000000", + "type": "link", + "parent_element_id": 3294, + "place_in_container": "1", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "link": { + "link_font_size": 13, + "link_text_color": "#f2f2f2", + "link_font_weight": "medium", + "link_hover_text_color": "#f2f2f2", + "link_active_text_color": "#f2f2f2" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 12, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "navigation_type": "page", + "navigate_to_page_id": 215, + "page_parameters": [], + "query_parameters": [], + "navigate_to_url": "", + "target": "self", + "value": "'Support'", + "variant": "link" + }, + { + "id": 3305, + "order": "4.00000000000000000000", + "type": "link", + "parent_element_id": 3294, + "place_in_container": "0", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "link": { + "link_font_size": 13, + "link_text_color": "#f2f2f2", + "link_font_weight": "medium", + "link_hover_text_color": "#f2f2f2", + "link_active_text_color": "#f2f2f2" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 12, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "navigation_type": "page", + "navigate_to_page_id": 215, + "page_parameters": [], + "query_parameters": [], + "navigate_to_url": "", + "target": "self", + "value": "'Career'", + "variant": "link" + }, + { + "id": 3306, + "order": "4.00000000000000000000", + "type": "link", + "parent_element_id": 3294, + "place_in_container": "1", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "link": { + "link_font_size": 13, + "link_text_color": "#f2f2f2", + "link_font_weight": "medium", + "link_hover_text_color": "#f2f2f2", + "link_active_text_color": "#f2f2f2" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 12, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "navigation_type": "page", + "navigate_to_page_id": 215, + "page_parameters": [], + "query_parameters": [], + "navigate_to_url": "", + "target": "self", + "value": "'FAQ'", + "variant": "link" + }, + { + "id": 3307, + "order": "5.00000000000000000000", + "type": "link", + "parent_element_id": 3294, + "place_in_container": "0", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "link": { + "link_font_size": 13, + "link_text_color": "#f2f2f2", + "link_font_weight": "medium", + "link_hover_text_color": "#f2f2f2", + "link_active_text_color": "#f2f2f2" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 12, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "navigation_type": "page", + "navigate_to_page_id": 215, + "page_parameters": [], + "query_parameters": [], + "navigate_to_url": "", + "target": "self", + "value": "'Become a partner'", + "variant": "link" + }, + { + "id": 3308, + "order": "5.00000000000000000000", + "type": "link", + "parent_element_id": 3294, + "place_in_container": "1", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "link": { + "link_font_size": 13, + "link_text_color": "#f2f2f2", + "link_font_weight": "medium", + "link_hover_text_color": "#f2f2f2", + "link_active_text_color": "#f2f2f2" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 12, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "navigation_type": "page", + "navigate_to_page_id": 215, + "page_parameters": [], + "query_parameters": [], + "navigate_to_url": "", + "target": "self", + "value": "'Privacy policy'", + "variant": "link" + }, + { + "id": 3309, + "order": "6.00000000000000000000", + "type": "link", + "parent_element_id": 3294, + "place_in_container": "0", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "link": { + "link_font_size": 13, + "link_text_color": "#f2f2f2", + "link_font_weight": "medium", + "link_hover_text_color": "#f2f2f2", + "link_active_text_color": "#f2f2f2" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 12, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "navigation_type": "page", + "navigate_to_page_id": 215, + "page_parameters": [], + "query_parameters": [], + "navigate_to_url": "", + "target": "self", + "value": "'Sign in'", + "variant": "link" + }, + { + "id": 3310, + "order": "6.00000000000000000000", + "type": "link", + "parent_element_id": 3294, + "place_in_container": "1", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "link": { + "link_font_size": 13, + "link_text_color": "#f2f2f2", + "link_font_weight": "medium", + "link_hover_text_color": "#f2f2f2", + "link_active_text_color": "#f2f2f2" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 12, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "navigation_type": "page", + "navigate_to_page_id": 215, + "page_parameters": [], + "query_parameters": [], + "navigate_to_url": "", + "target": "self", + "value": "'Blog'", + "variant": "link" + }, + { + "id": 3311, + "order": "7.00000000000000000000", + "type": "link", + "parent_element_id": 3294, + "place_in_container": "0", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "link": { + "link_font_size": 13, + "link_text_color": "#f2f2f2", + "link_font_weight": "medium", + "link_hover_text_color": "#f2f2f2", + "link_active_text_color": "#f2f2f2" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 12, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "navigation_type": "page", + "navigate_to_page_id": 215, + "page_parameters": [], + "query_parameters": [], + "navigate_to_url": "", + "target": "self", + "value": "'Sign up'", + "variant": "link" + }, + { + "id": 3312, + "order": "7.00000000000000000000", + "type": "link", + "parent_element_id": 3294, + "place_in_container": "1", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "link": { + "link_font_size": 13, + "link_text_color": "#f2f2f2", + "link_font_weight": "medium", + "link_hover_text_color": "#f2f2f2", + "link_active_text_color": "#f2f2f2" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 12, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "navigation_type": "page", + "navigate_to_page_id": 215, + "page_parameters": [], + "query_parameters": [], + "navigate_to_url": "", + "target": "self", + "value": "'Terms & conditions'", + "variant": "link" + } + ], + "data_sources": [], + "workflow_actions": [ + { + "id": 313, + "type": "notification", + "order": 1, + "page_id": 214, + "element_id": 3292, + "event": "0cbdfe6e-344e-427f-86c7-450f48bb5f21_click", + "title": "'Show contact form'", + "description": "'Show contact form'" + }, + { + "id": 314, + "type": "notification", + "order": 1, + "page_id": 214, + "element_id": 3295, + "event": "submit", + "title": "'Newsletter'", + "description": "'Signup for newsletter'" + } + ], + "visibility": "all", + "role_type": "allow_all", + "roles": [] + }, + { + "id": 215, + "name": "Examples", + "order": 1, + "path": "/", + "path_params": [], + "query_params": [], + "shared": false, + "elements": [ + { + "id": 3347, + "order": "0.50000000000000000000", + "type": "text", + "parent_element_id": 3336, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 13, + "body_text_color": "#ffffff", + "body_font_weight": "medium" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 4, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Secondary'", + "format": "plain" + }, + { + "id": 3348, + "order": "0.66666666666666662966", + "type": "text", + "parent_element_id": 3337, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 13, + "body_font_weight": "medium" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 4, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Border'", + "format": "plain" + }, + { + "id": 3349, + "order": "0.66666666666666662966", + "type": "text", + "parent_element_id": 3341, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 13, + "body_text_color": "ElMaZ", + "body_font_weight": "medium" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 4, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Custom 2'", + "format": "plain" + }, + { + "id": 3317, + "order": "1.00000000000000000000", + "type": "heading", + "parent_element_id": null, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "heading_2_font_weight": "semi-bold" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 20, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "medium", + "style_width_child": "normal", + "value": "'Recent projects'", + "level": 2 + }, + { + "id": 3318, + "order": "1.00000000000000000000", + "type": "iframe", + "parent_element_id": 3314, + "place_in_container": "1", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 20, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "source_type": "url", + "url": "'https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2437.5900465602517!2d4.825077027115522!3d52.341582849423204!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47c5e18eae78495d%3A0xc6ec111aab4c79fe!2sB.%20Amsterdam!5e0!3m2!1sen!2snl!4v1741957273376!5m2!1sen!2snl\" width=\"600\" height=\"450\" style=\"border:0;'", + "embed": "", + "height": 268 + }, + { + "id": 3331, + "order": "1.00000000000000000000", + "type": "simple_container", + "parent_element_id": 3313, + "place_in_container": "0", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 1, + "style_padding_top": 24, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 1, + "style_padding_bottom": 24, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 1, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 1, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 6, + "style_border_radius": 6, + "style_background": "color", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal" + }, + { + "id": 3332, + "order": "1.00000000000000000000", + "type": "simple_container", + "parent_element_id": 3313, + "place_in_container": "1", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 1, + "style_padding_top": 24, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 1, + "style_padding_bottom": 24, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 1, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 1, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 6, + "style_border_radius": 6, + "style_background": "color", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal" + }, + { + "id": 3333, + "order": "1.00000000000000000000", + "type": "simple_container", + "parent_element_id": 3313, + "place_in_container": "2", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 1, + "style_padding_top": 24, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 1, + "style_padding_bottom": 24, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 1, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 1, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 6, + "style_border_radius": 6, + "style_background": "color", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal" + }, + { + "id": 3334, + "order": "1.00000000000000000000", + "type": "form_container", + "parent_element_id": 3314, + "place_in_container": "0", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "button": { + "button_alignment": "right" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "submit_button_label": "'Submit'", + "reset_initial_values_post_submission": false + }, + { + "id": 3335, + "order": "1.00000000000000000000", + "type": "simple_container", + "parent_element_id": 3315, + "place_in_container": "0", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 20, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 50, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "color", + "style_background_color": "primary", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal" + }, + { + "id": 3336, + "order": "1.00000000000000000000", + "type": "simple_container", + "parent_element_id": 3315, + "place_in_container": "1", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 20, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 50, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "color", + "style_background_color": "secondary", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal" + }, + { + "id": 3337, + "order": "1.00000000000000000000", + "type": "simple_container", + "parent_element_id": 3315, + "place_in_container": "2", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 20, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 50, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "color", + "style_background_color": "border", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal" + }, + { + "id": 3338, + "order": "1.00000000000000000000", + "type": "simple_container", + "parent_element_id": 3315, + "place_in_container": "3", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 20, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 50, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "color", + "style_background_color": "success", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal" + }, + { + "id": 3339, + "order": "1.00000000000000000000", + "type": "simple_container", + "parent_element_id": 3315, + "place_in_container": "4", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 20, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 50, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "color", + "style_background_color": "warning", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal" + }, + { + "id": 3340, + "order": "1.00000000000000000000", + "type": "simple_container", + "parent_element_id": 3315, + "place_in_container": "5", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 20, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 50, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "color", + "style_background_color": "error", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal" + }, + { + "id": 3341, + "order": "1.00000000000000000000", + "type": "simple_container", + "parent_element_id": 3316, + "place_in_container": "1", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 20, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 50, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "color", + "style_background_color": "zoOtT", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal" + }, + { + "id": 3344, + "order": "1.00000000000000000000", + "type": "input_text", + "parent_element_id": 3334, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 10, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "label": "'Your name'", + "required": true, + "validation_type": "any", + "placeholder": "'Enter your name here...'", + "default_value": "", + "is_multiline": false, + "rows": 3, + "input_type": "text" + }, + { + "id": 3350, + "order": "1.00000000000000000000", + "type": "heading", + "parent_element_id": 3331, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "heading_3_font_size": 16 + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 24, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Rebranding website'", + "level": 3 + }, + { + "id": 3351, + "order": "1.00000000000000000000", + "type": "text", + "parent_element_id": 3335, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 13, + "body_text_color": "#ffffff", + "body_font_weight": "medium" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 4, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Primary'", + "format": "plain" + }, + { + "id": 3352, + "order": "1.00000000000000000000", + "type": "text", + "parent_element_id": 3336, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 12, + "body_text_color": "#ffffff" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'#2BC3F1'", + "format": "plain" + }, + { + "id": 3353, + "order": "1.00000000000000000000", + "type": "text", + "parent_element_id": 3338, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 13, + "body_font_weight": "medium" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 4, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Success'", + "format": "plain" + }, + { + "id": 3354, + "order": "1.00000000000000000000", + "type": "text", + "parent_element_id": 3343, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 13, + "body_text_color": "#ffffff", + "body_font_weight": "medium" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 4, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Custom 3'", + "format": "plain" + }, + { + "id": 3355, + "order": "1.50000000000000000000", + "type": "heading", + "parent_element_id": 3332, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "heading_3_font_size": 16 + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 24, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Customer research'", + "level": 3 + }, + { + "id": 3356, + "order": "1.50000000000000000000", + "type": "text", + "parent_element_id": 3342, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 13, + "body_font_weight": "medium" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 4, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Custom 1'", + "format": "plain" + }, + { + "id": 3313, + "order": "2.00000000000000000000", + "type": "column", + "parent_element_id": null, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 40, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "medium", + "style_width_child": "normal", + "column_amount": 3, + "column_gap": 24, + "alignment": "top" + }, + { + "id": 3319, + "order": "2.00000000000000000000", + "type": "text", + "parent_element_id": 3314, + "place_in_container": "1", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 10, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Visit us at: Streetname 100, The Netherlands'", + "format": "plain" + }, + { + "id": 3342, + "order": "2.00000000000000000000", + "type": "simple_container", + "parent_element_id": 3316, + "place_in_container": "0", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 20, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 50, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "color", + "style_background_color": "ElMaZ", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal" + }, + { + "id": 3343, + "order": "2.00000000000000000000", + "type": "simple_container", + "parent_element_id": 3316, + "place_in_container": "2", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 20, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 50, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "color", + "style_background_color": "V6EVv", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal" + }, + { + "id": 3345, + "order": "2.00000000000000000000", + "type": "input_text", + "parent_element_id": 3334, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 10, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 10, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "label": "'Your email'", + "required": true, + "validation_type": "email", + "placeholder": "'Enter your email here...'", + "default_value": "", + "is_multiline": false, + "rows": 3, + "input_type": "text" + }, + { + "id": 3357, + "order": "2.00000000000000000000", + "type": "text", + "parent_element_id": 3331, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 11, + "body_text_color": "V6EVv" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 6, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Kick-off date'", + "format": "plain" + }, + { + "id": 3358, + "order": "2.00000000000000000000", + "type": "heading", + "parent_element_id": 3333, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "heading_3_font_size": 16 + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 24, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'App builder launch'", + "level": 3 + }, + { + "id": 3359, + "order": "2.00000000000000000000", + "type": "text", + "parent_element_id": 3335, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 12, + "body_text_color": "#ffffff" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'#4E5CFE'", + "format": "plain" + }, + { + "id": 3360, + "order": "2.00000000000000000000", + "type": "text", + "parent_element_id": 3337, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 12 + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'#EDEDED'", + "format": "plain" + }, + { + "id": 3361, + "order": "2.00000000000000000000", + "type": "text", + "parent_element_id": 3339, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 13, + "body_font_weight": "medium" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 4, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Warning'", + "format": "plain" + }, + { + "id": 3362, + "order": "2.00000000000000000000", + "type": "text", + "parent_element_id": 3341, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 12, + "body_text_color": "ElMaZ" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'#202128'", + "format": "plain" + }, + { + "id": 3363, + "order": "2.50000000000000000000", + "type": "text", + "parent_element_id": 3332, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 11, + "body_text_color": "V6EVv" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 6, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Kick-off date'", + "format": "plain" + }, + { + "id": 3320, + "order": "3.00000000000000000000", + "type": "heading", + "parent_element_id": null, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "heading_2_font_weight": "semi-bold" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 20, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "medium", + "style_width_child": "normal", + "value": "'My tasks'", + "level": 2 + }, + { + "id": 3346, + "order": "3.00000000000000000000", + "type": "input_text", + "parent_element_id": 3334, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 10, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 10, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "label": "'Your question'", + "required": true, + "validation_type": "any", + "placeholder": "'Enter your question here...'", + "default_value": "", + "is_multiline": true, + "rows": 5, + "input_type": "text" + }, + { + "id": 3364, + "order": "3.00000000000000000000", + "type": "text", + "parent_element_id": 3331, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 16, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'2024-02-09'", + "format": "plain" + }, + { + "id": 3365, + "order": "3.00000000000000000000", + "type": "text", + "parent_element_id": 3333, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 11, + "body_text_color": "V6EVv" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 6, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Kick-off date'", + "format": "plain" + }, + { + "id": 3366, + "order": "3.00000000000000000000", + "type": "text", + "parent_element_id": 3338, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 12 + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'#12D452'", + "format": "plain" + }, + { + "id": 3367, + "order": "3.00000000000000000000", + "type": "text", + "parent_element_id": 3340, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 13, + "body_font_weight": "medium" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 4, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Error'", + "format": "plain" + }, + { + "id": 3368, + "order": "3.00000000000000000000", + "type": "text", + "parent_element_id": 3342, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 12 + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'#ffffff'", + "format": "plain" + }, + { + "id": 3369, + "order": "3.00000000000000000000", + "type": "text", + "parent_element_id": 3343, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 12, + "body_text_color": "#ffffff" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'#6A6B70'", + "format": "plain" + }, + { + "id": 3370, + "order": "3.50000000000000000000", + "type": "text", + "parent_element_id": 3332, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 16, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'2024-03-15'", + "format": "plain" + }, + { + "id": 3321, + "order": "4.00000000000000000000", + "type": "table", + "parent_element_id": null, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 40, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "medium", + "style_width_child": "normal", + "data_source_id": 382, + "items_per_page": 20, + "button_load_more_label": "", + "schema_property": null, + "property_options": [], + "fields": [ + { + "uid": "01e71c25-dfd0-4772-94dd-1630376a29ae", + "name": "Name", + "type": "text", + "styles": {}, + "config": { + "value": "get('current_record.field_7204')" + } + }, + { + "uid": "a0c999b2-f45d-4d92-9c3e-352e5baabb1f", + "name": "Status", + "type": "tags", + "styles": { + "cell": {} + }, + "config": { + "values": "get('current_record.field_7205.value')", + "colors_is_formula": true, + "colors": "concat('#',get('current_record.field_7209'))" + } + }, + { + "uid": "e4546824-a48a-402a-a6ce-b811f248a347", + "name": "Client", + "type": "text", + "styles": {}, + "config": { + "value": "get('current_record.field_7206.*.value')" + } + } + ], + "orientation": { + "tablet": "horizontal", + "desktop": "horizontal", + "smartphone": "horizontal" + } + }, + { + "id": 3371, + "order": "4.00000000000000000000", + "type": "text", + "parent_element_id": 3331, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 11, + "body_text_color": "V6EVv" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 6, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Due date'", + "format": "plain" + }, + { + "id": 3372, + "order": "4.00000000000000000000", + "type": "text", + "parent_element_id": 3333, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 16, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'2024-04-07'", + "format": "plain" + }, + { + "id": 3373, + "order": "4.00000000000000000000", + "type": "text", + "parent_element_id": 3339, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 12 + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'#FFD269'", + "format": "plain" + }, + { + "id": 3374, + "order": "4.50000000000000000000", + "type": "text", + "parent_element_id": 3332, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 11, + "body_text_color": "V6EVv" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 6, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Due date'", + "format": "plain" + }, + { + "id": 3322, + "order": "5.00000000000000000000", + "type": "heading", + "parent_element_id": null, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "heading_2_font_weight": "semi-bold" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 20, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "medium", + "style_width_child": "normal", + "value": "'Contact us'", + "level": 2 + }, + { + "id": 3375, + "order": "5.00000000000000000000", + "type": "text", + "parent_element_id": 3331, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 16, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'2024-02-16'", + "format": "plain" + }, + { + "id": 3376, + "order": "5.00000000000000000000", + "type": "text", + "parent_element_id": 3333, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 11, + "body_text_color": "V6EVv" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 6, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Due date'", + "format": "plain" + }, + { + "id": 3377, + "order": "5.00000000000000000000", + "type": "text", + "parent_element_id": 3340, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 12 + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'#FF5A44'", + "format": "plain" + }, + { + "id": 3378, + "order": "5.50000000000000000000", + "type": "text", + "parent_element_id": 3332, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 16, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'2024-02-12'", + "format": "plain" + }, + { + "id": 3314, + "order": "6.00000000000000000000", + "type": "column", + "parent_element_id": null, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 10, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 10, + "style_margin_bottom": 40, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "medium", + "style_width_child": "normal", + "column_amount": 2, + "column_gap": 40, + "alignment": "top" + }, + { + "id": 3379, + "order": "6.00000000000000000000", + "type": "text", + "parent_element_id": 3331, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 11, + "body_text_color": "V6EVv" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 6, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Label'", + "format": "plain" + }, + { + "id": 3380, + "order": "6.00000000000000000000", + "type": "text", + "parent_element_id": 3333, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 16, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'2024-04-12'", + "format": "plain" + }, + { + "id": 3323, + "order": "6.50000000000000000000", + "type": "heading", + "parent_element_id": null, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "heading_2_font_weight": "semi-bold" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 20, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "medium", + "style_width_child": "normal", + "value": "'Colors'", + "level": 2 + }, + { + "id": 3381, + "order": "6.50000000000000000000", + "type": "text", + "parent_element_id": 3332, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 11, + "body_text_color": "V6EVv" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 6, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Label'", + "format": "plain" + }, + { + "id": 3315, + "order": "7.00000000000000000000", + "type": "column", + "parent_element_id": null, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "medium", + "style_width_child": "normal", + "column_amount": 6, + "column_gap": 1, + "alignment": "top" + }, + { + "id": 3382, + "order": "7.00000000000000000000", + "type": "text", + "parent_element_id": 3331, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 16, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Value'", + "format": "plain" + }, + { + "id": 3383, + "order": "7.00000000000000000000", + "type": "text", + "parent_element_id": 3333, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 11, + "body_text_color": "V6EVv" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 6, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Label'", + "format": "plain" + }, + { + "id": 3316, + "order": "7.50000000000000000000", + "type": "column", + "parent_element_id": null, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 40, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "medium", + "style_width_child": "normal", + "column_amount": 6, + "column_gap": 1, + "alignment": "top" + }, + { + "id": 3384, + "order": "7.50000000000000000000", + "type": "text", + "parent_element_id": 3332, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 16, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Value'", + "format": "plain" + }, + { + "id": 3324, + "order": "8.00000000000000000000", + "type": "heading", + "parent_element_id": null, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 10, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "medium", + "style_width_child": "normal", + "value": "'Heading 1'", + "level": 1 + }, + { + "id": 3385, + "order": "8.00000000000000000000", + "type": "link", + "parent_element_id": 3331, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "button": { + "button_width": "full" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 10, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "navigation_type": "page", + "navigate_to_page_id": 215, + "page_parameters": [], + "query_parameters": [], + "navigate_to_url": "", + "target": "self", + "value": "'View tasks'", + "variant": "button" + }, + { + "id": 3386, + "order": "8.00000000000000000000", + "type": "text", + "parent_element_id": 3333, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 16, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Value'", + "format": "plain" + }, + { + "id": 3325, + "order": "9.00000000000000000000", + "type": "heading", + "parent_element_id": null, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 10, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 10, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "medium", + "style_width_child": "normal", + "value": "'Heading 2'", + "level": 2 + }, + { + "id": 3387, + "order": "9.00000000000000000000", + "type": "link", + "parent_element_id": 3332, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "button": { + "button_width": "full" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 10, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "navigation_type": "page", + "navigate_to_page_id": 215, + "page_parameters": [], + "query_parameters": [], + "navigate_to_url": "", + "target": "self", + "value": "'View tasks'", + "variant": "button" + }, + { + "id": 3326, + "order": "10.00000000000000000000", + "type": "heading", + "parent_element_id": null, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 10, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 10, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "medium", + "style_width_child": "normal", + "value": "'Heading 3'", + "level": 3 + }, + { + "id": 3388, + "order": "10.00000000000000000000", + "type": "link", + "parent_element_id": 3333, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "button": { + "button_width": "full" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 10, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "navigation_type": "page", + "navigate_to_page_id": 215, + "page_parameters": [], + "query_parameters": [], + "navigate_to_url": "", + "target": "self", + "value": "'View tasks'", + "variant": "button" + }, + { + "id": 3327, + "order": "11.00000000000000000000", + "type": "heading", + "parent_element_id": null, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 10, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 10, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "medium", + "style_width_child": "normal", + "value": "'Heading 4'", + "level": 4 + }, + { + "id": 3328, + "order": "12.00000000000000000000", + "type": "heading", + "parent_element_id": null, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 10, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 10, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "medium", + "style_width_child": "normal", + "value": "'Heading 5'", + "level": 5 + }, + { + "id": 3329, + "order": "13.00000000000000000000", + "type": "heading", + "parent_element_id": null, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 10, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 10, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "medium", + "style_width_child": "normal", + "value": "'Heading 6'", + "level": 6 + }, + { + "id": 3330, + "order": "14.00000000000000000000", + "type": "text", + "parent_element_id": null, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 10, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 10, + "style_margin_bottom": 40, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "medium", + "style_width_child": "normal", + "value": "'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque eu mollis purus. Integer ac bibendum metus. Morbi nunc eros, suscipit sed tristique vel, rutrum a nibh. In urna leo, pulvinar ac nunc vitae, vulputate pretium magna. Vivamus leo mauris, iaculis vel velit at, dapibus convallis magna. Sed tincidunt leo dui, vel viverra ex gravida eget. Pellentesque posuere scelerisque velit, in rutrum lorem vestibulum eleifend. Phasellus at consectetur urna, id bibendum neque. Fusce et metus magna.'", + "format": "plain" + } + ], + "data_sources": [ + { + "id": 382, + "name": "Tasks", + "order": "1.00000000000000000000", + "service": { + "id": 489, + "integration_id": 35, + "type": "local_baserow_list_rows", + "table_id": 738, + "view_id": null, + "sortings": [], + "search_query": "", + "filter_type": "AND", + "filters": [] + } + } + ], + "workflow_actions": [ + { + "id": 315, + "type": "notification", + "order": 1, + "page_id": 215, + "element_id": 3334, + "event": "submit", + "title": "'Thank you'", + "description": "'Thank youb for filling out the contact us form.'" + } + ], + "visibility": "all", + "role_type": "allow_all", + "roles": [] + } + ], + "integrations": [ + { + "id": 35, + "name": "Local Baserow", + "order": "1.00000000000000000000", + "type": "local_baserow", + "authorized_user": null + } + ], + "theme": { + "primary_color": "#4e5cfe", + "secondary_color": "#2bc3f1", + "border_color": "#ededed", + "main_success_color": "#12d452", + "main_warning_color": "#ffd269", + "main_error_color": "#ff5a44", + "custom_colors": [ + { + "name": "Custom 1", + "color": "#ffffff", + "value": "ElMaZ" + }, + { + "name": "Custom 2", + "color": "#202128", + "value": "zoOtT" + }, + { + "name": "Custom 3", + "color": "#6a6b70", + "value": "V6EVv" + } + ], + "body_font_family": "inter", + "body_font_size": 14, + "body_font_weight": "regular", + "body_text_color": "zoOtT", + "body_text_alignment": "left", + "heading_1_font_family": "inter", + "heading_1_font_size": 32, + "heading_1_font_weight": "bold", + "heading_1_text_color": "zoOtT", + "heading_1_text_alignment": "left", + "heading_1_text_decoration": [ + false, + false, + false, + false + ], + "heading_2_font_family": "inter", + "heading_2_font_size": 24, + "heading_2_font_weight": "bold", + "heading_2_text_color": "zoOtT", + "heading_2_text_alignment": "left", + "heading_2_text_decoration": [ + false, + false, + false, + false + ], + "heading_3_font_family": "inter", + "heading_3_font_size": 24, + "heading_3_font_weight": "semi-bold", + "heading_3_text_color": "zoOtT", + "heading_3_text_alignment": "left", + "heading_3_text_decoration": [ + false, + false, + false, + false + ], + "heading_4_font_family": "inter", + "heading_4_font_size": 20, + "heading_4_font_weight": "semi-bold", + "heading_4_text_color": "zoOtT", + "heading_4_text_alignment": "left", + "heading_4_text_decoration": [ + false, + false, + false, + false + ], + "heading_5_font_family": "inter", + "heading_5_font_size": 16, + "heading_5_font_weight": "semi-bold", + "heading_5_text_color": "zoOtT", + "heading_5_text_alignment": "left", + "heading_5_text_decoration": [ + false, + false, + false, + false + ], + "heading_6_font_family": "inter", + "heading_6_font_size": 14, + "heading_6_font_weight": "semi-bold", + "heading_6_text_color": "zoOtT", + "heading_6_text_alignment": "left", + "heading_6_text_decoration": [ + false, + false, + false, + false + ], + "button_font_family": "inter", + "button_font_size": 12, + "button_font_weight": "semi-bold", + "button_alignment": "left", + "button_text_alignment": "center", + "button_width": "auto", + "button_background_color": "primary", + "button_text_color": "ElMaZ", + "button_border_color": "border", + "button_border_size": 0, + "button_border_radius": 6, + "button_vertical_padding": 10, + "button_horizontal_padding": 12, + "button_hover_background_color": "#4653e5", + "button_hover_text_color": "ElMaZ", + "button_hover_border_color": "border", + "button_active_background_color": "primary", + "button_active_text_color": "ElMaZ", + "button_active_border_color": "border", + "image_alignment": "left", + "image_max_width": 100, + "image_max_height": null, + "image_border_radius": 0, + "image_constraint": "contain", + "page_background_color": "#fafafa", + "page_background_file_id": null, + "page_background_mode": "tile", + "label_font_family": "inter", + "label_text_color": "zoOtT", + "label_font_size": 13, + "label_font_weight": "medium", + "input_font_family": "inter", + "input_font_size": 14, + "input_font_weight": "regular", + "input_text_color": "zoOtT", + "input_background_color": "#ffffff", + "input_border_color": "#d7d8d9", + "input_border_size": 1, + "input_border_radius": 6, + "input_vertical_padding": 12, + "input_horizontal_padding": 16, + "table_border_color": "border", + "table_border_size": 1, + "table_border_radius": 6, + "table_header_background_color": "#f7f7f7", + "table_header_text_color": "V6EVv", + "table_header_font_size": 13, + "table_header_font_weight": "semi-bold", + "table_header_font_family": "inter", + "table_header_text_alignment": "left", + "table_cell_background_color": "ElMaZ", + "table_cell_alternate_background_color": "ElMaZ", + "table_cell_alignment": "left", + "table_cell_vertical_padding": 18, + "table_cell_horizontal_padding": 24, + "table_vertical_separator_color": "#000000FF", + "table_vertical_separator_size": 0, + "table_horizontal_separator_color": "border", + "table_horizontal_separator_size": 1, + "link_font_family": "inter", + "link_font_size": 14, + "link_font_weight": "regular", + "link_text_alignment": "left", + "link_text_color": "primary", + "link_hover_text_color": "#4653e5", + "link_active_text_color": "primary", + "link_default_text_decoration": [ + true, + false, + false, + false + ], + "link_hover_text_decoration": [ + true, + false, + false, + false + ], + "link_active_text_decoration": [ + true, + false, + false, + false + ] + }, + "user_sources": [], + "favicon_file": null, + "login_page": null, + "id": 177, + "name": "Baserow theme", + "order": 1, + "type": "builder" + }, + { + "id": 175, + "name": "Baserow database", + "order": 2, + "type": "database", + "tables": [ + { + "id": 738, + "name": "Tasks", + "order": 1, + "fields": [ + { + "id": 7204, + "type": "text", + "name": "Name", + "description": null, + "order": 0, + "primary": true, + "read_only": false, + "immutable_type": false, + "immutable_properties": false, + "text_default": "" + }, + { + "id": 7205, + "type": "single_select", + "name": "Status", + "description": null, + "order": 1, + "primary": false, + "read_only": false, + "immutable_type": false, + "immutable_properties": false, + "select_options": [ + { + "id": 3211, + "value": "In progress", + "color": "light-cyan", + "order": 0 + }, + { + "id": 3212, + "value": "Ready", + "color": "light-green", + "order": 1 + }, + { + "id": 3213, + "value": "On hold", + "color": "light-yellow", + "order": 2 + }, + { + "id": 3214, + "value": "Blocked", + "color": "light-brown", + "order": 3 + } + ] + }, + { + "id": 7206, + "type": "link_row", + "name": "Client", + "description": null, + "order": 2, + "primary": false, + "read_only": false, + "immutable_type": false, + "immutable_properties": false, + "link_row_table_id": 739, + "link_row_related_field_id": null, + "link_row_limit_selection_view_id": null, + "has_related_field": false + }, + { + "id": 7209, + "type": "formula", + "name": "Status color", + "description": null, + "order": 3, + "primary": false, + "read_only": false, + "immutable_type": false, + "immutable_properties": false, + "date_show_tzinfo": null, + "date_format": null, + "duration_format": null, + "number_prefix": "", + "error": null, + "date_time_format": null, + "number_suffix": "", + "nullable": false, + "number_separator": "", + "number_decimal_places": null, + "date_force_timezone": null, + "date_include_time": null, + "array_formula_type": null, + "formula": "if(field('Status') = 'In progress', 'ECFBFD',\nif(field('Status') = 'Ready', 'ECFCF1', \nif(field('Status') = 'On hold', 'F5F5F5', \nif(field('Status') = 'Blocked', 'FFF2F0',\n''))))", + "formula_type": "text" + } + ], + "views": [ + { + "id": 3286, + "type": "grid", + "name": "Grid", + "order": 1, + "ownership_type": "collaborative", + "owned_by": "bram@baserow.io", + "filter_type": "AND", + "filters_disabled": false, + "filters": [], + "filter_groups": [], + "sortings": [], + "group_bys": [], + "decorations": [], + "public": false, + "row_identifier_type": "id", + "row_height_size": "small", + "field_options": [ + { + "id": 27036, + "field_id": 7204, + "width": 294, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 27037, + "field_id": 7205, + "width": 248, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 27038, + "field_id": 7206, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 27039, + "field_id": 7209, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + } + ] + } + ], + "rows": [ + { + "id": 1, + "order": "1.00000000000000000000", + "created_on": "2025-03-14T12:47:43.944761+00:00", + "updated_on": "2025-03-14T12:50:42.758525+00:00", + "created_by": "bram@baserow.io", + "last_modified_by": "bram@baserow.io", + "field_7204": "Facilitate Case Study Discussions", + "field_7205": 3211, + "field_7206": [ + 1 + ], + "field_7209": null + }, + { + "id": 2, + "order": "2.00000000000000000000", + "created_on": "2025-03-14T12:47:43.944821+00:00", + "updated_on": "2025-03-14T12:50:45.243685+00:00", + "created_by": "bram@baserow.io", + "last_modified_by": "bram@baserow.io", + "field_7204": "Design Interactive Workshops", + "field_7205": 3212, + "field_7206": [ + 2 + ], + "field_7209": null + }, + { + "id": 3, + "order": "3.00000000000000000000", + "created_on": "2025-03-14T12:48:20.544029+00:00", + "updated_on": "2025-03-14T12:50:47.917272+00:00", + "created_by": "bram@baserow.io", + "last_modified_by": "bram@baserow.io", + "field_7204": "Facilitate Case Study Discussions", + "field_7205": 3213, + "field_7206": [ + 3 + ], + "field_7209": null + }, + { + "id": 4, + "order": "4.00000000000000000000", + "created_on": "2025-03-14T12:48:21.131545+00:00", + "updated_on": "2025-03-14T12:50:50.161461+00:00", + "created_by": "bram@baserow.io", + "last_modified_by": "bram@baserow.io", + "field_7204": "Design Interactive Workshops", + "field_7205": 3214, + "field_7206": [ + 4 + ], + "field_7209": null + }, + { + "id": 5, + "order": "5.00000000000000000000", + "created_on": "2025-03-14T12:48:21.638510+00:00", + "updated_on": "2025-03-14T12:50:52.369005+00:00", + "created_by": "bram@baserow.io", + "last_modified_by": "bram@baserow.io", + "field_7204": "Facilitate Case Study Discussions", + "field_7205": 3211, + "field_7206": [ + 5 + ], + "field_7209": null + }, + { + "id": 6, + "order": "6.00000000000000000000", + "created_on": "2025-03-14T12:48:31.532384+00:00", + "updated_on": "2025-03-14T12:50:54.683754+00:00", + "created_by": "bram@baserow.io", + "last_modified_by": "bram@baserow.io", + "field_7204": "Design Interactive Workshops", + "field_7205": 3212, + "field_7206": [ + 6 + ], + "field_7209": null + } + ], + "data_sync": null + }, + { + "id": 739, + "name": "Client", + "order": 2, + "fields": [ + { + "id": 7207, + "type": "text", + "name": "Name", + "description": null, + "order": 0, + "primary": true, + "read_only": false, + "immutable_type": false, + "immutable_properties": false, + "text_default": "" + }, + { + "id": 7208, + "type": "long_text", + "name": "Notes", + "description": null, + "order": 3, + "primary": false, + "read_only": false, + "immutable_type": false, + "immutable_properties": false, + "long_text_enable_rich_text": false + } + ], + "views": [ + { + "id": 3287, + "type": "grid", + "name": "Grid", + "order": 1, + "ownership_type": "collaborative", + "owned_by": "bram@baserow.io", + "filter_type": "AND", + "filters_disabled": false, + "filters": [], + "filter_groups": [], + "sortings": [], + "group_bys": [], + "decorations": [], + "public": false, + "row_identifier_type": "id", + "row_height_size": "small", + "field_options": [ + { + "id": 27040, + "field_id": 7207, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 27041, + "field_id": 7208, + "width": 457, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + } + ] + } + ], + "rows": [ + { + "id": 1, + "order": "1.00000000000000000000", + "created_on": "2025-03-14T12:48:36.629478+00:00", + "updated_on": "2025-03-14T12:49:27.285052+00:00", + "created_by": "bram@baserow.io", + "last_modified_by": "bram@baserow.io", + "field_7207": "Ferrari", + "field_7208": "Ferrari is a prestigious Italian luxury sports car manufacturer known for their iconic red vehicles with sleek designs and powerful engines. With a history dating back to 1939, Ferrari has become synonymous with speed, performance, and exclusivity. Their cars are revered for their precision engineering and unmatched driving experience." + }, + { + "id": 2, + "order": "2.00000000000000000000", + "created_on": "2025-03-14T12:48:36.629532+00:00", + "updated_on": "2025-03-14T12:49:28.295210+00:00", + "created_by": "bram@baserow.io", + "last_modified_by": "bram@baserow.io", + "field_7207": "Facebook", + "field_7208": "Facebook is a popular social networking platform that allows users to connect with friends and family, share updates, photos, and videos, and join groups or events. With over 2 billion active users, Facebook has become a hub for communication, networking, advertising, and staying connected with others around the world." + }, + { + "id": 3, + "order": "3.00000000000000000000", + "created_on": "2025-03-14T12:48:45.278577+00:00", + "updated_on": "2025-03-14T12:49:29.314092+00:00", + "created_by": "bram@baserow.io", + "last_modified_by": "bram@baserow.io", + "field_7207": "General Electric", + "field_7208": "General Electric, commonly known as GE, is a multinational conglomerate based in the United States. Founded in 1892, the company specializes in areas such as aviation, healthcare, power, and renewable energy. GE is known for its innovative technology and has a global presence in over 180 countries." + }, + { + "id": 4, + "order": "4.00000000000000000000", + "created_on": "2025-03-14T12:48:45.278647+00:00", + "updated_on": "2025-03-14T12:49:30.250861+00:00", + "created_by": "bram@baserow.io", + "last_modified_by": "bram@baserow.io", + "field_7207": "Pizza Hut", + "field_7208": "Pizza Hut is a popular American restaurant chain known for its delicious pizza offerings. With over 18,000 locations worldwide, Pizza Hut is a favorite destination for families and pizza lovers alike. With a wide variety of toppings, crust options, and sides, Pizza Hut offers something for everyone to enjoy." + }, + { + "id": 5, + "order": "5.00000000000000000000", + "created_on": "2025-03-14T12:48:45.278688+00:00", + "updated_on": "2025-03-14T12:49:31.172965+00:00", + "created_by": "bram@baserow.io", + "last_modified_by": "bram@baserow.io", + "field_7207": "Nintendo", + "field_7208": "Nintendo is a Japanese multinational consumer electronics and video game company known for creating iconic games and consoles such as Mario, Zelda, and the Nintendo Switch. Founded in 1889, Nintendo continues to innovate and delight gamers around the world with its colorful and imaginative gaming experiences." + }, + { + "id": 6, + "order": "6.00000000000000000000", + "created_on": "2025-03-14T12:48:45.278726+00:00", + "updated_on": "2025-03-14T12:49:32.192236+00:00", + "created_by": "bram@baserow.io", + "last_modified_by": "bram@baserow.io", + "field_7207": "McDonalds", + "field_7208": "McDonald's is a well-known fast food chain that offers a wide range of menu options, including burgers, fries, chicken sandwiches, and breakfast items. With a focus on convenience and affordability, McDonald's has become a popular choice for quick meals and snacks for people of all ages around the world." + } + ], + "data_sync": null + } + ] + } + ] +} diff --git a/backend/templates/ab_baserow_theme.zip b/backend/templates/ab_baserow_theme.zip new file mode 100644 index 000000000..15cb0ecb3 Binary files /dev/null and b/backend/templates/ab_baserow_theme.zip differ diff --git a/backend/templates/ab_eclipse_theme.json b/backend/templates/ab_eclipse_theme.json new file mode 100644 index 000000000..df727bed0 --- /dev/null +++ b/backend/templates/ab_eclipse_theme.json @@ -0,0 +1,4930 @@ +{ + "baserow_template_version": 1, + "name": "Eclipse Theme", + "icon": "", + "keywords": [ + "application", + "builder", + "theme", + "eclipse" + ], + "categories": [ + "Application Themes" + ], + "open_application": 178, + "export": [ + { + "pages": [ + { + "id": 216, + "name": "__shared__", + "order": 1, + "path": "__shared__", + "path_params": [], + "query_params": [], + "shared": true, + "elements": [ + { + "id": 3391, + "order": "0.33333333333333331483", + "type": "menu", + "parent_element_id": 3389, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "menu": { + "link_font_size": 13, + "link_text_color": "ElMaZ", + "link_font_weight": "semi-bold", + "button_border_size": 1, + "link_hover_text_color": "ElMaZ", + "link_active_text_color": "ElMaZ", + "button_background_color": "zoOtT", + "link_hover_text_decoration": [ + false, + false, + false, + false + ], + "link_active_text_decoration": [ + false, + false, + false, + false + ], + "link_default_text_decoration": [ + false, + false, + false, + false + ], + "button_hover_background_color": "#1b1d25", + "button_active_background_color": "zoOtT" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 8, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 8, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "orientation": "horizontal", + "alignment": "right", + "menu_items": [ + { + "id": 8, + "variant": "link", + "type": "link", + "menu_item_order": 0, + "uid": "8ba013be-494a-4a06-8917-a8767c401ad2", + "name": "Page 1", + "navigation_type": "page", + "navigate_to_page_id": null, + "navigate_to_url": "", + "page_parameters": [], + "query_parameters": [], + "parent_menu_item": null, + "target": "self", + "children": [] + }, + { + "id": 9, + "variant": "link", + "type": "link", + "menu_item_order": 1, + "uid": "bbfd8ca3-a0cd-489e-be09-cd1d46efb14a", + "name": "Sub page 1", + "navigation_type": "page", + "navigate_to_page_id": 217, + "navigate_to_url": "", + "page_parameters": [], + "query_parameters": [], + "parent_menu_item": 8, + "target": "self", + "children": [] + }, + { + "id": 10, + "variant": "link", + "type": "link", + "menu_item_order": 2, + "uid": "b38bf885-f808-45ee-9c50-36d92f7d1d39", + "name": "Page 2", + "navigation_type": "page", + "navigate_to_page_id": 217, + "navigate_to_url": "", + "page_parameters": [], + "query_parameters": [], + "parent_menu_item": null, + "target": "self", + "children": [] + }, + { + "id": 11, + "variant": "link", + "type": "link", + "menu_item_order": 3, + "uid": "df9febeb-2f8b-49f6-9469-d8b44f28f1b0", + "name": "Sub page 2", + "navigation_type": "page", + "navigate_to_page_id": 217, + "navigate_to_url": "", + "page_parameters": [], + "query_parameters": [], + "parent_menu_item": 8, + "target": "self", + "children": [] + }, + { + "id": 12, + "variant": "link", + "type": "link", + "menu_item_order": 4, + "uid": "ad8260e4-e1b9-4cfc-9eb3-c2cdf8f6f1f1", + "name": "Sub page 3", + "navigation_type": "page", + "navigate_to_page_id": 217, + "navigate_to_url": "", + "page_parameters": [], + "query_parameters": [], + "parent_menu_item": 8, + "target": "self", + "children": [] + }, + { + "id": 13, + "variant": "link", + "type": "link", + "menu_item_order": 5, + "uid": "be62d7f3-f6be-44a9-9c75-5866bc51c30b", + "name": "Page 3", + "navigation_type": "page", + "navigate_to_page_id": 217, + "navigate_to_url": "", + "page_parameters": [], + "query_parameters": [], + "parent_menu_item": null, + "target": "self", + "children": [] + }, + { + "id": 14, + "variant": "link", + "type": "button", + "menu_item_order": 6, + "uid": "0cbdfe6e-344e-427f-86c7-450f48bb5f21", + "name": "Contact us", + "navigation_type": "page", + "navigate_to_page_id": null, + "navigate_to_url": "", + "page_parameters": [], + "query_parameters": [], + "parent_menu_item": null, + "target": "self", + "children": [] + } + ] + }, + { + "id": 3396, + "order": "0.50000000000000000000", + "type": "text", + "parent_element_id": 3393, + "place_in_container": "2", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 15, + "body_text_color": "#ffffff", + "body_font_weight": "semi-bold" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 20, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Newsletter'", + "format": "plain" + }, + { + "id": 3397, + "order": "0.66666666666666662966", + "type": "text", + "parent_element_id": 3393, + "place_in_container": "2", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 13, + "body_text_color": "#ffffff" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 10, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Signup for our newsletter by filling out your email address.'", + "format": "plain" + }, + { + "id": 3389, + "order": "1.00000000000000000000", + "type": "header", + "parent_element_id": null, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 10, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 10, + "style_margin_bottom": 20, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "medium", + "style_width_child": "normal", + "share_type": "all", + "pages": [] + }, + { + "id": 3392, + "order": "1.00000000000000000000", + "type": "simple_container", + "parent_element_id": 3390, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "medium" + }, + { + "id": 3393, + "order": "1.00000000000000000000", + "type": "column", + "parent_element_id": 3392, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 10, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 10, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "column_amount": 3, + "column_gap": 20, + "alignment": "top" + }, + { + "id": 3394, + "order": "1.00000000000000000000", + "type": "form_container", + "parent_element_id": 3393, + "place_in_container": "2", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "button": { + "button_alignment": "right" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 10, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 10, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "submit_button_label": "'Submit'", + "reset_initial_values_post_submission": false + }, + { + "id": 3395, + "order": "1.00000000000000000000", + "type": "input_text", + "parent_element_id": 3394, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "input": { + "input_text_color": "ElMaZ" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 10, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "label": "", + "required": true, + "validation_type": "email", + "placeholder": "'Your email address...'", + "default_value": "", + "is_multiline": false, + "rows": 3, + "input_type": "text" + }, + { + "id": 3398, + "order": "1.00000000000000000000", + "type": "text", + "parent_element_id": 3393, + "place_in_container": "0", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 15, + "body_text_color": "#ffffff", + "body_font_weight": "semi-bold" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 20, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Quick links'", + "format": "plain" + }, + { + "id": 3399, + "order": "1.00000000000000000000", + "type": "text", + "parent_element_id": 3393, + "place_in_container": "1", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 15, + "body_text_color": "#ffffff", + "body_font_weight": "semi-bold" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 20, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Community'", + "format": "plain" + }, + { + "id": 3390, + "order": "2.00000000000000000000", + "type": "footer", + "parent_element_id": null, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 30, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 30, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "color", + "style_background_color": "zoOtT", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "full", + "style_width_child": "normal", + "share_type": "all", + "pages": [] + }, + { + "id": 3400, + "order": "2.00000000000000000000", + "type": "link", + "parent_element_id": 3393, + "place_in_container": "0", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "link": { + "link_font_size": 13, + "link_text_color": "#f2f2f2", + "link_font_weight": "medium", + "link_hover_text_color": "#f2f2f2", + "link_active_text_color": "#f2f2f2" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 12, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "navigation_type": "page", + "navigate_to_page_id": 217, + "page_parameters": [], + "query_parameters": [], + "navigate_to_url": "", + "target": "self", + "value": "'About us'", + "variant": "link" + }, + { + "id": 3401, + "order": "2.00000000000000000000", + "type": "link", + "parent_element_id": 3393, + "place_in_container": "1", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "link": { + "link_font_size": 13, + "link_text_color": "#f2f2f2", + "link_font_weight": "medium", + "link_hover_text_color": "#f2f2f2", + "link_active_text_color": "#f2f2f2" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 12, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "navigation_type": "page", + "navigate_to_page_id": 217, + "page_parameters": [], + "query_parameters": [], + "navigate_to_url": "", + "target": "self", + "value": "'Documents'", + "variant": "link" + }, + { + "id": 3402, + "order": "3.00000000000000000000", + "type": "link", + "parent_element_id": 3393, + "place_in_container": "0", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "link": { + "link_font_size": 13, + "link_text_color": "#f2f2f2", + "link_font_weight": "medium", + "link_hover_text_color": "#f2f2f2", + "link_active_text_color": "#f2f2f2" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 12, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "navigation_type": "page", + "navigate_to_page_id": 217, + "page_parameters": [], + "query_parameters": [], + "navigate_to_url": "", + "target": "self", + "value": "'Contact us'", + "variant": "link" + }, + { + "id": 3403, + "order": "3.00000000000000000000", + "type": "link", + "parent_element_id": 3393, + "place_in_container": "1", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "link": { + "link_font_size": 13, + "link_text_color": "#f2f2f2", + "link_font_weight": "medium", + "link_hover_text_color": "#f2f2f2", + "link_active_text_color": "#f2f2f2" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 12, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "navigation_type": "page", + "navigate_to_page_id": 217, + "page_parameters": [], + "query_parameters": [], + "navigate_to_url": "", + "target": "self", + "value": "'Support'", + "variant": "link" + }, + { + "id": 3404, + "order": "4.00000000000000000000", + "type": "link", + "parent_element_id": 3393, + "place_in_container": "0", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "link": { + "link_font_size": 13, + "link_text_color": "#f2f2f2", + "link_font_weight": "medium", + "link_hover_text_color": "#f2f2f2", + "link_active_text_color": "#f2f2f2" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 12, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "navigation_type": "page", + "navigate_to_page_id": 217, + "page_parameters": [], + "query_parameters": [], + "navigate_to_url": "", + "target": "self", + "value": "'Career'", + "variant": "link" + }, + { + "id": 3405, + "order": "4.00000000000000000000", + "type": "link", + "parent_element_id": 3393, + "place_in_container": "1", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "link": { + "link_font_size": 13, + "link_text_color": "#f2f2f2", + "link_font_weight": "medium", + "link_hover_text_color": "#f2f2f2", + "link_active_text_color": "#f2f2f2" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 12, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "navigation_type": "page", + "navigate_to_page_id": 217, + "page_parameters": [], + "query_parameters": [], + "navigate_to_url": "", + "target": "self", + "value": "'FAQ'", + "variant": "link" + }, + { + "id": 3406, + "order": "5.00000000000000000000", + "type": "link", + "parent_element_id": 3393, + "place_in_container": "0", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "link": { + "link_font_size": 13, + "link_text_color": "#f2f2f2", + "link_font_weight": "medium", + "link_hover_text_color": "#f2f2f2", + "link_active_text_color": "#f2f2f2" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 12, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "navigation_type": "page", + "navigate_to_page_id": 217, + "page_parameters": [], + "query_parameters": [], + "navigate_to_url": "", + "target": "self", + "value": "'Become a partner'", + "variant": "link" + }, + { + "id": 3407, + "order": "5.00000000000000000000", + "type": "link", + "parent_element_id": 3393, + "place_in_container": "1", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "link": { + "link_font_size": 13, + "link_text_color": "#f2f2f2", + "link_font_weight": "medium", + "link_hover_text_color": "#f2f2f2", + "link_active_text_color": "#f2f2f2" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 12, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "navigation_type": "page", + "navigate_to_page_id": 217, + "page_parameters": [], + "query_parameters": [], + "navigate_to_url": "", + "target": "self", + "value": "'Privacy policy'", + "variant": "link" + }, + { + "id": 3408, + "order": "6.00000000000000000000", + "type": "link", + "parent_element_id": 3393, + "place_in_container": "0", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "link": { + "link_font_size": 13, + "link_text_color": "#f2f2f2", + "link_font_weight": "medium", + "link_hover_text_color": "#f2f2f2", + "link_active_text_color": "#f2f2f2" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 12, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "navigation_type": "page", + "navigate_to_page_id": 217, + "page_parameters": [], + "query_parameters": [], + "navigate_to_url": "", + "target": "self", + "value": "'Sign in'", + "variant": "link" + }, + { + "id": 3409, + "order": "6.00000000000000000000", + "type": "link", + "parent_element_id": 3393, + "place_in_container": "1", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "link": { + "link_font_size": 13, + "link_text_color": "#f2f2f2", + "link_font_weight": "medium", + "link_hover_text_color": "#f2f2f2", + "link_active_text_color": "#f2f2f2" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 12, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "navigation_type": "page", + "navigate_to_page_id": 217, + "page_parameters": [], + "query_parameters": [], + "navigate_to_url": "", + "target": "self", + "value": "'Blog'", + "variant": "link" + }, + { + "id": 3410, + "order": "7.00000000000000000000", + "type": "link", + "parent_element_id": 3393, + "place_in_container": "0", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "link": { + "link_font_size": 13, + "link_text_color": "#f2f2f2", + "link_font_weight": "medium", + "link_hover_text_color": "#f2f2f2", + "link_active_text_color": "#f2f2f2" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 12, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "navigation_type": "page", + "navigate_to_page_id": 217, + "page_parameters": [], + "query_parameters": [], + "navigate_to_url": "", + "target": "self", + "value": "'Sign up'", + "variant": "link" + }, + { + "id": 3411, + "order": "7.00000000000000000000", + "type": "link", + "parent_element_id": 3393, + "place_in_container": "1", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "link": { + "link_font_size": 13, + "link_text_color": "#f2f2f2", + "link_font_weight": "medium", + "link_hover_text_color": "#f2f2f2", + "link_active_text_color": "#f2f2f2" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 12, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "navigation_type": "page", + "navigate_to_page_id": 217, + "page_parameters": [], + "query_parameters": [], + "navigate_to_url": "", + "target": "self", + "value": "'Terms & conditions'", + "variant": "link" + } + ], + "data_sources": [], + "workflow_actions": [ + { + "id": 316, + "type": "notification", + "order": 1, + "page_id": 216, + "element_id": 3391, + "event": "0cbdfe6e-344e-427f-86c7-450f48bb5f21_click", + "title": "'Show contact form'", + "description": "'Show contact form'" + }, + { + "id": 317, + "type": "notification", + "order": 1, + "page_id": 216, + "element_id": 3394, + "event": "submit", + "title": "'Newsletter'", + "description": "'Signup for newsletter'" + } + ], + "visibility": "all", + "role_type": "allow_all", + "roles": [] + }, + { + "id": 217, + "name": "Examples", + "order": 1, + "path": "/", + "path_params": [], + "query_params": [], + "shared": false, + "elements": [ + { + "id": 3446, + "order": "0.50000000000000000000", + "type": "text", + "parent_element_id": 3435, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 13, + "body_text_color": "#ffffff", + "body_font_weight": "medium" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 4, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Secondary'", + "format": "plain" + }, + { + "id": 3447, + "order": "0.66666666666666662966", + "type": "text", + "parent_element_id": 3436, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 13, + "body_font_weight": "medium" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 4, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Border'", + "format": "plain" + }, + { + "id": 3448, + "order": "0.66666666666666662966", + "type": "text", + "parent_element_id": 3440, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 13, + "body_text_color": "ElMaZ", + "body_font_weight": "medium" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 4, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Custom 2'", + "format": "plain" + }, + { + "id": 3416, + "order": "1.00000000000000000000", + "type": "heading", + "parent_element_id": null, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "heading_2_font_weight": "semi-bold" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 20, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "medium", + "style_width_child": "normal", + "value": "'Recent projects'", + "level": 2 + }, + { + "id": 3417, + "order": "1.00000000000000000000", + "type": "iframe", + "parent_element_id": 3413, + "place_in_container": "1", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 20, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "source_type": "url", + "url": "'https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2437.5900465602517!2d4.825077027115522!3d52.341582849423204!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47c5e18eae78495d%3A0xc6ec111aab4c79fe!2sB.%20Amsterdam!5e0!3m2!1sen!2snl!4v1741957273376!5m2!1sen!2snl\" width=\"600\" height=\"450\" style=\"border:0;'", + "embed": "", + "height": 268 + }, + { + "id": 3430, + "order": "1.00000000000000000000", + "type": "simple_container", + "parent_element_id": 3412, + "place_in_container": "0", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 1, + "style_padding_top": 24, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 1, + "style_padding_bottom": 24, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 1, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 1, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 6, + "style_border_radius": 6, + "style_background": "color", + "style_background_color": "zoOtT", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal" + }, + { + "id": 3431, + "order": "1.00000000000000000000", + "type": "simple_container", + "parent_element_id": 3412, + "place_in_container": "1", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 1, + "style_padding_top": 24, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 1, + "style_padding_bottom": 24, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 1, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 1, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 6, + "style_border_radius": 6, + "style_background": "color", + "style_background_color": "zoOtT", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal" + }, + { + "id": 3432, + "order": "1.00000000000000000000", + "type": "simple_container", + "parent_element_id": 3412, + "place_in_container": "2", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 1, + "style_padding_top": 24, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 1, + "style_padding_bottom": 24, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 1, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 1, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 6, + "style_border_radius": 6, + "style_background": "color", + "style_background_color": "zoOtT", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal" + }, + { + "id": 3433, + "order": "1.00000000000000000000", + "type": "form_container", + "parent_element_id": 3413, + "place_in_container": "0", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "button": { + "button_alignment": "right" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "submit_button_label": "'Submit'", + "reset_initial_values_post_submission": false + }, + { + "id": 3434, + "order": "1.00000000000000000000", + "type": "simple_container", + "parent_element_id": 3414, + "place_in_container": "0", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 20, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 50, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "color", + "style_background_color": "primary", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal" + }, + { + "id": 3435, + "order": "1.00000000000000000000", + "type": "simple_container", + "parent_element_id": 3414, + "place_in_container": "1", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 20, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 50, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "color", + "style_background_color": "secondary", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal" + }, + { + "id": 3436, + "order": "1.00000000000000000000", + "type": "simple_container", + "parent_element_id": 3414, + "place_in_container": "2", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 20, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 50, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "color", + "style_background_color": "border", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal" + }, + { + "id": 3437, + "order": "1.00000000000000000000", + "type": "simple_container", + "parent_element_id": 3414, + "place_in_container": "3", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 20, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 50, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "color", + "style_background_color": "success", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal" + }, + { + "id": 3438, + "order": "1.00000000000000000000", + "type": "simple_container", + "parent_element_id": 3414, + "place_in_container": "4", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 20, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 50, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "color", + "style_background_color": "warning", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal" + }, + { + "id": 3439, + "order": "1.00000000000000000000", + "type": "simple_container", + "parent_element_id": 3414, + "place_in_container": "5", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 20, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 50, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "color", + "style_background_color": "error", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal" + }, + { + "id": 3440, + "order": "1.00000000000000000000", + "type": "simple_container", + "parent_element_id": 3415, + "place_in_container": "1", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 20, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 50, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "color", + "style_background_color": "zoOtT", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal" + }, + { + "id": 3443, + "order": "1.00000000000000000000", + "type": "input_text", + "parent_element_id": 3433, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 10, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "label": "'Your name'", + "required": true, + "validation_type": "any", + "placeholder": "'Enter your name here...'", + "default_value": "", + "is_multiline": false, + "rows": 3, + "input_type": "text" + }, + { + "id": 3449, + "order": "1.00000000000000000000", + "type": "heading", + "parent_element_id": 3430, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "heading_3_font_size": 16 + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 24, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Rebranding website'", + "level": 3 + }, + { + "id": 3450, + "order": "1.00000000000000000000", + "type": "text", + "parent_element_id": 3434, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 13, + "body_text_color": "#ffffff", + "body_font_weight": "medium" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 4, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Primary'", + "format": "plain" + }, + { + "id": 3451, + "order": "1.00000000000000000000", + "type": "text", + "parent_element_id": 3435, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 12, + "body_text_color": "#ffffff" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'#32CBFF'", + "format": "plain" + }, + { + "id": 3452, + "order": "1.00000000000000000000", + "type": "text", + "parent_element_id": 3437, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 13, + "body_font_weight": "medium" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 4, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Success'", + "format": "plain" + }, + { + "id": 3453, + "order": "1.00000000000000000000", + "type": "text", + "parent_element_id": 3442, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 13, + "body_text_color": "#ffffff", + "body_font_weight": "medium" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 4, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Custom 3'", + "format": "plain" + }, + { + "id": 3454, + "order": "1.50000000000000000000", + "type": "heading", + "parent_element_id": 3431, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "heading_3_font_size": 16 + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 24, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Customer research'", + "level": 3 + }, + { + "id": 3455, + "order": "1.50000000000000000000", + "type": "text", + "parent_element_id": 3441, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 13, + "body_text_color": "zoOtT", + "body_font_weight": "medium" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 4, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Custom 1'", + "format": "plain" + }, + { + "id": 3412, + "order": "2.00000000000000000000", + "type": "column", + "parent_element_id": null, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 40, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "medium", + "style_width_child": "normal", + "column_amount": 3, + "column_gap": 24, + "alignment": "top" + }, + { + "id": 3418, + "order": "2.00000000000000000000", + "type": "text", + "parent_element_id": 3413, + "place_in_container": "1", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 10, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Visit us at: Streetname 100, The Netherlands'", + "format": "plain" + }, + { + "id": 3441, + "order": "2.00000000000000000000", + "type": "simple_container", + "parent_element_id": 3415, + "place_in_container": "0", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 20, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 50, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "color", + "style_background_color": "ElMaZ", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal" + }, + { + "id": 3442, + "order": "2.00000000000000000000", + "type": "simple_container", + "parent_element_id": 3415, + "place_in_container": "2", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 20, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 50, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "color", + "style_background_color": "V6EVv", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal" + }, + { + "id": 3444, + "order": "2.00000000000000000000", + "type": "input_text", + "parent_element_id": 3433, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 10, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 10, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "label": "'Your email'", + "required": true, + "validation_type": "email", + "placeholder": "'Enter your email here...'", + "default_value": "", + "is_multiline": false, + "rows": 3, + "input_type": "text" + }, + { + "id": 3456, + "order": "2.00000000000000000000", + "type": "text", + "parent_element_id": 3430, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 11, + "body_text_color": "V6EVv" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 6, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Kick-off date'", + "format": "plain" + }, + { + "id": 3457, + "order": "2.00000000000000000000", + "type": "heading", + "parent_element_id": 3432, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "heading_3_font_size": 16 + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 24, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'App builder launch'", + "level": 3 + }, + { + "id": 3458, + "order": "2.00000000000000000000", + "type": "text", + "parent_element_id": 3434, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 12, + "body_text_color": "#ffffff" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'#4E70DA'", + "format": "plain" + }, + { + "id": 3459, + "order": "2.00000000000000000000", + "type": "text", + "parent_element_id": 3436, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 12 + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'#2E3038'", + "format": "plain" + }, + { + "id": 3460, + "order": "2.00000000000000000000", + "type": "text", + "parent_element_id": 3438, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 13, + "body_font_weight": "medium" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 4, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Warning'", + "format": "plain" + }, + { + "id": 3461, + "order": "2.00000000000000000000", + "type": "text", + "parent_element_id": 3440, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 12, + "body_text_color": "ElMaZ" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'#181A24'", + "format": "plain" + }, + { + "id": 3462, + "order": "2.50000000000000000000", + "type": "text", + "parent_element_id": 3431, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 11, + "body_text_color": "V6EVv" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 6, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Kick-off date'", + "format": "plain" + }, + { + "id": 3419, + "order": "3.00000000000000000000", + "type": "heading", + "parent_element_id": null, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "heading_2_font_weight": "semi-bold" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 20, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "medium", + "style_width_child": "normal", + "value": "'My tasks'", + "level": 2 + }, + { + "id": 3445, + "order": "3.00000000000000000000", + "type": "input_text", + "parent_element_id": 3433, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 10, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 10, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "label": "'Your question'", + "required": true, + "validation_type": "any", + "placeholder": "'Enter your question here...'", + "default_value": "", + "is_multiline": true, + "rows": 5, + "input_type": "text" + }, + { + "id": 3463, + "order": "3.00000000000000000000", + "type": "text", + "parent_element_id": 3430, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 16, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'2024-02-09'", + "format": "plain" + }, + { + "id": 3464, + "order": "3.00000000000000000000", + "type": "text", + "parent_element_id": 3432, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 11, + "body_text_color": "V6EVv" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 6, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Kick-off date'", + "format": "plain" + }, + { + "id": 3465, + "order": "3.00000000000000000000", + "type": "text", + "parent_element_id": 3437, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 12 + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'#3BB273'", + "format": "plain" + }, + { + "id": 3466, + "order": "3.00000000000000000000", + "type": "text", + "parent_element_id": 3439, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 13, + "body_font_weight": "medium" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 4, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Error'", + "format": "plain" + }, + { + "id": 3467, + "order": "3.00000000000000000000", + "type": "text", + "parent_element_id": 3441, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 12, + "body_text_color": "zoOtT" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'#FFFFFF'", + "format": "plain" + }, + { + "id": 3468, + "order": "3.00000000000000000000", + "type": "text", + "parent_element_id": 3442, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 12, + "body_text_color": "#ffffff" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'#A9ADB5'", + "format": "plain" + }, + { + "id": 3469, + "order": "3.50000000000000000000", + "type": "text", + "parent_element_id": 3431, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 16, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'2024-03-15'", + "format": "plain" + }, + { + "id": 3420, + "order": "4.00000000000000000000", + "type": "table", + "parent_element_id": null, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 40, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "medium", + "style_width_child": "normal", + "data_source_id": 383, + "items_per_page": 20, + "button_load_more_label": "", + "schema_property": null, + "property_options": [], + "fields": [ + { + "uid": "9738d833-ecbb-4c17-b036-d771ebada21d", + "name": "Name", + "type": "text", + "styles": {}, + "config": { + "value": "get('current_record.field_7210')" + } + }, + { + "uid": "c07ee14b-c187-4c3f-ae26-f5935c1ff89b", + "name": "Status", + "type": "tags", + "styles": {}, + "config": { + "values": "get('current_record.field_7211.value')", + "colors_is_formula": true, + "colors": "concat('#',get('current_record.field_7215'))" + } + }, + { + "uid": "dbebcfa4-3735-4d2d-89ec-2db1653fc482", + "name": "Client", + "type": "text", + "styles": {}, + "config": { + "value": "get('current_record.field_7212.*.value')" + } + } + ], + "orientation": { + "tablet": "horizontal", + "desktop": "horizontal", + "smartphone": "horizontal" + } + }, + { + "id": 3470, + "order": "4.00000000000000000000", + "type": "text", + "parent_element_id": 3430, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 11, + "body_text_color": "V6EVv" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 6, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Due date'", + "format": "plain" + }, + { + "id": 3471, + "order": "4.00000000000000000000", + "type": "text", + "parent_element_id": 3432, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 16, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'2024-04-07'", + "format": "plain" + }, + { + "id": 3472, + "order": "4.00000000000000000000", + "type": "text", + "parent_element_id": 3438, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 12 + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'#E1BC29'", + "format": "plain" + }, + { + "id": 3473, + "order": "4.50000000000000000000", + "type": "text", + "parent_element_id": 3431, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 11, + "body_text_color": "V6EVv" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 6, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Due date'", + "format": "plain" + }, + { + "id": 3421, + "order": "5.00000000000000000000", + "type": "heading", + "parent_element_id": null, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "heading_2_font_weight": "semi-bold" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 20, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "medium", + "style_width_child": "normal", + "value": "'Contact us'", + "level": 2 + }, + { + "id": 3474, + "order": "5.00000000000000000000", + "type": "text", + "parent_element_id": 3430, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 16, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'2024-02-16'", + "format": "plain" + }, + { + "id": 3475, + "order": "5.00000000000000000000", + "type": "text", + "parent_element_id": 3432, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 11, + "body_text_color": "V6EVv" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 6, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Due date'", + "format": "plain" + }, + { + "id": 3476, + "order": "5.00000000000000000000", + "type": "text", + "parent_element_id": 3439, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 12 + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'#E15554'", + "format": "plain" + }, + { + "id": 3477, + "order": "5.50000000000000000000", + "type": "text", + "parent_element_id": 3431, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 16, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'2024-02-12'", + "format": "plain" + }, + { + "id": 3413, + "order": "6.00000000000000000000", + "type": "column", + "parent_element_id": null, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 10, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 10, + "style_margin_bottom": 40, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "medium", + "style_width_child": "normal", + "column_amount": 2, + "column_gap": 40, + "alignment": "top" + }, + { + "id": 3478, + "order": "6.00000000000000000000", + "type": "text", + "parent_element_id": 3430, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 11, + "body_text_color": "V6EVv" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 6, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Label'", + "format": "plain" + }, + { + "id": 3479, + "order": "6.00000000000000000000", + "type": "text", + "parent_element_id": 3432, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 16, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'2024-04-12'", + "format": "plain" + }, + { + "id": 3422, + "order": "6.50000000000000000000", + "type": "heading", + "parent_element_id": null, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "heading_2_font_weight": "semi-bold" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 20, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "medium", + "style_width_child": "normal", + "value": "'Colors'", + "level": 2 + }, + { + "id": 3480, + "order": "6.50000000000000000000", + "type": "text", + "parent_element_id": 3431, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 11, + "body_text_color": "V6EVv" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 6, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Label'", + "format": "plain" + }, + { + "id": 3414, + "order": "7.00000000000000000000", + "type": "column", + "parent_element_id": null, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "medium", + "style_width_child": "normal", + "column_amount": 6, + "column_gap": 1, + "alignment": "top" + }, + { + "id": 3481, + "order": "7.00000000000000000000", + "type": "text", + "parent_element_id": 3430, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 16, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Value'", + "format": "plain" + }, + { + "id": 3482, + "order": "7.00000000000000000000", + "type": "text", + "parent_element_id": 3432, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 11, + "body_text_color": "V6EVv" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 6, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Label'", + "format": "plain" + }, + { + "id": 3415, + "order": "7.50000000000000000000", + "type": "column", + "parent_element_id": null, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 40, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "medium", + "style_width_child": "normal", + "column_amount": 6, + "column_gap": 1, + "alignment": "top" + }, + { + "id": 3483, + "order": "7.50000000000000000000", + "type": "text", + "parent_element_id": 3431, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 16, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Value'", + "format": "plain" + }, + { + "id": 3423, + "order": "8.00000000000000000000", + "type": "heading", + "parent_element_id": null, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 10, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "medium", + "style_width_child": "normal", + "value": "'Heading 1'", + "level": 1 + }, + { + "id": 3484, + "order": "8.00000000000000000000", + "type": "link", + "parent_element_id": 3430, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "button": { + "button_width": "full" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 10, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "navigation_type": "page", + "navigate_to_page_id": 217, + "page_parameters": [], + "query_parameters": [], + "navigate_to_url": "", + "target": "self", + "value": "'View tasks'", + "variant": "button" + }, + { + "id": 3485, + "order": "8.00000000000000000000", + "type": "text", + "parent_element_id": 3432, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 16, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Value'", + "format": "plain" + }, + { + "id": 3424, + "order": "9.00000000000000000000", + "type": "heading", + "parent_element_id": null, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 10, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 10, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "medium", + "style_width_child": "normal", + "value": "'Heading 2'", + "level": 2 + }, + { + "id": 3486, + "order": "9.00000000000000000000", + "type": "link", + "parent_element_id": 3431, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "button": { + "button_width": "full" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 10, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "navigation_type": "page", + "navigate_to_page_id": 217, + "page_parameters": [], + "query_parameters": [], + "navigate_to_url": "", + "target": "self", + "value": "'View tasks'", + "variant": "button" + }, + { + "id": 3425, + "order": "10.00000000000000000000", + "type": "heading", + "parent_element_id": null, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 10, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 10, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "medium", + "style_width_child": "normal", + "value": "'Heading 3'", + "level": 3 + }, + { + "id": 3487, + "order": "10.00000000000000000000", + "type": "link", + "parent_element_id": 3432, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "button": { + "button_width": "full" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 10, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "navigation_type": "page", + "navigate_to_page_id": 217, + "page_parameters": [], + "query_parameters": [], + "navigate_to_url": "", + "target": "self", + "value": "'View tasks'", + "variant": "button" + }, + { + "id": 3426, + "order": "11.00000000000000000000", + "type": "heading", + "parent_element_id": null, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 10, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 10, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "medium", + "style_width_child": "normal", + "value": "'Heading 4'", + "level": 4 + }, + { + "id": 3427, + "order": "12.00000000000000000000", + "type": "heading", + "parent_element_id": null, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 10, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 10, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "medium", + "style_width_child": "normal", + "value": "'Heading 5'", + "level": 5 + }, + { + "id": 3428, + "order": "13.00000000000000000000", + "type": "heading", + "parent_element_id": null, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 10, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 10, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "medium", + "style_width_child": "normal", + "value": "'Heading 6'", + "level": 6 + }, + { + "id": 3429, + "order": "14.00000000000000000000", + "type": "text", + "parent_element_id": null, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 10, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 10, + "style_margin_bottom": 40, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "medium", + "style_width_child": "normal", + "value": "'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque eu mollis purus. Integer ac bibendum metus. Morbi nunc eros, suscipit sed tristique vel, rutrum a nibh. In urna leo, pulvinar ac nunc vitae, vulputate pretium magna. Vivamus leo mauris, iaculis vel velit at, dapibus convallis magna. Sed tincidunt leo dui, vel viverra ex gravida eget. Pellentesque posuere scelerisque velit, in rutrum lorem vestibulum eleifend. Phasellus at consectetur urna, id bibendum neque. Fusce et metus magna.'", + "format": "plain" + } + ], + "data_sources": [ + { + "id": 383, + "name": "Tasks", + "order": "1.00000000000000000000", + "service": { + "id": 490, + "integration_id": 36, + "type": "local_baserow_list_rows", + "table_id": 740, + "view_id": null, + "sortings": [], + "search_query": "", + "filter_type": "AND", + "filters": [] + } + } + ], + "workflow_actions": [ + { + "id": 318, + "type": "notification", + "order": 1, + "page_id": 217, + "element_id": 3433, + "event": "submit", + "title": "'Thank you'", + "description": "'Thank youb for filling out the contact us form.'" + } + ], + "visibility": "all", + "role_type": "allow_all", + "roles": [] + } + ], + "integrations": [ + { + "id": 36, + "name": "Local Baserow", + "order": "1.00000000000000000000", + "type": "local_baserow", + "authorized_user": null + } + ], + "theme": { + "primary_color": "#4e70da", + "secondary_color": "#7cdedc", + "border_color": "#2e3038", + "main_success_color": "#3bb273", + "main_warning_color": "#e1bc29", + "main_error_color": "#e15554", + "custom_colors": [ + { + "name": "Custom 1", + "color": "#ffffff", + "value": "ElMaZ" + }, + { + "name": "Custom 2", + "color": "#181a24", + "value": "zoOtT" + }, + { + "name": "Custom 3", + "color": "#a9adb5", + "value": "V6EVv" + } + ], + "body_font_family": "inter", + "body_font_size": 14, + "body_font_weight": "regular", + "body_text_color": "ElMaZ", + "body_text_alignment": "left", + "heading_1_font_family": "inter", + "heading_1_font_size": 32, + "heading_1_font_weight": "bold", + "heading_1_text_color": "ElMaZ", + "heading_1_text_alignment": "left", + "heading_1_text_decoration": [ + false, + false, + false, + false + ], + "heading_2_font_family": "inter", + "heading_2_font_size": 24, + "heading_2_font_weight": "bold", + "heading_2_text_color": "ElMaZ", + "heading_2_text_alignment": "left", + "heading_2_text_decoration": [ + false, + false, + false, + false + ], + "heading_3_font_family": "inter", + "heading_3_font_size": 24, + "heading_3_font_weight": "semi-bold", + "heading_3_text_color": "ElMaZ", + "heading_3_text_alignment": "left", + "heading_3_text_decoration": [ + false, + false, + false, + false + ], + "heading_4_font_family": "inter", + "heading_4_font_size": 20, + "heading_4_font_weight": "semi-bold", + "heading_4_text_color": "ElMaZ", + "heading_4_text_alignment": "left", + "heading_4_text_decoration": [ + false, + false, + false, + false + ], + "heading_5_font_family": "inter", + "heading_5_font_size": 16, + "heading_5_font_weight": "semi-bold", + "heading_5_text_color": "ElMaZ", + "heading_5_text_alignment": "left", + "heading_5_text_decoration": [ + false, + false, + false, + false + ], + "heading_6_font_family": "inter", + "heading_6_font_size": 14, + "heading_6_font_weight": "semi-bold", + "heading_6_text_color": "transparent", + "heading_6_text_alignment": "left", + "heading_6_text_decoration": [ + false, + false, + false, + false + ], + "button_font_family": "inter", + "button_font_size": 12, + "button_font_weight": "semi-bold", + "button_alignment": "left", + "button_text_alignment": "center", + "button_width": "auto", + "button_background_color": "primary", + "button_text_color": "ElMaZ", + "button_border_color": "border", + "button_border_size": 0, + "button_border_radius": 8, + "button_vertical_padding": 10, + "button_horizontal_padding": 12, + "button_hover_background_color": "#4462bf", + "button_hover_text_color": "ElMaZ", + "button_hover_border_color": "border", + "button_active_background_color": "primary", + "button_active_text_color": "ElMaZ", + "button_active_border_color": "border", + "image_alignment": "left", + "image_max_width": 100, + "image_max_height": null, + "image_border_radius": 0, + "image_constraint": "contain", + "page_background_color": "#0e111d", + "page_background_file_id": null, + "page_background_mode": "tile", + "label_font_family": "inter", + "label_text_color": "ElMaZ", + "label_font_size": 13, + "label_font_weight": "semi-bold", + "input_font_family": "inter", + "input_font_size": 14, + "input_font_weight": "regular", + "input_text_color": "ElMaZ", + "input_background_color": "zoOtT", + "input_border_color": "border", + "input_border_size": 1, + "input_border_radius": 8, + "input_vertical_padding": 12, + "input_horizontal_padding": 16, + "table_border_color": "border", + "table_border_size": 1, + "table_border_radius": 6, + "table_header_background_color": "#22242e", + "table_header_text_color": "V6EVv", + "table_header_font_size": 13, + "table_header_font_weight": "semi-bold", + "table_header_font_family": "inter", + "table_header_text_alignment": "left", + "table_cell_background_color": "zoOtT", + "table_cell_alternate_background_color": "zoOtT", + "table_cell_alignment": "left", + "table_cell_vertical_padding": 18, + "table_cell_horizontal_padding": 24, + "table_vertical_separator_color": "border", + "table_vertical_separator_size": 0, + "table_horizontal_separator_color": "border", + "table_horizontal_separator_size": 1, + "link_font_family": "inter", + "link_font_size": 14, + "link_font_weight": "medium", + "link_text_alignment": "left", + "link_text_color": "secondary", + "link_hover_text_color": "#4dd2ff", + "link_active_text_color": "secondary", + "link_default_text_decoration": [ + true, + false, + false, + false + ], + "link_hover_text_decoration": [ + true, + false, + false, + false + ], + "link_active_text_decoration": [ + true, + false, + false, + false + ] + }, + "user_sources": [], + "favicon_file": null, + "login_page": null, + "id": 178, + "name": "Eclipse theme", + "order": 1, + "type": "builder" + }, + { + "id": 176, + "name": "Eclipse database", + "order": 2, + "type": "database", + "tables": [ + { + "id": 740, + "name": "Tasks", + "order": 1, + "fields": [ + { + "id": 7210, + "type": "text", + "name": "Name", + "description": null, + "order": 0, + "primary": true, + "read_only": false, + "immutable_type": false, + "immutable_properties": false, + "text_default": "" + }, + { + "id": 7211, + "type": "single_select", + "name": "Status", + "description": null, + "order": 1, + "primary": false, + "read_only": false, + "immutable_type": false, + "immutable_properties": false, + "select_options": [ + { + "id": 3215, + "value": "In progress", + "color": "light-cyan", + "order": 0 + }, + { + "id": 3216, + "value": "Ready", + "color": "light-green", + "order": 1 + }, + { + "id": 3217, + "value": "On hold", + "color": "light-yellow", + "order": 2 + }, + { + "id": 3218, + "value": "Blocked", + "color": "light-brown", + "order": 3 + } + ] + }, + { + "id": 7212, + "type": "link_row", + "name": "Client", + "description": null, + "order": 2, + "primary": false, + "read_only": false, + "immutable_type": false, + "immutable_properties": false, + "link_row_table_id": 741, + "link_row_related_field_id": null, + "link_row_limit_selection_view_id": null, + "has_related_field": false + }, + { + "id": 7215, + "type": "formula", + "name": "Status color", + "description": null, + "order": 3, + "primary": false, + "read_only": false, + "immutable_type": false, + "immutable_properties": false, + "date_show_tzinfo": null, + "date_format": null, + "duration_format": null, + "number_prefix": "", + "error": null, + "date_time_format": null, + "number_suffix": "", + "nullable": false, + "number_separator": "", + "number_decimal_places": null, + "date_force_timezone": null, + "date_include_time": null, + "array_formula_type": null, + "formula": "if(field('Status') = 'In progress', '4e70da3d',\nif(field('Status') = 'Ready', '3bb2733d', \nif(field('Status') = 'On hold', 'a9adb53d', \nif(field('Status') = 'Blocked', 'e155543d',\n''))))", + "formula_type": "text" + } + ], + "views": [ + { + "id": 3288, + "type": "grid", + "name": "Grid", + "order": 1, + "ownership_type": "collaborative", + "owned_by": "bram@baserow.io", + "filter_type": "AND", + "filters_disabled": false, + "filters": [], + "filter_groups": [], + "sortings": [], + "group_bys": [], + "decorations": [], + "public": false, + "row_identifier_type": "id", + "row_height_size": "small", + "field_options": [ + { + "id": 27042, + "field_id": 7210, + "width": 294, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 27043, + "field_id": 7211, + "width": 248, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 27044, + "field_id": 7212, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 27045, + "field_id": 7215, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + } + ] + } + ], + "rows": [ + { + "id": 1, + "order": "1.00000000000000000000", + "created_on": "2025-03-14T12:47:43.944761+00:00", + "updated_on": "2025-03-14T12:50:42.758525+00:00", + "created_by": "bram@baserow.io", + "last_modified_by": "bram@baserow.io", + "field_7210": "Facilitate Case Study Discussions", + "field_7211": 3215, + "field_7212": [ + 1 + ], + "field_7215": null + }, + { + "id": 2, + "order": "2.00000000000000000000", + "created_on": "2025-03-14T12:47:43.944821+00:00", + "updated_on": "2025-03-14T12:50:45.243685+00:00", + "created_by": "bram@baserow.io", + "last_modified_by": "bram@baserow.io", + "field_7210": "Design Interactive Workshops", + "field_7211": 3216, + "field_7212": [ + 2 + ], + "field_7215": null + }, + { + "id": 3, + "order": "3.00000000000000000000", + "created_on": "2025-03-14T12:48:20.544029+00:00", + "updated_on": "2025-03-14T12:50:47.917272+00:00", + "created_by": "bram@baserow.io", + "last_modified_by": "bram@baserow.io", + "field_7210": "Facilitate Case Study Discussions", + "field_7211": 3217, + "field_7212": [ + 3 + ], + "field_7215": null + }, + { + "id": 4, + "order": "4.00000000000000000000", + "created_on": "2025-03-14T12:48:21.131545+00:00", + "updated_on": "2025-03-14T12:50:50.161461+00:00", + "created_by": "bram@baserow.io", + "last_modified_by": "bram@baserow.io", + "field_7210": "Design Interactive Workshops", + "field_7211": 3218, + "field_7212": [ + 4 + ], + "field_7215": null + }, + { + "id": 5, + "order": "5.00000000000000000000", + "created_on": "2025-03-14T12:48:21.638510+00:00", + "updated_on": "2025-03-14T12:50:52.369005+00:00", + "created_by": "bram@baserow.io", + "last_modified_by": "bram@baserow.io", + "field_7210": "Facilitate Case Study Discussions", + "field_7211": 3215, + "field_7212": [ + 5 + ], + "field_7215": null + }, + { + "id": 6, + "order": "6.00000000000000000000", + "created_on": "2025-03-14T12:48:31.532384+00:00", + "updated_on": "2025-03-14T12:50:54.683754+00:00", + "created_by": "bram@baserow.io", + "last_modified_by": "bram@baserow.io", + "field_7210": "Design Interactive Workshops", + "field_7211": 3216, + "field_7212": [ + 6 + ], + "field_7215": null + } + ], + "data_sync": null + }, + { + "id": 741, + "name": "Client", + "order": 2, + "fields": [ + { + "id": 7213, + "type": "text", + "name": "Name", + "description": null, + "order": 0, + "primary": true, + "read_only": false, + "immutable_type": false, + "immutable_properties": false, + "text_default": "" + }, + { + "id": 7214, + "type": "long_text", + "name": "Notes", + "description": null, + "order": 3, + "primary": false, + "read_only": false, + "immutable_type": false, + "immutable_properties": false, + "long_text_enable_rich_text": false + } + ], + "views": [ + { + "id": 3289, + "type": "grid", + "name": "Grid", + "order": 1, + "ownership_type": "collaborative", + "owned_by": "bram@baserow.io", + "filter_type": "AND", + "filters_disabled": false, + "filters": [], + "filter_groups": [], + "sortings": [], + "group_bys": [], + "decorations": [], + "public": false, + "row_identifier_type": "id", + "row_height_size": "small", + "field_options": [ + { + "id": 27046, + "field_id": 7213, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 27047, + "field_id": 7214, + "width": 457, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + } + ] + } + ], + "rows": [ + { + "id": 1, + "order": "1.00000000000000000000", + "created_on": "2025-03-14T12:48:36.629478+00:00", + "updated_on": "2025-03-14T12:49:27.285052+00:00", + "created_by": "bram@baserow.io", + "last_modified_by": "bram@baserow.io", + "field_7213": "Ferrari", + "field_7214": "Ferrari is a prestigious Italian luxury sports car manufacturer known for their iconic red vehicles with sleek designs and powerful engines. With a history dating back to 1939, Ferrari has become synonymous with speed, performance, and exclusivity. Their cars are revered for their precision engineering and unmatched driving experience." + }, + { + "id": 2, + "order": "2.00000000000000000000", + "created_on": "2025-03-14T12:48:36.629532+00:00", + "updated_on": "2025-03-14T12:49:28.295210+00:00", + "created_by": "bram@baserow.io", + "last_modified_by": "bram@baserow.io", + "field_7213": "Facebook", + "field_7214": "Facebook is a popular social networking platform that allows users to connect with friends and family, share updates, photos, and videos, and join groups or events. With over 2 billion active users, Facebook has become a hub for communication, networking, advertising, and staying connected with others around the world." + }, + { + "id": 3, + "order": "3.00000000000000000000", + "created_on": "2025-03-14T12:48:45.278577+00:00", + "updated_on": "2025-03-14T12:49:29.314092+00:00", + "created_by": "bram@baserow.io", + "last_modified_by": "bram@baserow.io", + "field_7213": "General Electric", + "field_7214": "General Electric, commonly known as GE, is a multinational conglomerate based in the United States. Founded in 1892, the company specializes in areas such as aviation, healthcare, power, and renewable energy. GE is known for its innovative technology and has a global presence in over 180 countries." + }, + { + "id": 4, + "order": "4.00000000000000000000", + "created_on": "2025-03-14T12:48:45.278647+00:00", + "updated_on": "2025-03-14T12:49:30.250861+00:00", + "created_by": "bram@baserow.io", + "last_modified_by": "bram@baserow.io", + "field_7213": "Pizza Hut", + "field_7214": "Pizza Hut is a popular American restaurant chain known for its delicious pizza offerings. With over 18,000 locations worldwide, Pizza Hut is a favorite destination for families and pizza lovers alike. With a wide variety of toppings, crust options, and sides, Pizza Hut offers something for everyone to enjoy." + }, + { + "id": 5, + "order": "5.00000000000000000000", + "created_on": "2025-03-14T12:48:45.278688+00:00", + "updated_on": "2025-03-14T12:49:31.172965+00:00", + "created_by": "bram@baserow.io", + "last_modified_by": "bram@baserow.io", + "field_7213": "Nintendo", + "field_7214": "Nintendo is a Japanese multinational consumer electronics and video game company known for creating iconic games and consoles such as Mario, Zelda, and the Nintendo Switch. Founded in 1889, Nintendo continues to innovate and delight gamers around the world with its colorful and imaginative gaming experiences." + }, + { + "id": 6, + "order": "6.00000000000000000000", + "created_on": "2025-03-14T12:48:45.278726+00:00", + "updated_on": "2025-03-14T12:49:32.192236+00:00", + "created_by": "bram@baserow.io", + "last_modified_by": "bram@baserow.io", + "field_7213": "McDonalds", + "field_7214": "McDonald's is a well-known fast food chain that offers a wide range of menu options, including burgers, fries, chicken sandwiches, and breakfast items. With a focus on convenience and affordability, McDonald's has become a popular choice for quick meals and snacks for people of all ages around the world." + } + ], + "data_sync": null + } + ] + } + ] +} diff --git a/backend/templates/ab_eclipse_theme.zip b/backend/templates/ab_eclipse_theme.zip new file mode 100644 index 000000000..15cb0ecb3 Binary files /dev/null and b/backend/templates/ab_eclipse_theme.zip differ diff --git a/backend/templates/ab_ivory_theme.json b/backend/templates/ab_ivory_theme.json new file mode 100644 index 000000000..9ba06b6c5 --- /dev/null +++ b/backend/templates/ab_ivory_theme.json @@ -0,0 +1,4929 @@ +{ + "baserow_template_version": 1, + "name": "Ivory Theme", + "icon": "", + "keywords": [ + "application", + "builder", + "theme", + "eclipse" + ], + "categories": [ + "Application Themes" + ], + "open_application": 181, + "export": [ + { + "pages": [ + { + "id": 218, + "name": "__shared__", + "order": 1, + "path": "__shared__", + "path_params": [], + "query_params": [], + "shared": true, + "elements": [ + { + "id": 3490, + "order": "0.33333333333333331483", + "type": "menu", + "parent_element_id": 3488, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "menu": { + "link_font_size": 13, + "link_text_color": "zoOtT", + "button_border_size": 1, + "link_hover_text_color": "#2f3135", + "link_active_text_color": "zoOtT", + "button_background_color": "ElMaZ", + "link_hover_text_decoration": [ + false, + false, + false, + false + ], + "link_active_text_decoration": [ + false, + false, + false, + false + ], + "link_default_text_decoration": [ + false, + false, + false, + false + ], + "button_hover_background_color": "#fafafa", + "button_active_background_color": "ElMaZ" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 8, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 8, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "orientation": "horizontal", + "alignment": "right", + "menu_items": [ + { + "id": 15, + "variant": "link", + "type": "link", + "menu_item_order": 0, + "uid": "8ba013be-494a-4a06-8917-a8767c401ad2", + "name": "Page 1", + "navigation_type": "page", + "navigate_to_page_id": null, + "navigate_to_url": "", + "page_parameters": [], + "query_parameters": [], + "parent_menu_item": null, + "target": "self", + "children": [] + }, + { + "id": 16, + "variant": "link", + "type": "link", + "menu_item_order": 1, + "uid": "bbfd8ca3-a0cd-489e-be09-cd1d46efb14a", + "name": "Sub page 1", + "navigation_type": "page", + "navigate_to_page_id": 219, + "navigate_to_url": "", + "page_parameters": [], + "query_parameters": [], + "parent_menu_item": 15, + "target": "self", + "children": [] + }, + { + "id": 17, + "variant": "link", + "type": "link", + "menu_item_order": 2, + "uid": "b38bf885-f808-45ee-9c50-36d92f7d1d39", + "name": "Page 2", + "navigation_type": "page", + "navigate_to_page_id": 219, + "navigate_to_url": "", + "page_parameters": [], + "query_parameters": [], + "parent_menu_item": null, + "target": "self", + "children": [] + }, + { + "id": 18, + "variant": "link", + "type": "link", + "menu_item_order": 3, + "uid": "df9febeb-2f8b-49f6-9469-d8b44f28f1b0", + "name": "Sub page 2", + "navigation_type": "page", + "navigate_to_page_id": 219, + "navigate_to_url": "", + "page_parameters": [], + "query_parameters": [], + "parent_menu_item": 15, + "target": "self", + "children": [] + }, + { + "id": 19, + "variant": "link", + "type": "link", + "menu_item_order": 4, + "uid": "ad8260e4-e1b9-4cfc-9eb3-c2cdf8f6f1f1", + "name": "Sub page 3", + "navigation_type": "page", + "navigate_to_page_id": 219, + "navigate_to_url": "", + "page_parameters": [], + "query_parameters": [], + "parent_menu_item": 15, + "target": "self", + "children": [] + }, + { + "id": 20, + "variant": "link", + "type": "link", + "menu_item_order": 5, + "uid": "be62d7f3-f6be-44a9-9c75-5866bc51c30b", + "name": "Page 3", + "navigation_type": "page", + "navigate_to_page_id": 219, + "navigate_to_url": "", + "page_parameters": [], + "query_parameters": [], + "parent_menu_item": null, + "target": "self", + "children": [] + }, + { + "id": 21, + "variant": "link", + "type": "button", + "menu_item_order": 6, + "uid": "0cbdfe6e-344e-427f-86c7-450f48bb5f21", + "name": "Contact us", + "navigation_type": "page", + "navigate_to_page_id": null, + "navigate_to_url": "", + "page_parameters": [], + "query_parameters": [], + "parent_menu_item": null, + "target": "self", + "children": [] + } + ] + }, + { + "id": 3495, + "order": "0.50000000000000000000", + "type": "text", + "parent_element_id": 3492, + "place_in_container": "2", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 15, + "body_text_color": "#ffffff", + "body_font_weight": "semi-bold" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 20, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Newsletter'", + "format": "plain" + }, + { + "id": 3496, + "order": "0.66666666666666662966", + "type": "text", + "parent_element_id": 3492, + "place_in_container": "2", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 13, + "body_text_color": "#ffffff" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 10, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Signup for our newsletter by filling out your email address.'", + "format": "plain" + }, + { + "id": 3488, + "order": "1.00000000000000000000", + "type": "header", + "parent_element_id": null, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 10, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 10, + "style_margin_bottom": 20, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "medium", + "style_width_child": "normal", + "share_type": "all", + "pages": [] + }, + { + "id": 3491, + "order": "1.00000000000000000000", + "type": "simple_container", + "parent_element_id": 3489, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "medium" + }, + { + "id": 3492, + "order": "1.00000000000000000000", + "type": "column", + "parent_element_id": 3491, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 10, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 10, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "column_amount": 3, + "column_gap": 20, + "alignment": "top" + }, + { + "id": 3493, + "order": "1.00000000000000000000", + "type": "form_container", + "parent_element_id": 3492, + "place_in_container": "2", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "button": { + "button_alignment": "right" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 10, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 10, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "submit_button_label": "'Submit'", + "reset_initial_values_post_submission": false + }, + { + "id": 3494, + "order": "1.00000000000000000000", + "type": "input_text", + "parent_element_id": 3493, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 10, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "label": "", + "required": true, + "validation_type": "email", + "placeholder": "'Your email address...'", + "default_value": "", + "is_multiline": false, + "rows": 3, + "input_type": "text" + }, + { + "id": 3497, + "order": "1.00000000000000000000", + "type": "text", + "parent_element_id": 3492, + "place_in_container": "0", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 15, + "body_text_color": "#ffffff", + "body_font_weight": "semi-bold" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 20, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Quick links'", + "format": "plain" + }, + { + "id": 3498, + "order": "1.00000000000000000000", + "type": "text", + "parent_element_id": 3492, + "place_in_container": "1", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 15, + "body_text_color": "#ffffff", + "body_font_weight": "semi-bold" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 20, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Community'", + "format": "plain" + }, + { + "id": 3489, + "order": "2.00000000000000000000", + "type": "footer", + "parent_element_id": null, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 30, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 30, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "color", + "style_background_color": "zoOtT", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "full", + "style_width_child": "normal", + "share_type": "all", + "pages": [] + }, + { + "id": 3499, + "order": "2.00000000000000000000", + "type": "link", + "parent_element_id": 3492, + "place_in_container": "0", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "link": { + "link_font_size": 13, + "link_text_color": "#f2f2f2", + "link_font_weight": "medium", + "link_hover_text_color": "#f2f2f2", + "link_active_text_color": "#f2f2f2" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 12, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "navigation_type": "page", + "navigate_to_page_id": 219, + "page_parameters": [], + "query_parameters": [], + "navigate_to_url": "", + "target": "self", + "value": "'About us'", + "variant": "link" + }, + { + "id": 3500, + "order": "2.00000000000000000000", + "type": "link", + "parent_element_id": 3492, + "place_in_container": "1", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "link": { + "link_font_size": 13, + "link_text_color": "#f2f2f2", + "link_font_weight": "medium", + "link_hover_text_color": "#f2f2f2", + "link_active_text_color": "#f2f2f2" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 12, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "navigation_type": "page", + "navigate_to_page_id": 219, + "page_parameters": [], + "query_parameters": [], + "navigate_to_url": "", + "target": "self", + "value": "'Documents'", + "variant": "link" + }, + { + "id": 3501, + "order": "3.00000000000000000000", + "type": "link", + "parent_element_id": 3492, + "place_in_container": "0", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "link": { + "link_font_size": 13, + "link_text_color": "#f2f2f2", + "link_font_weight": "medium", + "link_hover_text_color": "#f2f2f2", + "link_active_text_color": "#f2f2f2" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 12, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "navigation_type": "page", + "navigate_to_page_id": 219, + "page_parameters": [], + "query_parameters": [], + "navigate_to_url": "", + "target": "self", + "value": "'Contact us'", + "variant": "link" + }, + { + "id": 3502, + "order": "3.00000000000000000000", + "type": "link", + "parent_element_id": 3492, + "place_in_container": "1", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "link": { + "link_font_size": 13, + "link_text_color": "#f2f2f2", + "link_font_weight": "medium", + "link_hover_text_color": "#f2f2f2", + "link_active_text_color": "#f2f2f2" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 12, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "navigation_type": "page", + "navigate_to_page_id": 219, + "page_parameters": [], + "query_parameters": [], + "navigate_to_url": "", + "target": "self", + "value": "'Support'", + "variant": "link" + }, + { + "id": 3503, + "order": "4.00000000000000000000", + "type": "link", + "parent_element_id": 3492, + "place_in_container": "0", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "link": { + "link_font_size": 13, + "link_text_color": "#f2f2f2", + "link_font_weight": "medium", + "link_hover_text_color": "#f2f2f2", + "link_active_text_color": "#f2f2f2" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 12, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "navigation_type": "page", + "navigate_to_page_id": 219, + "page_parameters": [], + "query_parameters": [], + "navigate_to_url": "", + "target": "self", + "value": "'Career'", + "variant": "link" + }, + { + "id": 3504, + "order": "4.00000000000000000000", + "type": "link", + "parent_element_id": 3492, + "place_in_container": "1", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "link": { + "link_font_size": 13, + "link_text_color": "#f2f2f2", + "link_font_weight": "medium", + "link_hover_text_color": "#f2f2f2", + "link_active_text_color": "#f2f2f2" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 12, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "navigation_type": "page", + "navigate_to_page_id": 219, + "page_parameters": [], + "query_parameters": [], + "navigate_to_url": "", + "target": "self", + "value": "'FAQ'", + "variant": "link" + }, + { + "id": 3505, + "order": "5.00000000000000000000", + "type": "link", + "parent_element_id": 3492, + "place_in_container": "0", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "link": { + "link_font_size": 13, + "link_text_color": "#f2f2f2", + "link_font_weight": "medium", + "link_hover_text_color": "#f2f2f2", + "link_active_text_color": "#f2f2f2" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 12, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "navigation_type": "page", + "navigate_to_page_id": 219, + "page_parameters": [], + "query_parameters": [], + "navigate_to_url": "", + "target": "self", + "value": "'Become a partner'", + "variant": "link" + }, + { + "id": 3506, + "order": "5.00000000000000000000", + "type": "link", + "parent_element_id": 3492, + "place_in_container": "1", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "link": { + "link_font_size": 13, + "link_text_color": "#f2f2f2", + "link_font_weight": "medium", + "link_hover_text_color": "#f2f2f2", + "link_active_text_color": "#f2f2f2" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 12, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "navigation_type": "page", + "navigate_to_page_id": 219, + "page_parameters": [], + "query_parameters": [], + "navigate_to_url": "", + "target": "self", + "value": "'Privacy policy'", + "variant": "link" + }, + { + "id": 3507, + "order": "6.00000000000000000000", + "type": "link", + "parent_element_id": 3492, + "place_in_container": "0", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "link": { + "link_font_size": 13, + "link_text_color": "#f2f2f2", + "link_font_weight": "medium", + "link_hover_text_color": "#f2f2f2", + "link_active_text_color": "#f2f2f2" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 12, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "navigation_type": "page", + "navigate_to_page_id": 219, + "page_parameters": [], + "query_parameters": [], + "navigate_to_url": "", + "target": "self", + "value": "'Sign in'", + "variant": "link" + }, + { + "id": 3508, + "order": "6.00000000000000000000", + "type": "link", + "parent_element_id": 3492, + "place_in_container": "1", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "link": { + "link_font_size": 13, + "link_text_color": "#f2f2f2", + "link_font_weight": "medium", + "link_hover_text_color": "#f2f2f2", + "link_active_text_color": "#f2f2f2" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 12, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "navigation_type": "page", + "navigate_to_page_id": 219, + "page_parameters": [], + "query_parameters": [], + "navigate_to_url": "", + "target": "self", + "value": "'Blog'", + "variant": "link" + }, + { + "id": 3509, + "order": "7.00000000000000000000", + "type": "link", + "parent_element_id": 3492, + "place_in_container": "0", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "link": { + "link_font_size": 13, + "link_text_color": "#f2f2f2", + "link_font_weight": "medium", + "link_hover_text_color": "#f2f2f2", + "link_active_text_color": "#f2f2f2" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 12, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "navigation_type": "page", + "navigate_to_page_id": 219, + "page_parameters": [], + "query_parameters": [], + "navigate_to_url": "", + "target": "self", + "value": "'Sign up'", + "variant": "link" + }, + { + "id": 3510, + "order": "7.00000000000000000000", + "type": "link", + "parent_element_id": 3492, + "place_in_container": "1", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "link": { + "link_font_size": 13, + "link_text_color": "#f2f2f2", + "link_font_weight": "medium", + "link_hover_text_color": "#f2f2f2", + "link_active_text_color": "#f2f2f2" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 12, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "navigation_type": "page", + "navigate_to_page_id": 219, + "page_parameters": [], + "query_parameters": [], + "navigate_to_url": "", + "target": "self", + "value": "'Terms & conditions'", + "variant": "link" + } + ], + "data_sources": [], + "workflow_actions": [ + { + "id": 319, + "type": "notification", + "order": 1, + "page_id": 218, + "element_id": 3490, + "event": "0cbdfe6e-344e-427f-86c7-450f48bb5f21_click", + "title": "'Show contact form'", + "description": "'Show contact form'" + }, + { + "id": 320, + "type": "notification", + "order": 1, + "page_id": 218, + "element_id": 3493, + "event": "submit", + "title": "'Newsletter'", + "description": "'Signup for newsletter'" + } + ], + "visibility": "all", + "role_type": "allow_all", + "roles": [] + }, + { + "id": 219, + "name": "Examples", + "order": 1, + "path": "/", + "path_params": [], + "query_params": [], + "shared": false, + "elements": [ + { + "id": 3545, + "order": "0.50000000000000000000", + "type": "text", + "parent_element_id": 3534, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 13, + "body_text_color": "#ffffff", + "body_font_weight": "medium" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 4, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Secondary'", + "format": "plain" + }, + { + "id": 3546, + "order": "0.66666666666666662966", + "type": "text", + "parent_element_id": 3535, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 13, + "body_font_weight": "medium" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 4, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Border'", + "format": "plain" + }, + { + "id": 3547, + "order": "0.66666666666666662966", + "type": "text", + "parent_element_id": 3539, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 13, + "body_text_color": "ElMaZ", + "body_font_weight": "medium" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 4, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Custom 2'", + "format": "plain" + }, + { + "id": 3515, + "order": "1.00000000000000000000", + "type": "heading", + "parent_element_id": null, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "heading_2_font_weight": "semi-bold" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 20, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "medium", + "style_width_child": "normal", + "value": "'Recent projects'", + "level": 2 + }, + { + "id": 3516, + "order": "1.00000000000000000000", + "type": "iframe", + "parent_element_id": 3512, + "place_in_container": "1", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 20, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "source_type": "url", + "url": "'https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2437.5900465602517!2d4.825077027115522!3d52.341582849423204!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47c5e18eae78495d%3A0xc6ec111aab4c79fe!2sB.%20Amsterdam!5e0!3m2!1sen!2snl!4v1741957273376!5m2!1sen!2snl\" width=\"600\" height=\"450\" style=\"border:0;'", + "embed": "", + "height": 268 + }, + { + "id": 3529, + "order": "1.00000000000000000000", + "type": "simple_container", + "parent_element_id": 3511, + "place_in_container": "0", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 1, + "style_padding_top": 24, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 1, + "style_padding_bottom": 24, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 1, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 1, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 6, + "style_border_radius": 6, + "style_background": "color", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal" + }, + { + "id": 3530, + "order": "1.00000000000000000000", + "type": "simple_container", + "parent_element_id": 3511, + "place_in_container": "1", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 1, + "style_padding_top": 24, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 1, + "style_padding_bottom": 24, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 1, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 1, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 6, + "style_border_radius": 6, + "style_background": "color", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal" + }, + { + "id": 3531, + "order": "1.00000000000000000000", + "type": "simple_container", + "parent_element_id": 3511, + "place_in_container": "2", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 1, + "style_padding_top": 24, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 1, + "style_padding_bottom": 24, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 1, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 1, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 6, + "style_border_radius": 6, + "style_background": "color", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal" + }, + { + "id": 3532, + "order": "1.00000000000000000000", + "type": "form_container", + "parent_element_id": 3512, + "place_in_container": "0", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "button": { + "button_alignment": "right" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "submit_button_label": "'Submit'", + "reset_initial_values_post_submission": false + }, + { + "id": 3533, + "order": "1.00000000000000000000", + "type": "simple_container", + "parent_element_id": 3513, + "place_in_container": "0", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 20, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 50, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "color", + "style_background_color": "primary", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal" + }, + { + "id": 3534, + "order": "1.00000000000000000000", + "type": "simple_container", + "parent_element_id": 3513, + "place_in_container": "1", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 20, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 50, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "color", + "style_background_color": "secondary", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal" + }, + { + "id": 3535, + "order": "1.00000000000000000000", + "type": "simple_container", + "parent_element_id": 3513, + "place_in_container": "2", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 20, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 50, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "color", + "style_background_color": "border", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal" + }, + { + "id": 3536, + "order": "1.00000000000000000000", + "type": "simple_container", + "parent_element_id": 3513, + "place_in_container": "3", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 20, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 50, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "color", + "style_background_color": "success", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal" + }, + { + "id": 3537, + "order": "1.00000000000000000000", + "type": "simple_container", + "parent_element_id": 3513, + "place_in_container": "4", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 20, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 50, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "color", + "style_background_color": "warning", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal" + }, + { + "id": 3538, + "order": "1.00000000000000000000", + "type": "simple_container", + "parent_element_id": 3513, + "place_in_container": "5", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 20, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 50, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "color", + "style_background_color": "error", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal" + }, + { + "id": 3539, + "order": "1.00000000000000000000", + "type": "simple_container", + "parent_element_id": 3514, + "place_in_container": "1", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 20, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 50, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "color", + "style_background_color": "zoOtT", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal" + }, + { + "id": 3542, + "order": "1.00000000000000000000", + "type": "input_text", + "parent_element_id": 3532, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 10, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "label": "'Your name'", + "required": true, + "validation_type": "any", + "placeholder": "'Enter your name here...'", + "default_value": "", + "is_multiline": false, + "rows": 3, + "input_type": "text" + }, + { + "id": 3548, + "order": "1.00000000000000000000", + "type": "heading", + "parent_element_id": 3529, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "heading_3_font_size": 16, + "heading_3_font_family": "arial", + "heading_3_font_weight": "bold" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 24, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Rebranding website'", + "level": 3 + }, + { + "id": 3549, + "order": "1.00000000000000000000", + "type": "text", + "parent_element_id": 3533, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 13, + "body_text_color": "#ffffff", + "body_font_weight": "medium" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 4, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Primary'", + "format": "plain" + }, + { + "id": 3550, + "order": "1.00000000000000000000", + "type": "text", + "parent_element_id": 3534, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 12, + "body_text_color": "#ffffff" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'#522B47'", + "format": "plain" + }, + { + "id": 3551, + "order": "1.00000000000000000000", + "type": "text", + "parent_element_id": 3536, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 13, + "body_font_weight": "medium" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 4, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Success'", + "format": "plain" + }, + { + "id": 3552, + "order": "1.00000000000000000000", + "type": "text", + "parent_element_id": 3541, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 13, + "body_text_color": "#ffffff", + "body_font_weight": "medium" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 4, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Custom 3'", + "format": "plain" + }, + { + "id": 3553, + "order": "1.50000000000000000000", + "type": "heading", + "parent_element_id": 3530, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "heading_3_font_size": 16, + "heading_3_font_family": "arial", + "heading_3_font_weight": "bold" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 24, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Customer research'", + "level": 3 + }, + { + "id": 3554, + "order": "1.50000000000000000000", + "type": "text", + "parent_element_id": 3540, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 13, + "body_font_weight": "medium" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 4, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Custom 1'", + "format": "plain" + }, + { + "id": 3511, + "order": "2.00000000000000000000", + "type": "column", + "parent_element_id": null, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 40, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "medium", + "style_width_child": "normal", + "column_amount": 3, + "column_gap": 24, + "alignment": "top" + }, + { + "id": 3517, + "order": "2.00000000000000000000", + "type": "text", + "parent_element_id": 3512, + "place_in_container": "1", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 10, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Visit us at: Streetname 100, The Netherlands'", + "format": "plain" + }, + { + "id": 3540, + "order": "2.00000000000000000000", + "type": "simple_container", + "parent_element_id": 3514, + "place_in_container": "0", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 20, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 50, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "color", + "style_background_color": "ElMaZ", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal" + }, + { + "id": 3541, + "order": "2.00000000000000000000", + "type": "simple_container", + "parent_element_id": 3514, + "place_in_container": "2", + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 20, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 50, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "color", + "style_background_color": "V6EVv", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal" + }, + { + "id": 3543, + "order": "2.00000000000000000000", + "type": "input_text", + "parent_element_id": 3532, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 10, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 10, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "label": "'Your email'", + "required": true, + "validation_type": "email", + "placeholder": "'Enter your email here...'", + "default_value": "", + "is_multiline": false, + "rows": 3, + "input_type": "text" + }, + { + "id": 3555, + "order": "2.00000000000000000000", + "type": "text", + "parent_element_id": 3529, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 11, + "body_text_color": "V6EVv" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 6, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Kick-off date'", + "format": "plain" + }, + { + "id": 3556, + "order": "2.00000000000000000000", + "type": "heading", + "parent_element_id": 3531, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "heading_3_font_size": 16, + "heading_3_font_family": "arial", + "heading_3_font_weight": "bold" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 24, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'App builder launch'", + "level": 3 + }, + { + "id": 3557, + "order": "2.00000000000000000000", + "type": "text", + "parent_element_id": 3533, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 12, + "body_text_color": "#ffffff" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'#E8D6BC'", + "format": "plain" + }, + { + "id": 3558, + "order": "2.00000000000000000000", + "type": "text", + "parent_element_id": 3535, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 12 + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'#EBE6E1'", + "format": "plain" + }, + { + "id": 3559, + "order": "2.00000000000000000000", + "type": "text", + "parent_element_id": 3537, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 13, + "body_font_weight": "medium" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 4, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Warning'", + "format": "plain" + }, + { + "id": 3560, + "order": "2.00000000000000000000", + "type": "text", + "parent_element_id": 3539, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 12, + "body_text_color": "ElMaZ" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'#191102'", + "format": "plain" + }, + { + "id": 3561, + "order": "2.50000000000000000000", + "type": "text", + "parent_element_id": 3530, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 11, + "body_text_color": "V6EVv" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 6, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Kick-off date'", + "format": "plain" + }, + { + "id": 3518, + "order": "3.00000000000000000000", + "type": "heading", + "parent_element_id": null, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "heading_2_font_weight": "semi-bold" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 20, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "medium", + "style_width_child": "normal", + "value": "'My tasks'", + "level": 2 + }, + { + "id": 3544, + "order": "3.00000000000000000000", + "type": "input_text", + "parent_element_id": 3532, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 10, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 10, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "label": "'Your question'", + "required": true, + "validation_type": "any", + "placeholder": "'Enter your question here...'", + "default_value": "", + "is_multiline": true, + "rows": 5, + "input_type": "text" + }, + { + "id": 3562, + "order": "3.00000000000000000000", + "type": "text", + "parent_element_id": 3529, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 16, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'2024-02-09'", + "format": "plain" + }, + { + "id": 3563, + "order": "3.00000000000000000000", + "type": "text", + "parent_element_id": 3531, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 11, + "body_text_color": "V6EVv" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 6, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Kick-off date'", + "format": "plain" + }, + { + "id": 3564, + "order": "3.00000000000000000000", + "type": "text", + "parent_element_id": 3536, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 12 + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'#618B25'", + "format": "plain" + }, + { + "id": 3565, + "order": "3.00000000000000000000", + "type": "text", + "parent_element_id": 3538, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 13, + "body_font_weight": "medium" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 4, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Error'", + "format": "plain" + }, + { + "id": 3566, + "order": "3.00000000000000000000", + "type": "text", + "parent_element_id": 3540, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 12 + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'#ffffff'", + "format": "plain" + }, + { + "id": 3567, + "order": "3.00000000000000000000", + "type": "text", + "parent_element_id": 3541, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 12, + "body_text_color": "#ffffff" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'#6F686D'", + "format": "plain" + }, + { + "id": 3568, + "order": "3.50000000000000000000", + "type": "text", + "parent_element_id": 3530, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 16, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'2024-03-15'", + "format": "plain" + }, + { + "id": 3519, + "order": "4.00000000000000000000", + "type": "table", + "parent_element_id": null, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 40, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "medium", + "style_width_child": "normal", + "data_source_id": 384, + "items_per_page": 20, + "button_load_more_label": "", + "schema_property": null, + "property_options": [], + "fields": [ + { + "uid": "16f2bd45-8dbc-466d-81c4-ee4e734cdea5", + "name": "Name", + "type": "text", + "styles": {}, + "config": { + "value": "get('current_record.field_7220')" + } + }, + { + "uid": "4ecfd86e-73e8-4a48-8d7c-968b3ad596f7", + "name": "Status", + "type": "tags", + "styles": {}, + "config": { + "values": "get('current_record.field_7221.value')", + "colors_is_formula": true, + "colors": "concat('#', get('current_record.field_7225'))" + } + }, + { + "uid": "8cf73f08-5ebe-42fe-802e-5a5ddcbf7f40", + "name": "Client", + "type": "text", + "styles": {}, + "config": { + "value": "get('current_record.field_7222.*.value')" + } + } + ], + "orientation": { + "tablet": "horizontal", + "desktop": "horizontal", + "smartphone": "horizontal" + } + }, + { + "id": 3569, + "order": "4.00000000000000000000", + "type": "text", + "parent_element_id": 3529, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 11, + "body_text_color": "V6EVv" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 6, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Due date'", + "format": "plain" + }, + { + "id": 3570, + "order": "4.00000000000000000000", + "type": "text", + "parent_element_id": 3531, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 16, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'2024-04-07'", + "format": "plain" + }, + { + "id": 3571, + "order": "4.00000000000000000000", + "type": "text", + "parent_element_id": 3537, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 12 + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'E2B95A'", + "format": "plain" + }, + { + "id": 3572, + "order": "4.50000000000000000000", + "type": "text", + "parent_element_id": 3530, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 11, + "body_text_color": "V6EVv" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 6, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Due date'", + "format": "plain" + }, + { + "id": 3520, + "order": "5.00000000000000000000", + "type": "heading", + "parent_element_id": null, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "heading_2_font_weight": "semi-bold" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 20, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "medium", + "style_width_child": "normal", + "value": "'Contact us'", + "level": 2 + }, + { + "id": 3573, + "order": "5.00000000000000000000", + "type": "text", + "parent_element_id": 3529, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 16, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'2024-02-16'", + "format": "plain" + }, + { + "id": 3574, + "order": "5.00000000000000000000", + "type": "text", + "parent_element_id": 3531, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 11, + "body_text_color": "V6EVv" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 6, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Due date'", + "format": "plain" + }, + { + "id": 3575, + "order": "5.00000000000000000000", + "type": "text", + "parent_element_id": 3538, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 12 + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'#FF5A44'", + "format": "plain" + }, + { + "id": 3576, + "order": "5.50000000000000000000", + "type": "text", + "parent_element_id": 3530, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 16, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'2024-02-12'", + "format": "plain" + }, + { + "id": 3512, + "order": "6.00000000000000000000", + "type": "column", + "parent_element_id": null, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 10, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 10, + "style_margin_bottom": 40, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "medium", + "style_width_child": "normal", + "column_amount": 2, + "column_gap": 40, + "alignment": "top" + }, + { + "id": 3577, + "order": "6.00000000000000000000", + "type": "text", + "parent_element_id": 3529, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 11, + "body_text_color": "V6EVv" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 6, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Label'", + "format": "plain" + }, + { + "id": 3578, + "order": "6.00000000000000000000", + "type": "text", + "parent_element_id": 3531, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 16, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'2024-04-12'", + "format": "plain" + }, + { + "id": 3521, + "order": "6.50000000000000000000", + "type": "heading", + "parent_element_id": null, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "heading_2_font_weight": "semi-bold" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 20, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "medium", + "style_width_child": "normal", + "value": "'Colors'", + "level": 2 + }, + { + "id": 3579, + "order": "6.50000000000000000000", + "type": "text", + "parent_element_id": 3530, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 11, + "body_text_color": "V6EVv" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 6, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Label'", + "format": "plain" + }, + { + "id": 3513, + "order": "7.00000000000000000000", + "type": "column", + "parent_element_id": null, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "medium", + "style_width_child": "normal", + "column_amount": 6, + "column_gap": 1, + "alignment": "top" + }, + { + "id": 3580, + "order": "7.00000000000000000000", + "type": "text", + "parent_element_id": 3529, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 16, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Value'", + "format": "plain" + }, + { + "id": 3581, + "order": "7.00000000000000000000", + "type": "text", + "parent_element_id": 3531, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "typography": { + "body_font_size": 11, + "body_text_color": "V6EVv" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 6, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Label'", + "format": "plain" + }, + { + "id": 3514, + "order": "7.50000000000000000000", + "type": "column", + "parent_element_id": null, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 40, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "medium", + "style_width_child": "normal", + "column_amount": 6, + "column_gap": 1, + "alignment": "top" + }, + { + "id": 3582, + "order": "7.50000000000000000000", + "type": "text", + "parent_element_id": 3530, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 16, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Value'", + "format": "plain" + }, + { + "id": 3522, + "order": "8.00000000000000000000", + "type": "heading", + "parent_element_id": null, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 10, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "medium", + "style_width_child": "normal", + "value": "'Heading 1'", + "level": 1 + }, + { + "id": 3583, + "order": "8.00000000000000000000", + "type": "link", + "parent_element_id": 3529, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "button": { + "button_width": "full" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 10, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "navigation_type": "page", + "navigate_to_page_id": 219, + "page_parameters": [], + "query_parameters": [], + "navigate_to_url": "", + "target": "self", + "value": "'View tasks'", + "variant": "button" + }, + { + "id": 3584, + "order": "8.00000000000000000000", + "type": "text", + "parent_element_id": 3531, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 16, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "value": "'Value'", + "format": "plain" + }, + { + "id": 3523, + "order": "9.00000000000000000000", + "type": "heading", + "parent_element_id": null, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 10, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 10, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "medium", + "style_width_child": "normal", + "value": "'Heading 2'", + "level": 2 + }, + { + "id": 3585, + "order": "9.00000000000000000000", + "type": "link", + "parent_element_id": 3530, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "button": { + "button_width": "full" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 10, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "navigation_type": "page", + "navigate_to_page_id": 219, + "page_parameters": [], + "query_parameters": [], + "navigate_to_url": "", + "target": "self", + "value": "'View tasks'", + "variant": "button" + }, + { + "id": 3524, + "order": "10.00000000000000000000", + "type": "heading", + "parent_element_id": null, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 10, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 10, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "medium", + "style_width_child": "normal", + "value": "'Heading 3'", + "level": 3 + }, + { + "id": 3586, + "order": "10.00000000000000000000", + "type": "link", + "parent_element_id": 3531, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": { + "button": { + "button_width": "full" + } + }, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 0, + "style_margin_top": 10, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 0, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 0, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 0, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "normal", + "style_width_child": "normal", + "navigation_type": "page", + "navigate_to_page_id": 219, + "page_parameters": [], + "query_parameters": [], + "navigate_to_url": "", + "target": "self", + "value": "'View tasks'", + "variant": "button" + }, + { + "id": 3525, + "order": "11.00000000000000000000", + "type": "heading", + "parent_element_id": null, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 10, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 10, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "medium", + "style_width_child": "normal", + "value": "'Heading 4'", + "level": 4 + }, + { + "id": 3526, + "order": "12.00000000000000000000", + "type": "heading", + "parent_element_id": null, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 10, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 10, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "medium", + "style_width_child": "normal", + "value": "'Heading 5'", + "level": 5 + }, + { + "id": 3527, + "order": "13.00000000000000000000", + "type": "heading", + "parent_element_id": null, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 10, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 10, + "style_margin_bottom": 0, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "medium", + "style_width_child": "normal", + "value": "'Heading 6'", + "level": 6 + }, + { + "id": 3528, + "order": "14.00000000000000000000", + "type": "text", + "parent_element_id": null, + "place_in_container": null, + "visibility": "all", + "role_type": "allow_all", + "roles": [], + "styles": {}, + "style_border_top_color": "border", + "style_border_top_size": 0, + "style_padding_top": 10, + "style_margin_top": 0, + "style_border_bottom_color": "border", + "style_border_bottom_size": 0, + "style_padding_bottom": 10, + "style_margin_bottom": 40, + "style_border_left_color": "border", + "style_border_left_size": 0, + "style_padding_left": 20, + "style_margin_left": 0, + "style_border_right_color": "border", + "style_border_right_size": 0, + "style_padding_right": 20, + "style_margin_right": 0, + "style_background_radius": 0, + "style_border_radius": 0, + "style_background": "none", + "style_background_color": "#ffffffff", + "style_background_file_id": null, + "style_background_mode": "fill", + "style_width": "medium", + "style_width_child": "normal", + "value": "'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque eu mollis purus. Integer ac bibendum metus. Morbi nunc eros, suscipit sed tristique vel, rutrum a nibh. In urna leo, pulvinar ac nunc vitae, vulputate pretium magna. Vivamus leo mauris, iaculis vel velit at, dapibus convallis magna. Sed tincidunt leo dui, vel viverra ex gravida eget. Pellentesque posuere scelerisque velit, in rutrum lorem vestibulum eleifend. Phasellus at consectetur urna, id bibendum neque. Fusce et metus magna.'", + "format": "plain" + } + ], + "data_sources": [ + { + "id": 384, + "name": "Tasks", + "order": "1.00000000000000000000", + "service": { + "id": 491, + "integration_id": 37, + "type": "local_baserow_list_rows", + "table_id": 743, + "view_id": null, + "sortings": [], + "search_query": "", + "filter_type": "AND", + "filters": [] + } + } + ], + "workflow_actions": [ + { + "id": 321, + "type": "notification", + "order": 1, + "page_id": 219, + "element_id": 3532, + "event": "submit", + "title": "'Thank you'", + "description": "'Thank youb for filling out the contact us form.'" + } + ], + "visibility": "all", + "role_type": "allow_all", + "roles": [] + } + ], + "integrations": [ + { + "id": 37, + "name": "Local Baserow", + "order": "1.00000000000000000000", + "type": "local_baserow", + "authorized_user": null + } + ], + "theme": { + "primary_color": "#e8d6bc", + "secondary_color": "#522b47", + "border_color": "#ebe6e1", + "main_success_color": "#618b25", + "main_warning_color": "#e2b95a", + "main_error_color": "#ff5a44", + "custom_colors": [ + { + "name": "Custom 1", + "color": "#ffffff", + "value": "ElMaZ" + }, + { + "name": "Custom 2", + "color": "#191102", + "value": "zoOtT" + }, + { + "name": "Custom 3", + "color": "#6f686d", + "value": "V6EVv" + } + ], + "body_font_family": "arial", + "body_font_size": 14, + "body_font_weight": "regular", + "body_text_color": "zoOtT", + "body_text_alignment": "left", + "heading_1_font_family": "times_new_roman", + "heading_1_font_size": 32, + "heading_1_font_weight": "bold", + "heading_1_text_color": "zoOtT", + "heading_1_text_alignment": "left", + "heading_1_text_decoration": [ + false, + false, + false, + false + ], + "heading_2_font_family": "times_new_roman", + "heading_2_font_size": 24, + "heading_2_font_weight": "bold", + "heading_2_text_color": "zoOtT", + "heading_2_text_alignment": "left", + "heading_2_text_decoration": [ + false, + false, + false, + false + ], + "heading_3_font_family": "times_new_roman", + "heading_3_font_size": 24, + "heading_3_font_weight": "regular", + "heading_3_text_color": "zoOtT", + "heading_3_text_alignment": "left", + "heading_3_text_decoration": [ + false, + false, + false, + false + ], + "heading_4_font_family": "arial", + "heading_4_font_size": 20, + "heading_4_font_weight": "regular", + "heading_4_text_color": "zoOtT", + "heading_4_text_alignment": "left", + "heading_4_text_decoration": [ + false, + false, + false, + false + ], + "heading_5_font_family": "arial", + "heading_5_font_size": 16, + "heading_5_font_weight": "regular", + "heading_5_text_color": "zoOtT", + "heading_5_text_alignment": "left", + "heading_5_text_decoration": [ + false, + false, + false, + false + ], + "heading_6_font_family": "arial", + "heading_6_font_size": 14, + "heading_6_font_weight": "regular", + "heading_6_text_color": "zoOtT", + "heading_6_text_alignment": "left", + "heading_6_text_decoration": [ + false, + false, + false, + false + ], + "button_font_family": "arial", + "button_font_size": 12, + "button_font_weight": "bold", + "button_alignment": "left", + "button_text_alignment": "center", + "button_width": "auto", + "button_background_color": "primary", + "button_text_color": "zoOtT", + "button_border_color": "border", + "button_border_size": 0, + "button_border_radius": 100, + "button_vertical_padding": 10, + "button_horizontal_padding": 12, + "button_hover_background_color": "#dbcab2", + "button_hover_text_color": "zoOtT", + "button_hover_border_color": "border", + "button_active_background_color": "primary", + "button_active_text_color": "zoOtT", + "button_active_border_color": "border", + "image_alignment": "left", + "image_max_width": 100, + "image_max_height": null, + "image_border_radius": 0, + "image_constraint": "contain", + "page_background_color": "#f5f2ef", + "page_background_file_id": null, + "page_background_mode": "tile", + "label_font_family": "arial", + "label_text_color": "zoOtT", + "label_font_size": 13, + "label_font_weight": "bold", + "input_font_family": "arial", + "input_font_size": 14, + "input_font_weight": "regular", + "input_text_color": "zoOtT", + "input_background_color": "#ffffff", + "input_border_color": "#d7d8d9", + "input_border_size": 1, + "input_border_radius": 8, + "input_vertical_padding": 12, + "input_horizontal_padding": 16, + "table_border_color": "border", + "table_border_size": 1, + "table_border_radius": 8, + "table_header_background_color": "#faf7f5", + "table_header_text_color": "V6EVv", + "table_header_font_size": 13, + "table_header_font_weight": "bold", + "table_header_font_family": "arial", + "table_header_text_alignment": "left", + "table_cell_background_color": "ElMaZ", + "table_cell_alternate_background_color": "ElMaZ", + "table_cell_alignment": "left", + "table_cell_vertical_padding": 18, + "table_cell_horizontal_padding": 24, + "table_vertical_separator_color": "#000000FF", + "table_vertical_separator_size": 0, + "table_horizontal_separator_color": "border", + "table_horizontal_separator_size": 1, + "link_font_family": "arial", + "link_font_size": 14, + "link_font_weight": "regular", + "link_text_alignment": "left", + "link_text_color": "secondary", + "link_hover_text_color": "#381d31", + "link_active_text_color": "secondary", + "link_default_text_decoration": [ + true, + false, + false, + false + ], + "link_hover_text_decoration": [ + true, + false, + false, + false + ], + "link_active_text_decoration": [ + true, + false, + false, + false + ] + }, + "user_sources": [], + "favicon_file": null, + "login_page": null, + "id": 181, + "name": "Ivory theme", + "order": 1, + "type": "builder" + }, + { + "id": 180, + "name": "Ivory database", + "order": 2, + "type": "database", + "tables": [ + { + "id": 743, + "name": "Tasks", + "order": 1, + "fields": [ + { + "id": 7220, + "type": "text", + "name": "Name", + "description": null, + "order": 0, + "primary": true, + "read_only": false, + "immutable_type": false, + "immutable_properties": false, + "text_default": "" + }, + { + "id": 7221, + "type": "single_select", + "name": "Status", + "description": null, + "order": 1, + "primary": false, + "read_only": false, + "immutable_type": false, + "immutable_properties": false, + "select_options": [ + { + "id": 3222, + "value": "In progress", + "color": "light-cyan", + "order": 0 + }, + { + "id": 3223, + "value": "Ready", + "color": "light-green", + "order": 1 + }, + { + "id": 3224, + "value": "On hold", + "color": "light-yellow", + "order": 2 + }, + { + "id": 3225, + "value": "Blocked", + "color": "light-brown", + "order": 3 + } + ] + }, + { + "id": 7222, + "type": "link_row", + "name": "Client", + "description": null, + "order": 2, + "primary": false, + "read_only": false, + "immutable_type": false, + "immutable_properties": false, + "link_row_table_id": 744, + "link_row_related_field_id": null, + "link_row_limit_selection_view_id": null, + "has_related_field": false + }, + { + "id": 7225, + "type": "formula", + "name": "Status color", + "description": null, + "order": 3, + "primary": false, + "read_only": false, + "immutable_type": false, + "immutable_properties": false, + "date_show_tzinfo": null, + "date_format": null, + "duration_format": null, + "number_prefix": "", + "error": null, + "date_time_format": null, + "number_suffix": "", + "nullable": false, + "number_separator": "", + "number_decimal_places": null, + "date_force_timezone": null, + "date_include_time": null, + "array_formula_type": null, + "formula": "if(field('Status') = 'In progress', 'ECFBFD',\nif(field('Status') = 'Ready', 'ECFCF1', \nif(field('Status') = 'On hold', 'F5F5F5', \nif(field('Status') = 'Blocked', 'FFF2F0',\n''))))", + "formula_type": "text" + } + ], + "views": [ + { + "id": 3291, + "type": "grid", + "name": "Grid", + "order": 1, + "ownership_type": "collaborative", + "owned_by": "bram@baserow.io", + "filter_type": "AND", + "filters_disabled": false, + "filters": [], + "filter_groups": [], + "sortings": [], + "group_bys": [], + "decorations": [], + "public": false, + "row_identifier_type": "id", + "row_height_size": "small", + "field_options": [ + { + "id": 27052, + "field_id": 7220, + "width": 294, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 27053, + "field_id": 7221, + "width": 248, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 27054, + "field_id": 7222, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 27055, + "field_id": 7225, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + } + ] + } + ], + "rows": [ + { + "id": 1, + "order": "1.00000000000000000000", + "created_on": "2025-03-14T12:47:43.944761+00:00", + "updated_on": "2025-03-14T12:50:42.758525+00:00", + "created_by": "bram@baserow.io", + "last_modified_by": "bram@baserow.io", + "field_7220": "Facilitate Case Study Discussions", + "field_7221": 3222, + "field_7222": [ + 1 + ], + "field_7225": null + }, + { + "id": 2, + "order": "2.00000000000000000000", + "created_on": "2025-03-14T12:47:43.944821+00:00", + "updated_on": "2025-03-14T12:50:45.243685+00:00", + "created_by": "bram@baserow.io", + "last_modified_by": "bram@baserow.io", + "field_7220": "Design Interactive Workshops", + "field_7221": 3223, + "field_7222": [ + 2 + ], + "field_7225": null + }, + { + "id": 3, + "order": "3.00000000000000000000", + "created_on": "2025-03-14T12:48:20.544029+00:00", + "updated_on": "2025-03-14T12:50:47.917272+00:00", + "created_by": "bram@baserow.io", + "last_modified_by": "bram@baserow.io", + "field_7220": "Facilitate Case Study Discussions", + "field_7221": 3224, + "field_7222": [ + 3 + ], + "field_7225": null + }, + { + "id": 4, + "order": "4.00000000000000000000", + "created_on": "2025-03-14T12:48:21.131545+00:00", + "updated_on": "2025-03-14T12:50:50.161461+00:00", + "created_by": "bram@baserow.io", + "last_modified_by": "bram@baserow.io", + "field_7220": "Design Interactive Workshops", + "field_7221": 3225, + "field_7222": [ + 4 + ], + "field_7225": null + }, + { + "id": 5, + "order": "5.00000000000000000000", + "created_on": "2025-03-14T12:48:21.638510+00:00", + "updated_on": "2025-03-14T12:50:52.369005+00:00", + "created_by": "bram@baserow.io", + "last_modified_by": "bram@baserow.io", + "field_7220": "Facilitate Case Study Discussions", + "field_7221": 3222, + "field_7222": [ + 5 + ], + "field_7225": null + }, + { + "id": 6, + "order": "6.00000000000000000000", + "created_on": "2025-03-14T12:48:31.532384+00:00", + "updated_on": "2025-03-14T12:50:54.683754+00:00", + "created_by": "bram@baserow.io", + "last_modified_by": "bram@baserow.io", + "field_7220": "Design Interactive Workshops", + "field_7221": 3223, + "field_7222": [ + 6 + ], + "field_7225": null + } + ], + "data_sync": null + }, + { + "id": 744, + "name": "Client", + "order": 2, + "fields": [ + { + "id": 7223, + "type": "text", + "name": "Name", + "description": null, + "order": 0, + "primary": true, + "read_only": false, + "immutable_type": false, + "immutable_properties": false, + "text_default": "" + }, + { + "id": 7224, + "type": "long_text", + "name": "Notes", + "description": null, + "order": 3, + "primary": false, + "read_only": false, + "immutable_type": false, + "immutable_properties": false, + "long_text_enable_rich_text": false + } + ], + "views": [ + { + "id": 3292, + "type": "grid", + "name": "Grid", + "order": 1, + "ownership_type": "collaborative", + "owned_by": "bram@baserow.io", + "filter_type": "AND", + "filters_disabled": false, + "filters": [], + "filter_groups": [], + "sortings": [], + "group_bys": [], + "decorations": [], + "public": false, + "row_identifier_type": "id", + "row_height_size": "small", + "field_options": [ + { + "id": 27056, + "field_id": 7223, + "width": 200, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + }, + { + "id": 27057, + "field_id": 7224, + "width": 457, + "hidden": false, + "order": 32767, + "aggregation_type": "", + "aggregation_raw_type": "" + } + ] + } + ], + "rows": [ + { + "id": 1, + "order": "1.00000000000000000000", + "created_on": "2025-03-14T12:48:36.629478+00:00", + "updated_on": "2025-03-14T12:49:27.285052+00:00", + "created_by": "bram@baserow.io", + "last_modified_by": "bram@baserow.io", + "field_7223": "Ferrari", + "field_7224": "Ferrari is a prestigious Italian luxury sports car manufacturer known for their iconic red vehicles with sleek designs and powerful engines. With a history dating back to 1939, Ferrari has become synonymous with speed, performance, and exclusivity. Their cars are revered for their precision engineering and unmatched driving experience." + }, + { + "id": 2, + "order": "2.00000000000000000000", + "created_on": "2025-03-14T12:48:36.629532+00:00", + "updated_on": "2025-03-14T12:49:28.295210+00:00", + "created_by": "bram@baserow.io", + "last_modified_by": "bram@baserow.io", + "field_7223": "Facebook", + "field_7224": "Facebook is a popular social networking platform that allows users to connect with friends and family, share updates, photos, and videos, and join groups or events. With over 2 billion active users, Facebook has become a hub for communication, networking, advertising, and staying connected with others around the world." + }, + { + "id": 3, + "order": "3.00000000000000000000", + "created_on": "2025-03-14T12:48:45.278577+00:00", + "updated_on": "2025-03-14T12:49:29.314092+00:00", + "created_by": "bram@baserow.io", + "last_modified_by": "bram@baserow.io", + "field_7223": "General Electric", + "field_7224": "General Electric, commonly known as GE, is a multinational conglomerate based in the United States. Founded in 1892, the company specializes in areas such as aviation, healthcare, power, and renewable energy. GE is known for its innovative technology and has a global presence in over 180 countries." + }, + { + "id": 4, + "order": "4.00000000000000000000", + "created_on": "2025-03-14T12:48:45.278647+00:00", + "updated_on": "2025-03-14T12:49:30.250861+00:00", + "created_by": "bram@baserow.io", + "last_modified_by": "bram@baserow.io", + "field_7223": "Pizza Hut", + "field_7224": "Pizza Hut is a popular American restaurant chain known for its delicious pizza offerings. With over 18,000 locations worldwide, Pizza Hut is a favorite destination for families and pizza lovers alike. With a wide variety of toppings, crust options, and sides, Pizza Hut offers something for everyone to enjoy." + }, + { + "id": 5, + "order": "5.00000000000000000000", + "created_on": "2025-03-14T12:48:45.278688+00:00", + "updated_on": "2025-03-14T12:49:31.172965+00:00", + "created_by": "bram@baserow.io", + "last_modified_by": "bram@baserow.io", + "field_7223": "Nintendo", + "field_7224": "Nintendo is a Japanese multinational consumer electronics and video game company known for creating iconic games and consoles such as Mario, Zelda, and the Nintendo Switch. Founded in 1889, Nintendo continues to innovate and delight gamers around the world with its colorful and imaginative gaming experiences." + }, + { + "id": 6, + "order": "6.00000000000000000000", + "created_on": "2025-03-14T12:48:45.278726+00:00", + "updated_on": "2025-03-14T12:49:32.192236+00:00", + "created_by": "bram@baserow.io", + "last_modified_by": "bram@baserow.io", + "field_7223": "McDonalds", + "field_7224": "McDonald's is a well-known fast food chain that offers a wide range of menu options, including burgers, fries, chicken sandwiches, and breakfast items. With a focus on convenience and affordability, McDonald's has become a popular choice for quick meals and snacks for people of all ages around the world." + } + ], + "data_sync": null + } + ] + } + ] +} diff --git a/backend/templates/ab_ivory_theme.zip b/backend/templates/ab_ivory_theme.zip new file mode 100644 index 000000000..15cb0ecb3 Binary files /dev/null and b/backend/templates/ab_ivory_theme.zip differ diff --git a/backend/tests/baserow/api/templates/test_templates_views.py b/backend/tests/baserow/api/templates/test_templates_views.py index 16e7335d6..61067e1ef 100644 --- a/backend/tests/baserow/api/templates/test_templates_views.py +++ b/backend/tests/baserow/api/templates/test_templates_views.py @@ -33,11 +33,13 @@ def test_list_templates(api_client, data_fixture): category=category_1, keywords="test1,test2", slug="project-tracker", + open_application=None, ) template_2 = data_fixture.create_template( name="Template 2", icon="document", category=category_2, + open_application=1, ) template_3 = data_fixture.create_template( name="Template 3", icon="document", categories=[category_2, category_3] @@ -46,25 +48,67 @@ def test_list_templates(api_client, data_fixture): response = api_client.get(reverse("api:templates:list")) assert response.status_code == HTTP_200_OK response_json = response.json() - assert len(response_json) == 3 - assert response_json[0]["id"] == category_1.id - assert response_json[0]["name"] == "Cat 1" - assert len(response_json[0]["templates"]) == 1 - assert response_json[0]["templates"][0]["id"] == template_1.id - assert response_json[0]["templates"][0]["name"] == template_1.name - assert response_json[0]["templates"][0]["slug"] == template_1.slug - assert response_json[0]["templates"][0]["icon"] == template_1.icon - assert response_json[0]["templates"][0]["keywords"] == "test1,test2" - assert response_json[0]["templates"][0]["workspace_id"] == template_1.workspace_id - assert response_json[0]["templates"][0]["is_default"] is True - assert len(response_json[1]["templates"]) == 2 - assert response_json[1]["templates"][0]["id"] == template_2.id - assert response_json[1]["templates"][0]["is_default"] is False - assert response_json[1]["templates"][1]["id"] == template_3.id - assert response_json[1]["templates"][1]["is_default"] is False - assert len(response_json[2]["templates"]) == 1 - assert response_json[2]["templates"][0]["id"] == template_3.id - assert response_json[2]["templates"][0]["is_default"] is False + + assert response_json == [ + { + "id": category_1.id, + "name": "Cat 1", + "templates": [ + { + "id": template_1.id, + "name": "Template 1", + "slug": template_1.slug, + "icon": "document", + "keywords": "test1,test2", + "workspace_id": template_1.workspace_id, + "is_default": True, + "open_application": None, + } + ], + }, + { + "id": category_2.id, + "name": "Cat 2", + "templates": [ + { + "id": template_2.id, + "name": "Template 2", + "slug": template_2.slug, + "icon": "document", + "keywords": "", + "workspace_id": template_2.workspace_id, + "is_default": False, + "open_application": 1, + }, + { + "id": template_3.id, + "name": "Template 3", + "slug": template_3.slug, + "icon": "document", + "keywords": "", + "workspace_id": template_3.workspace_id, + "is_default": False, + "open_application": None, + }, + ], + }, + { + "id": category_3.id, + "name": "Cat 3", + "templates": [ + { + "id": template_3.id, + "name": "Template 3", + "slug": template_3.slug, + "icon": "document", + "keywords": "", + "workspace_id": template_3.workspace_id, + "is_default": False, + "open_application": None, + } + ], + }, + ] @pytest.mark.django_db diff --git a/backend/tests/baserow/core/test_core_handler.py b/backend/tests/baserow/core/test_core_handler.py index 4706ca5f2..5a4ff427c 100755 --- a/backend/tests/baserow/core/test_core_handler.py +++ b/backend/tests/baserow/core/test_core_handler.py @@ -1330,6 +1330,34 @@ def test_sync_templates(data_fixture, tmpdir): settings.APPLICATION_TEMPLATES_DIR = old_templates +@pytest.mark.django_db +def test_sync_templates_mapped_open_application_id(data_fixture, tmpdir): + old_templates = settings.APPLICATION_TEMPLATES_DIR + settings.APPLICATION_TEMPLATES_DIR = os.path.join( + settings.BASE_DIR, "../../../tests/templates" + ) + + storage = FileSystemStorage(location=str(tmpdir), base_url="http://localhost") + + handler = CoreHandler() + handler.sync_templates(storage=storage) + + template_1 = Template.objects.get(slug="example-template") + template_2 = Template.objects.get(slug="example-template-2") + + application = template_2.workspace.application_set.all().first() + + assert template_1.open_application is None + assert template_2.open_application == application.id + + handler.sync_templates(storage=storage) + + assert template_1.open_application is None + assert template_2.open_application == application.id + + settings.APPLICATION_TEMPLATES_DIR = old_templates + + @pytest.mark.django_db @patch("baserow.core.signals.application_created.send") def test_install_template(send_mock, tmpdir, data_fixture): diff --git a/backend/tests/templates/example-template-2.json b/backend/tests/templates/example-template-2.json index 36a7669f2..11593f530 100644 --- a/backend/tests/templates/example-template-2.json +++ b/backend/tests/templates/example-template-2.json @@ -4,6 +4,7 @@ "icon": "file", "keywords": ["Example", "Template", "For", "Search"], "categories": ["Test category 1"], + "open_application": 2, "export": [ { "id": 2, diff --git a/web-frontend/modules/builder/applicationTypes.js b/web-frontend/modules/builder/applicationTypes.js index ac0e6b801..b89b19e3c 100644 --- a/web-frontend/modules/builder/applicationTypes.js +++ b/web-frontend/modules/builder/applicationTypes.js @@ -60,6 +60,17 @@ export class BuilderApplicationType extends ApplicationType { return PageTemplate } + getTemplatePage(application) { + const notSharedPages = application.pages.filter((p) => p.shared === false) + if (notSharedPages.length === 0) { + return null + } + return { + builder: application, + page: notSharedPages[0], + } + } + populate(application) { const values = super.populate(application) values.pages = values.pages.map(populatePage) diff --git a/web-frontend/modules/core/components/template/TemplatePreview.vue b/web-frontend/modules/core/components/template/TemplatePreview.vue index 1fae1076a..095b5fc48 100644 --- a/web-frontend/modules/core/components/template/TemplatePreview.vue +++ b/web-frontend/modules/core/components/template/TemplatePreview.vue @@ -102,20 +102,22 @@ export default { populateApplication(application, this.$registry) ) - // Check if there is an application that can give us an initial page. The - // database application type would for example return the first table as page. - for (let i = 0; i < this.applications.length; i++) { - const application = this.applications[i] - const pageValue = this.$registry - .get('application', application.type) - .getTemplatePage(application) - if (pageValue !== null) { - application._.selected = true - this.selectPage({ - application: application.type, - value: pageValue, - }) - break + // A template can optionally have a preferred application that must be opened + // first in the preview. Try to select that one, and if that's not possible, + // then try to select the first application of the template. + const openApplication = this.applications.find( + (a) => a.id === this.template.open_application + ) + if (openApplication) { + this.selectApplication(openApplication) + } else { + // Check if there is an application that can give us an initial page. The + // database application type would for example return the first table as page. + for (let i = 0; i < this.applications.length; i++) { + const application = this.applications[i] + if (this.selectApplication(application)) { + break + } } } } catch (error) { @@ -125,6 +127,20 @@ export default { this.loading = false } }, + selectApplication(application) { + const pageValue = this.$registry + .get('application', application.type) + .getTemplatePage(application) + if (pageValue !== null) { + application._.selected = true + this.selectPage({ + application: application.type, + value: pageValue, + }) + return true + } + return false + }, selectPage({ application, value }) { this.page = { application,