From 07febe995db8e0bf2052bab74e740354c5d0d2fb Mon Sep 17 00:00:00 2001 From: Quinn Hegeman <102350242+itsfinniii@users.noreply.github.com> Date: Sun, 1 Mar 2026 14:45:41 +0100 Subject: [PATCH] Add text with side image component in Strapi --- directus/schema.json | 2192 ++++++++++++++++++++++++++---------------- 1 file changed, 1369 insertions(+), 823 deletions(-) diff --git a/directus/schema.json b/directus/schema.json index 2fb0ea1..a368607 100644 --- a/directus/schema.json +++ b/directus/schema.json @@ -572,32 +572,6 @@ }, "schema": null }, - { - "collection": "Last_Blogs", - "meta": { - "collection": "Last_Blogs", - "icon": "line_style", - "note": null, - "display_template": null, - "hidden": true, - "singleton": false, - "translations": null, - "archive_field": null, - "archive_app_filter": true, - "archive_value": null, - "unarchive_value": null, - "sort_field": null, - "accountability": "all", - "color": null, - "item_duplication_fields": null, - "sort": 4, - "group": "Types", - "collapse": "open", - "preview_url": null, - "versioning": false - }, - "schema": {} - }, { "collection": "Photo_Albums_Photo_Categories", "meta": { @@ -676,6 +650,32 @@ }, "schema": null }, + { + "collection": "Text_With_Side_Image", + "meta": { + "collection": "Text_With_Side_Image", + "icon": "format_image_right", + "note": null, + "display_template": null, + "hidden": true, + "singleton": false, + "translations": null, + "archive_field": null, + "archive_app_filter": true, + "archive_value": null, + "unarchive_value": null, + "sort_field": null, + "accountability": "all", + "color": null, + "item_duplication_fields": null, + "sort": 4, + "group": "Types", + "collapse": "open", + "preview_url": null, + "versioning": false + }, + "schema": {} + }, { "collection": "Website_Settings", "meta": { @@ -703,10 +703,10 @@ "schema": {} }, { - "collection": "Last_Projects", + "collection": "Last_Blogs", "meta": { - "collection": "Last_Projects", - "icon": "contextual_token", + "collection": "Last_Blogs", + "icon": "line_style", "note": null, "display_template": null, "hidden": true, @@ -781,10 +781,10 @@ "schema": null }, { - "collection": "Last_Galleries", + "collection": "Last_Projects", "meta": { - "collection": "Last_Galleries", - "icon": "gallery_thumbnail", + "collection": "Last_Projects", + "icon": "contextual_token", "note": null, "display_template": null, "hidden": true, @@ -831,6 +831,32 @@ "versioning": false }, "schema": null + }, + { + "collection": "Last_Galleries", + "meta": { + "collection": "Last_Galleries", + "icon": "gallery_thumbnail", + "note": null, + "display_template": null, + "hidden": true, + "singleton": false, + "translations": null, + "archive_field": null, + "archive_app_filter": true, + "archive_value": null, + "unarchive_value": null, + "sort_field": null, + "accountability": "all", + "color": null, + "item_duplication_fields": null, + "sort": 7, + "group": "Types", + "collapse": "open", + "preview_url": null, + "versioning": false + }, + "schema": {} } ], "fields": [ @@ -9149,408 +9175,6 @@ "searchable": true } }, - { - "collection": "Last_Blogs", - "field": "id", - "type": "uuid", - "schema": { - "name": "id", - "table": "Last_Blogs", - "data_type": "uuid", - "default_value": null, - "generation_expression": null, - "max_length": null, - "numeric_precision": null, - "numeric_scale": null, - "is_generated": false, - "is_nullable": false, - "is_unique": true, - "is_indexed": false, - "is_primary_key": true, - "has_auto_increment": false, - "foreign_key_schema": null, - "foreign_key_table": null, - "foreign_key_column": null, - "comment": null - }, - "meta": { - "collection": "Last_Blogs", - "field": "id", - "special": [ - "uuid" - ], - "interface": "input", - "options": null, - "display": null, - "display_options": null, - "readonly": true, - "hidden": true, - "sort": 1, - "width": "full", - "translations": null, - "note": null, - "conditions": null, - "required": false, - "group": null, - "validation": null, - "validation_message": null, - "searchable": true - } - }, - { - "collection": "Last_Blogs", - "field": "user_created", - "type": "uuid", - "schema": { - "name": "user_created", - "table": "Last_Blogs", - "data_type": "uuid", - "default_value": null, - "generation_expression": null, - "max_length": null, - "numeric_precision": null, - "numeric_scale": null, - "is_generated": false, - "is_nullable": true, - "is_unique": false, - "is_indexed": false, - "is_primary_key": false, - "has_auto_increment": false, - "foreign_key_schema": "public", - "foreign_key_table": "directus_users", - "foreign_key_column": "id", - "comment": null - }, - "meta": { - "collection": "Last_Blogs", - "field": "user_created", - "special": [ - "user-created" - ], - "interface": "select-dropdown-m2o", - "options": { - "template": "{{avatar}} {{first_name}} {{last_name}}" - }, - "display": "user", - "display_options": null, - "readonly": true, - "hidden": true, - "sort": 2, - "width": "half", - "translations": null, - "note": null, - "conditions": null, - "required": false, - "group": null, - "validation": null, - "validation_message": null, - "searchable": true - } - }, - { - "collection": "Last_Blogs", - "field": "date_created", - "type": "timestamp", - "schema": { - "name": "date_created", - "table": "Last_Blogs", - "data_type": "timestamp with time zone", - "default_value": null, - "generation_expression": null, - "max_length": null, - "numeric_precision": null, - "numeric_scale": null, - "is_generated": false, - "is_nullable": true, - "is_unique": false, - "is_indexed": false, - "is_primary_key": false, - "has_auto_increment": false, - "foreign_key_schema": null, - "foreign_key_table": null, - "foreign_key_column": null, - "comment": null - }, - "meta": { - "collection": "Last_Blogs", - "field": "date_created", - "special": [ - "date-created" - ], - "interface": "datetime", - "options": null, - "display": "datetime", - "display_options": { - "relative": true - }, - "readonly": true, - "hidden": true, - "sort": 3, - "width": "half", - "translations": null, - "note": null, - "conditions": null, - "required": false, - "group": null, - "validation": null, - "validation_message": null, - "searchable": true - } - }, - { - "collection": "Last_Blogs", - "field": "user_updated", - "type": "uuid", - "schema": { - "name": "user_updated", - "table": "Last_Blogs", - "data_type": "uuid", - "default_value": null, - "generation_expression": null, - "max_length": null, - "numeric_precision": null, - "numeric_scale": null, - "is_generated": false, - "is_nullable": true, - "is_unique": false, - "is_indexed": false, - "is_primary_key": false, - "has_auto_increment": false, - "foreign_key_schema": "public", - "foreign_key_table": "directus_users", - "foreign_key_column": "id", - "comment": null - }, - "meta": { - "collection": "Last_Blogs", - "field": "user_updated", - "special": [ - "user-updated" - ], - "interface": "select-dropdown-m2o", - "options": { - "template": "{{avatar}} {{first_name}} {{last_name}}" - }, - "display": "user", - "display_options": null, - "readonly": true, - "hidden": true, - "sort": 4, - "width": "half", - "translations": null, - "note": null, - "conditions": null, - "required": false, - "group": null, - "validation": null, - "validation_message": null, - "searchable": true - } - }, - { - "collection": "Last_Blogs", - "field": "date_updated", - "type": "timestamp", - "schema": { - "name": "date_updated", - "table": "Last_Blogs", - "data_type": "timestamp with time zone", - "default_value": null, - "generation_expression": null, - "max_length": null, - "numeric_precision": null, - "numeric_scale": null, - "is_generated": false, - "is_nullable": true, - "is_unique": false, - "is_indexed": false, - "is_primary_key": false, - "has_auto_increment": false, - "foreign_key_schema": null, - "foreign_key_table": null, - "foreign_key_column": null, - "comment": null - }, - "meta": { - "collection": "Last_Blogs", - "field": "date_updated", - "special": [ - "date-updated" - ], - "interface": "datetime", - "options": null, - "display": "datetime", - "display_options": { - "relative": true - }, - "readonly": true, - "hidden": true, - "sort": 5, - "width": "half", - "translations": null, - "note": null, - "conditions": null, - "required": false, - "group": null, - "validation": null, - "validation_message": null, - "searchable": true - } - }, - { - "collection": "Last_Blogs", - "field": "title", - "type": "string", - "schema": { - "name": "title", - "table": "Last_Blogs", - "data_type": "character varying", - "default_value": null, - "generation_expression": null, - "max_length": 255, - "numeric_precision": null, - "numeric_scale": null, - "is_generated": false, - "is_nullable": false, - "is_unique": false, - "is_indexed": false, - "is_primary_key": false, - "has_auto_increment": false, - "foreign_key_schema": null, - "foreign_key_table": null, - "foreign_key_column": null, - "comment": null - }, - "meta": { - "collection": "Last_Blogs", - "field": "title", - "special": null, - "interface": "input", - "options": { - "iconLeft": "title" - }, - "display": null, - "display_options": null, - "readonly": false, - "hidden": false, - "sort": 6, - "width": "full", - "translations": null, - "note": null, - "conditions": null, - "required": true, - "group": null, - "validation": null, - "validation_message": null, - "searchable": true - } - }, - { - "collection": "Last_Blogs", - "field": "read_more_button_text", - "type": "string", - "schema": { - "name": "read_more_button_text", - "table": "Last_Blogs", - "data_type": "character varying", - "default_value": null, - "generation_expression": null, - "max_length": 255, - "numeric_precision": null, - "numeric_scale": null, - "is_generated": false, - "is_nullable": true, - "is_unique": false, - "is_indexed": false, - "is_primary_key": false, - "has_auto_increment": false, - "foreign_key_schema": null, - "foreign_key_table": null, - "foreign_key_column": null, - "comment": null - }, - "meta": { - "collection": "Last_Blogs", - "field": "read_more_button_text", - "special": null, - "interface": "input", - "options": { - "iconLeft": "read_more" - }, - "display": null, - "display_options": null, - "readonly": false, - "hidden": false, - "sort": 7, - "width": "full", - "translations": null, - "note": null, - "conditions": null, - "required": false, - "group": null, - "validation": null, - "validation_message": null, - "searchable": true - } - }, - { - "collection": "Last_Blogs", - "field": "amount", - "type": "integer", - "schema": { - "name": "amount", - "table": "Last_Blogs", - "data_type": "integer", - "default_value": null, - "generation_expression": null, - "max_length": null, - "numeric_precision": 32, - "numeric_scale": 0, - "is_generated": false, - "is_nullable": true, - "is_unique": false, - "is_indexed": false, - "is_primary_key": false, - "has_auto_increment": false, - "foreign_key_schema": null, - "foreign_key_table": null, - "foreign_key_column": null, - "comment": null - }, - "meta": { - "collection": "Last_Blogs", - "field": "amount", - "special": null, - "interface": "select-dropdown", - "options": { - "choices": [ - { - "text": "2", - "value": 2 - }, - { - "text": "3", - "value": 3 - } - ], - "icon": "numbers" - }, - "display": null, - "display_options": null, - "readonly": false, - "hidden": false, - "sort": 8, - "width": "full", - "translations": null, - "note": null, - "conditions": null, - "required": true, - "group": null, - "validation": null, - "validation_message": null, - "searchable": true - } - }, { "collection": "Photo_Albums_Photo_Categories", "field": "id", @@ -10216,6 +9840,396 @@ "searchable": true } }, + { + "collection": "Text_With_Side_Image", + "field": "id", + "type": "uuid", + "schema": { + "name": "id", + "table": "Text_With_Side_Image", + "data_type": "uuid", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": false, + "is_unique": true, + "is_indexed": false, + "is_primary_key": true, + "has_auto_increment": false, + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null + }, + "meta": { + "collection": "Text_With_Side_Image", + "field": "id", + "special": [ + "uuid" + ], + "interface": "input", + "options": null, + "display": null, + "display_options": null, + "readonly": true, + "hidden": true, + "sort": 1, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Text_With_Side_Image", + "field": "user_created", + "type": "uuid", + "schema": { + "name": "user_created", + "table": "Text_With_Side_Image", + "data_type": "uuid", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": true, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", + "comment": null + }, + "meta": { + "collection": "Text_With_Side_Image", + "field": "user_created", + "special": [ + "user-created" + ], + "interface": "select-dropdown-m2o", + "options": { + "template": "{{avatar}} {{first_name}} {{last_name}}" + }, + "display": "user", + "display_options": null, + "readonly": true, + "hidden": true, + "sort": 2, + "width": "half", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Text_With_Side_Image", + "field": "date_created", + "type": "timestamp", + "schema": { + "name": "date_created", + "table": "Text_With_Side_Image", + "data_type": "timestamp with time zone", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": true, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null + }, + "meta": { + "collection": "Text_With_Side_Image", + "field": "date_created", + "special": [ + "date-created" + ], + "interface": "datetime", + "options": null, + "display": "datetime", + "display_options": { + "relative": true + }, + "readonly": true, + "hidden": true, + "sort": 3, + "width": "half", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Text_With_Side_Image", + "field": "user_updated", + "type": "uuid", + "schema": { + "name": "user_updated", + "table": "Text_With_Side_Image", + "data_type": "uuid", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": true, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", + "comment": null + }, + "meta": { + "collection": "Text_With_Side_Image", + "field": "user_updated", + "special": [ + "user-updated" + ], + "interface": "select-dropdown-m2o", + "options": { + "template": "{{avatar}} {{first_name}} {{last_name}}" + }, + "display": "user", + "display_options": null, + "readonly": true, + "hidden": true, + "sort": 4, + "width": "half", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Text_With_Side_Image", + "field": "date_updated", + "type": "timestamp", + "schema": { + "name": "date_updated", + "table": "Text_With_Side_Image", + "data_type": "timestamp with time zone", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": true, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null + }, + "meta": { + "collection": "Text_With_Side_Image", + "field": "date_updated", + "special": [ + "date-updated" + ], + "interface": "datetime", + "options": null, + "display": "datetime", + "display_options": { + "relative": true + }, + "readonly": true, + "hidden": true, + "sort": 5, + "width": "half", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Text_With_Side_Image", + "field": "title", + "type": "string", + "schema": { + "name": "title", + "table": "Text_With_Side_Image", + "data_type": "character varying", + "default_value": null, + "generation_expression": null, + "max_length": 255, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": false, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null + }, + "meta": { + "collection": "Text_With_Side_Image", + "field": "title", + "special": null, + "interface": "input", + "options": { + "iconLeft": "title" + }, + "display": null, + "display_options": null, + "readonly": false, + "hidden": false, + "sort": 6, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": true, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Text_With_Side_Image", + "field": "text", + "type": "text", + "schema": { + "name": "text", + "table": "Text_With_Side_Image", + "data_type": "text", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": true, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null + }, + "meta": { + "collection": "Text_With_Side_Image", + "field": "text", + "special": null, + "interface": "input-rich-text-md", + "options": null, + "display": null, + "display_options": null, + "readonly": false, + "hidden": false, + "sort": 7, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Text_With_Side_Image", + "field": "image", + "type": "uuid", + "schema": { + "name": "image", + "table": "Text_With_Side_Image", + "data_type": "uuid", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": false, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": "public", + "foreign_key_table": "directus_files", + "foreign_key_column": "id", + "comment": null + }, + "meta": { + "collection": "Text_With_Side_Image", + "field": "image", + "special": [ + "file" + ], + "interface": "file-image", + "options": null, + "display": null, + "display_options": null, + "readonly": false, + "hidden": false, + "sort": 8, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": true, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, { "collection": "Website_Settings", "field": "id", @@ -11280,6 +11294,737 @@ "searchable": true } }, + { + "collection": "Last_Blogs", + "field": "id", + "type": "uuid", + "schema": { + "name": "id", + "table": "Last_Blogs", + "data_type": "uuid", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": false, + "is_unique": true, + "is_indexed": false, + "is_primary_key": true, + "has_auto_increment": false, + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null + }, + "meta": { + "collection": "Last_Blogs", + "field": "id", + "special": [ + "uuid" + ], + "interface": "input", + "options": null, + "display": null, + "display_options": null, + "readonly": true, + "hidden": true, + "sort": 1, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Last_Blogs", + "field": "user_created", + "type": "uuid", + "schema": { + "name": "user_created", + "table": "Last_Blogs", + "data_type": "uuid", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": true, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", + "comment": null + }, + "meta": { + "collection": "Last_Blogs", + "field": "user_created", + "special": [ + "user-created" + ], + "interface": "select-dropdown-m2o", + "options": { + "template": "{{avatar}} {{first_name}} {{last_name}}" + }, + "display": "user", + "display_options": null, + "readonly": true, + "hidden": true, + "sort": 2, + "width": "half", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Last_Blogs", + "field": "date_created", + "type": "timestamp", + "schema": { + "name": "date_created", + "table": "Last_Blogs", + "data_type": "timestamp with time zone", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": true, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null + }, + "meta": { + "collection": "Last_Blogs", + "field": "date_created", + "special": [ + "date-created" + ], + "interface": "datetime", + "options": null, + "display": "datetime", + "display_options": { + "relative": true + }, + "readonly": true, + "hidden": true, + "sort": 3, + "width": "half", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Last_Blogs", + "field": "user_updated", + "type": "uuid", + "schema": { + "name": "user_updated", + "table": "Last_Blogs", + "data_type": "uuid", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": true, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", + "comment": null + }, + "meta": { + "collection": "Last_Blogs", + "field": "user_updated", + "special": [ + "user-updated" + ], + "interface": "select-dropdown-m2o", + "options": { + "template": "{{avatar}} {{first_name}} {{last_name}}" + }, + "display": "user", + "display_options": null, + "readonly": true, + "hidden": true, + "sort": 4, + "width": "half", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Last_Blogs", + "field": "date_updated", + "type": "timestamp", + "schema": { + "name": "date_updated", + "table": "Last_Blogs", + "data_type": "timestamp with time zone", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": true, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null + }, + "meta": { + "collection": "Last_Blogs", + "field": "date_updated", + "special": [ + "date-updated" + ], + "interface": "datetime", + "options": null, + "display": "datetime", + "display_options": { + "relative": true + }, + "readonly": true, + "hidden": true, + "sort": 5, + "width": "half", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Last_Blogs", + "field": "title", + "type": "string", + "schema": { + "name": "title", + "table": "Last_Blogs", + "data_type": "character varying", + "default_value": null, + "generation_expression": null, + "max_length": 255, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": false, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null + }, + "meta": { + "collection": "Last_Blogs", + "field": "title", + "special": null, + "interface": "input", + "options": { + "iconLeft": "title" + }, + "display": null, + "display_options": null, + "readonly": false, + "hidden": false, + "sort": 6, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": true, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Last_Blogs", + "field": "read_more_button_text", + "type": "string", + "schema": { + "name": "read_more_button_text", + "table": "Last_Blogs", + "data_type": "character varying", + "default_value": null, + "generation_expression": null, + "max_length": 255, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": true, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null + }, + "meta": { + "collection": "Last_Blogs", + "field": "read_more_button_text", + "special": null, + "interface": "input", + "options": { + "iconLeft": "read_more" + }, + "display": null, + "display_options": null, + "readonly": false, + "hidden": false, + "sort": 7, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Last_Blogs", + "field": "amount", + "type": "integer", + "schema": { + "name": "amount", + "table": "Last_Blogs", + "data_type": "integer", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": 32, + "numeric_scale": 0, + "is_generated": false, + "is_nullable": true, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null + }, + "meta": { + "collection": "Last_Blogs", + "field": "amount", + "special": null, + "interface": "select-dropdown", + "options": { + "choices": [ + { + "text": "2", + "value": 2 + }, + { + "text": "3", + "value": 3 + } + ], + "icon": "numbers" + }, + "display": null, + "display_options": null, + "readonly": false, + "hidden": false, + "sort": 8, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": true, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Sitemap_Settings", + "field": "id", + "type": "integer", + "schema": { + "name": "id", + "table": "Sitemap_Settings", + "data_type": "integer", + "default_value": "nextval('\"Sitemap_Settings_id_seq\"'::regclass)", + "generation_expression": null, + "max_length": null, + "numeric_precision": 32, + "numeric_scale": 0, + "is_generated": false, + "is_nullable": false, + "is_unique": true, + "is_indexed": false, + "is_primary_key": true, + "has_auto_increment": true, + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null + }, + "meta": { + "collection": "Sitemap_Settings", + "field": "id", + "special": null, + "interface": "input", + "options": null, + "display": null, + "display_options": null, + "readonly": true, + "hidden": true, + "sort": 1, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Sitemap_Settings", + "field": "user_created", + "type": "uuid", + "schema": { + "name": "user_created", + "table": "Sitemap_Settings", + "data_type": "uuid", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": true, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", + "comment": null + }, + "meta": { + "collection": "Sitemap_Settings", + "field": "user_created", + "special": [ + "user-created" + ], + "interface": "select-dropdown-m2o", + "options": { + "template": "{{avatar}} {{first_name}} {{last_name}}" + }, + "display": "user", + "display_options": null, + "readonly": true, + "hidden": true, + "sort": 2, + "width": "half", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Sitemap_Settings", + "field": "date_created", + "type": "timestamp", + "schema": { + "name": "date_created", + "table": "Sitemap_Settings", + "data_type": "timestamp with time zone", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": true, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null + }, + "meta": { + "collection": "Sitemap_Settings", + "field": "date_created", + "special": [ + "date-created" + ], + "interface": "datetime", + "options": null, + "display": "datetime", + "display_options": { + "relative": true + }, + "readonly": true, + "hidden": true, + "sort": 3, + "width": "half", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Sitemap_Settings", + "field": "user_updated", + "type": "uuid", + "schema": { + "name": "user_updated", + "table": "Sitemap_Settings", + "data_type": "uuid", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": true, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", + "comment": null + }, + "meta": { + "collection": "Sitemap_Settings", + "field": "user_updated", + "special": [ + "user-updated" + ], + "interface": "select-dropdown-m2o", + "options": { + "template": "{{avatar}} {{first_name}} {{last_name}}" + }, + "display": "user", + "display_options": null, + "readonly": true, + "hidden": true, + "sort": 4, + "width": "half", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Sitemap_Settings", + "field": "date_updated", + "type": "timestamp", + "schema": { + "name": "date_updated", + "table": "Sitemap_Settings", + "data_type": "timestamp with time zone", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": true, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null + }, + "meta": { + "collection": "Sitemap_Settings", + "field": "date_updated", + "special": [ + "date-updated" + ], + "interface": "datetime", + "options": null, + "display": "datetime", + "display_options": { + "relative": true + }, + "readonly": true, + "hidden": true, + "sort": 5, + "width": "half", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Sitemap_Settings", + "field": "divider-zd110b", + "type": "alias", + "schema": null, + "meta": { + "collection": "Sitemap_Settings", + "field": "divider-zd110b", + "special": [ + "alias", + "no-data" + ], + "interface": "presentation-divider", + "options": { + "title": "Sitemap Pages", + "icon": "two_pager" + }, + "display": null, + "display_options": null, + "readonly": false, + "hidden": false, + "sort": 6, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Sitemap_Settings", + "field": "per_page", + "type": "integer", + "schema": { + "name": "per_page", + "table": "Sitemap_Settings", + "data_type": "integer", + "default_value": 75, + "generation_expression": null, + "max_length": null, + "numeric_precision": 32, + "numeric_scale": 0, + "is_generated": false, + "is_nullable": false, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null + }, + "meta": { + "collection": "Sitemap_Settings", + "field": "per_page", + "special": null, + "interface": "input", + "options": { + "iconLeft": "format_list_numbered", + "min": 25, + "max": 250 + }, + "display": null, + "display_options": null, + "readonly": false, + "hidden": false, + "sort": 7, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": true, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, { "collection": "Last_Projects", "field": "id", @@ -11682,335 +12427,6 @@ "searchable": true } }, - { - "collection": "Sitemap_Settings", - "field": "id", - "type": "integer", - "schema": { - "name": "id", - "table": "Sitemap_Settings", - "data_type": "integer", - "default_value": "nextval('\"Sitemap_Settings_id_seq\"'::regclass)", - "generation_expression": null, - "max_length": null, - "numeric_precision": 32, - "numeric_scale": 0, - "is_generated": false, - "is_nullable": false, - "is_unique": true, - "is_indexed": false, - "is_primary_key": true, - "has_auto_increment": true, - "foreign_key_schema": null, - "foreign_key_table": null, - "foreign_key_column": null, - "comment": null - }, - "meta": { - "collection": "Sitemap_Settings", - "field": "id", - "special": null, - "interface": "input", - "options": null, - "display": null, - "display_options": null, - "readonly": true, - "hidden": true, - "sort": 1, - "width": "full", - "translations": null, - "note": null, - "conditions": null, - "required": false, - "group": null, - "validation": null, - "validation_message": null, - "searchable": true - } - }, - { - "collection": "Sitemap_Settings", - "field": "user_created", - "type": "uuid", - "schema": { - "name": "user_created", - "table": "Sitemap_Settings", - "data_type": "uuid", - "default_value": null, - "generation_expression": null, - "max_length": null, - "numeric_precision": null, - "numeric_scale": null, - "is_generated": false, - "is_nullable": true, - "is_unique": false, - "is_indexed": false, - "is_primary_key": false, - "has_auto_increment": false, - "foreign_key_schema": "public", - "foreign_key_table": "directus_users", - "foreign_key_column": "id", - "comment": null - }, - "meta": { - "collection": "Sitemap_Settings", - "field": "user_created", - "special": [ - "user-created" - ], - "interface": "select-dropdown-m2o", - "options": { - "template": "{{avatar}} {{first_name}} {{last_name}}" - }, - "display": "user", - "display_options": null, - "readonly": true, - "hidden": true, - "sort": 2, - "width": "half", - "translations": null, - "note": null, - "conditions": null, - "required": false, - "group": null, - "validation": null, - "validation_message": null, - "searchable": true - } - }, - { - "collection": "Sitemap_Settings", - "field": "date_created", - "type": "timestamp", - "schema": { - "name": "date_created", - "table": "Sitemap_Settings", - "data_type": "timestamp with time zone", - "default_value": null, - "generation_expression": null, - "max_length": null, - "numeric_precision": null, - "numeric_scale": null, - "is_generated": false, - "is_nullable": true, - "is_unique": false, - "is_indexed": false, - "is_primary_key": false, - "has_auto_increment": false, - "foreign_key_schema": null, - "foreign_key_table": null, - "foreign_key_column": null, - "comment": null - }, - "meta": { - "collection": "Sitemap_Settings", - "field": "date_created", - "special": [ - "date-created" - ], - "interface": "datetime", - "options": null, - "display": "datetime", - "display_options": { - "relative": true - }, - "readonly": true, - "hidden": true, - "sort": 3, - "width": "half", - "translations": null, - "note": null, - "conditions": null, - "required": false, - "group": null, - "validation": null, - "validation_message": null, - "searchable": true - } - }, - { - "collection": "Sitemap_Settings", - "field": "user_updated", - "type": "uuid", - "schema": { - "name": "user_updated", - "table": "Sitemap_Settings", - "data_type": "uuid", - "default_value": null, - "generation_expression": null, - "max_length": null, - "numeric_precision": null, - "numeric_scale": null, - "is_generated": false, - "is_nullable": true, - "is_unique": false, - "is_indexed": false, - "is_primary_key": false, - "has_auto_increment": false, - "foreign_key_schema": "public", - "foreign_key_table": "directus_users", - "foreign_key_column": "id", - "comment": null - }, - "meta": { - "collection": "Sitemap_Settings", - "field": "user_updated", - "special": [ - "user-updated" - ], - "interface": "select-dropdown-m2o", - "options": { - "template": "{{avatar}} {{first_name}} {{last_name}}" - }, - "display": "user", - "display_options": null, - "readonly": true, - "hidden": true, - "sort": 4, - "width": "half", - "translations": null, - "note": null, - "conditions": null, - "required": false, - "group": null, - "validation": null, - "validation_message": null, - "searchable": true - } - }, - { - "collection": "Sitemap_Settings", - "field": "date_updated", - "type": "timestamp", - "schema": { - "name": "date_updated", - "table": "Sitemap_Settings", - "data_type": "timestamp with time zone", - "default_value": null, - "generation_expression": null, - "max_length": null, - "numeric_precision": null, - "numeric_scale": null, - "is_generated": false, - "is_nullable": true, - "is_unique": false, - "is_indexed": false, - "is_primary_key": false, - "has_auto_increment": false, - "foreign_key_schema": null, - "foreign_key_table": null, - "foreign_key_column": null, - "comment": null - }, - "meta": { - "collection": "Sitemap_Settings", - "field": "date_updated", - "special": [ - "date-updated" - ], - "interface": "datetime", - "options": null, - "display": "datetime", - "display_options": { - "relative": true - }, - "readonly": true, - "hidden": true, - "sort": 5, - "width": "half", - "translations": null, - "note": null, - "conditions": null, - "required": false, - "group": null, - "validation": null, - "validation_message": null, - "searchable": true - } - }, - { - "collection": "Sitemap_Settings", - "field": "divider-zd110b", - "type": "alias", - "schema": null, - "meta": { - "collection": "Sitemap_Settings", - "field": "divider-zd110b", - "special": [ - "alias", - "no-data" - ], - "interface": "presentation-divider", - "options": { - "title": "Sitemap Pages", - "icon": "two_pager" - }, - "display": null, - "display_options": null, - "readonly": false, - "hidden": false, - "sort": 6, - "width": "full", - "translations": null, - "note": null, - "conditions": null, - "required": false, - "group": null, - "validation": null, - "validation_message": null, - "searchable": true - } - }, - { - "collection": "Sitemap_Settings", - "field": "per_page", - "type": "integer", - "schema": { - "name": "per_page", - "table": "Sitemap_Settings", - "data_type": "integer", - "default_value": 75, - "generation_expression": null, - "max_length": null, - "numeric_precision": 32, - "numeric_scale": 0, - "is_generated": false, - "is_nullable": false, - "is_unique": false, - "is_indexed": false, - "is_primary_key": false, - "has_auto_increment": false, - "foreign_key_schema": null, - "foreign_key_table": null, - "foreign_key_column": null, - "comment": null - }, - "meta": { - "collection": "Sitemap_Settings", - "field": "per_page", - "special": null, - "interface": "input", - "options": { - "iconLeft": "format_list_numbered", - "min": 25, - "max": 250 - }, - "display": null, - "display_options": null, - "readonly": false, - "hidden": false, - "sort": 7, - "width": "full", - "translations": null, - "note": null, - "conditions": null, - "required": true, - "group": null, - "validation": null, - "validation_message": null, - "searchable": true - } - }, { "collection": "Last_Galleries", "field": "id", @@ -13661,58 +14077,6 @@ "one_deselect_action": "nullify" } }, - { - "collection": "Last_Blogs", - "field": "user_created", - "related_collection": "directus_users", - "schema": { - "constraint_name": "last_blogs_user_created_foreign", - "table": "Last_Blogs", - "column": "user_created", - "foreign_key_schema": "public", - "foreign_key_table": "directus_users", - "foreign_key_column": "id", - "on_update": "NO ACTION", - "on_delete": "NO ACTION" - }, - "meta": { - "many_collection": "Last_Blogs", - "many_field": "user_created", - "one_collection": "directus_users", - "one_field": null, - "one_collection_field": null, - "one_allowed_collections": null, - "junction_field": null, - "sort_field": null, - "one_deselect_action": "nullify" - } - }, - { - "collection": "Last_Blogs", - "field": "user_updated", - "related_collection": "directus_users", - "schema": { - "constraint_name": "last_blogs_user_updated_foreign", - "table": "Last_Blogs", - "column": "user_updated", - "foreign_key_schema": "public", - "foreign_key_table": "directus_users", - "foreign_key_column": "id", - "on_update": "NO ACTION", - "on_delete": "NO ACTION" - }, - "meta": { - "many_collection": "Last_Blogs", - "many_field": "user_updated", - "one_collection": "directus_users", - "one_field": null, - "one_collection_field": null, - "one_allowed_collections": null, - "junction_field": null, - "sort_field": null, - "one_deselect_action": "nullify" - } - }, { "collection": "Photo_Albums_Photo_Categories", "field": "Photo_Albums_id", @@ -13843,6 +14207,84 @@ "one_deselect_action": "nullify" } }, + { + "collection": "Text_With_Side_Image", + "field": "user_updated", + "related_collection": "directus_users", + "schema": { + "constraint_name": "text_with_side_image_user_updated_foreign", + "table": "Text_With_Side_Image", + "column": "user_updated", + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "NO ACTION" + }, + "meta": { + "many_collection": "Text_With_Side_Image", + "many_field": "user_updated", + "one_collection": "directus_users", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, + { + "collection": "Text_With_Side_Image", + "field": "user_created", + "related_collection": "directus_users", + "schema": { + "constraint_name": "text_with_side_image_user_created_foreign", + "table": "Text_With_Side_Image", + "column": "user_created", + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "NO ACTION" + }, + "meta": { + "many_collection": "Text_With_Side_Image", + "many_field": "user_created", + "one_collection": "directus_users", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, + { + "collection": "Text_With_Side_Image", + "field": "image", + "related_collection": "directus_files", + "schema": { + "constraint_name": "text_with_side_image_image_foreign", + "table": "Text_With_Side_Image", + "column": "image", + "foreign_key_schema": "public", + "foreign_key_table": "directus_files", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "NO ACTION" + }, + "meta": { + "many_collection": "Text_With_Side_Image", + "many_field": "image", + "one_collection": "directus_files", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, { "collection": "Website_Settings", "field": "user_updated", @@ -13895,6 +14337,110 @@ "one_deselect_action": "nullify" } }, + { + "collection": "Last_Blogs", + "field": "user_created", + "related_collection": "directus_users", + "schema": { + "constraint_name": "last_blogs_user_created_foreign", + "table": "Last_Blogs", + "column": "user_created", + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "NO ACTION" + }, + "meta": { + "many_collection": "Last_Blogs", + "many_field": "user_created", + "one_collection": "directus_users", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, + { + "collection": "Last_Blogs", + "field": "user_updated", + "related_collection": "directus_users", + "schema": { + "constraint_name": "last_blogs_user_updated_foreign", + "table": "Last_Blogs", + "column": "user_updated", + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "NO ACTION" + }, + "meta": { + "many_collection": "Last_Blogs", + "many_field": "user_updated", + "one_collection": "directus_users", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, + { + "collection": "Sitemap_Settings", + "field": "user_updated", + "related_collection": "directus_users", + "schema": { + "constraint_name": "sitemap_settings_user_updated_foreign", + "table": "Sitemap_Settings", + "column": "user_updated", + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "NO ACTION" + }, + "meta": { + "many_collection": "Sitemap_Settings", + "many_field": "user_updated", + "one_collection": "directus_users", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, + { + "collection": "Sitemap_Settings", + "field": "user_created", + "related_collection": "directus_users", + "schema": { + "constraint_name": "sitemap_settings_user_created_foreign", + "table": "Sitemap_Settings", + "column": "user_created", + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "NO ACTION" + }, + "meta": { + "many_collection": "Sitemap_Settings", + "many_field": "user_created", + "one_collection": "directus_users", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, { "collection": "Last_Projects", "field": "user_created", @@ -13948,12 +14494,12 @@ } }, { - "collection": "Sitemap_Settings", + "collection": "Last_Galleries", "field": "user_updated", "related_collection": "directus_users", "schema": { - "constraint_name": "sitemap_settings_user_updated_foreign", - "table": "Sitemap_Settings", + "constraint_name": "last_galleries_user_updated_foreign", + "table": "Last_Galleries", "column": "user_updated", "foreign_key_schema": "public", "foreign_key_table": "directus_users", @@ -13962,7 +14508,7 @@ "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Sitemap_Settings", + "many_collection": "Last_Galleries", "many_field": "user_updated", "one_collection": "directus_users", "one_field": null, @@ -13974,12 +14520,12 @@ } }, { - "collection": "Sitemap_Settings", + "collection": "Last_Galleries", "field": "user_created", "related_collection": "directus_users", "schema": { - "constraint_name": "sitemap_settings_user_created_foreign", - "table": "Sitemap_Settings", + "constraint_name": "last_galleries_user_created_foreign", + "table": "Last_Galleries", "column": "user_created", "foreign_key_schema": "public", "foreign_key_table": "directus_users", @@ -13988,7 +14534,7 @@ "on_delete": "NO ACTION" }, "meta": { - "many_collection": "Sitemap_Settings", + "many_collection": "Last_Galleries", "many_field": "user_created", "one_collection": "directus_users", "one_field": null,