From 10a4a0812e6c5d875277b669cb67dd11a690a264 Mon Sep 17 00:00:00 2001 From: Quinn Hegeman <102350242+itsfinniii@users.noreply.github.com> Date: Sun, 1 Mar 2026 16:33:18 +0100 Subject: [PATCH] Change a couple of things from full width to half width in Directus --- directus/schema.json | 1076 +++++++++++++++++++++--------------------- 1 file changed, 538 insertions(+), 538 deletions(-) diff --git a/directus/schema.json b/directus/schema.json index 62ec429..5a5d1b5 100644 --- a/directus/schema.json +++ b/directus/schema.json @@ -5134,26 +5134,6 @@ "collection": "Reviews", "field": "id", "type": "uuid", - "schema": { - "name": "id", - "table": "Reviews", - "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": "Reviews", "field": "id", @@ -5176,32 +5156,32 @@ "validation": null, "validation_message": null, "searchable": true + }, + "schema": { + "name": "id", + "table": "Reviews", + "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 } }, { "collection": "Reviews", "field": "status", "type": "string", - "schema": { - "name": "status", - "table": "Reviews", - "data_type": "character varying", - "default_value": "draft", - "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": "Reviews", "field": "status", @@ -5265,32 +5245,32 @@ "validation": null, "validation_message": null, "searchable": true + }, + "schema": { + "name": "status", + "table": "Reviews", + "data_type": "character varying", + "default_value": "draft", + "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 } }, { "collection": "Reviews", "field": "user_created", "type": "uuid", - "schema": { - "name": "user_created", - "table": "Reviews", - "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": "Reviews", "field": "user_created", @@ -5315,16 +5295,11 @@ "validation": null, "validation_message": null, "searchable": true - } - }, - { - "collection": "Reviews", - "field": "date_created", - "type": "timestamp", + }, "schema": { - "name": "date_created", + "name": "user_created", "table": "Reviews", - "data_type": "timestamp with time zone", + "data_type": "uuid", "default_value": null, "generation_expression": null, "max_length": null, @@ -5336,11 +5311,16 @@ "is_indexed": false, "is_primary_key": false, "has_auto_increment": false, - "foreign_key_schema": null, - "foreign_key_table": null, - "foreign_key_column": null, + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", "comment": null - }, + } + }, + { + "collection": "Reviews", + "field": "date_created", + "type": "timestamp", "meta": { "collection": "Reviews", "field": "date_created", @@ -5365,16 +5345,11 @@ "validation": null, "validation_message": null, "searchable": true - } - }, - { - "collection": "Reviews", - "field": "user_updated", - "type": "uuid", + }, "schema": { - "name": "user_updated", + "name": "date_created", "table": "Reviews", - "data_type": "uuid", + "data_type": "timestamp with time zone", "default_value": null, "generation_expression": null, "max_length": null, @@ -5386,11 +5361,16 @@ "is_indexed": false, "is_primary_key": false, "has_auto_increment": false, - "foreign_key_schema": "public", - "foreign_key_table": "directus_users", - "foreign_key_column": "id", + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, "comment": null - }, + } + }, + { + "collection": "Reviews", + "field": "user_updated", + "type": "uuid", "meta": { "collection": "Reviews", "field": "user_updated", @@ -5415,16 +5395,11 @@ "validation": null, "validation_message": null, "searchable": true - } - }, - { - "collection": "Reviews", - "field": "date_updated", - "type": "timestamp", + }, "schema": { - "name": "date_updated", + "name": "user_updated", "table": "Reviews", - "data_type": "timestamp with time zone", + "data_type": "uuid", "default_value": null, "generation_expression": null, "max_length": null, @@ -5436,11 +5411,16 @@ "is_indexed": false, "is_primary_key": false, "has_auto_increment": false, - "foreign_key_schema": null, - "foreign_key_table": null, - "foreign_key_column": null, + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", "comment": null - }, + } + }, + { + "collection": "Reviews", + "field": "date_updated", + "type": "timestamp", "meta": { "collection": "Reviews", "field": "date_updated", @@ -5465,23 +5445,18 @@ "validation": null, "validation_message": null, "searchable": true - } - }, - { - "collection": "Reviews", - "field": "name", - "type": "string", + }, "schema": { - "name": "name", + "name": "date_updated", "table": "Reviews", - "data_type": "character varying", + "data_type": "timestamp with time zone", "default_value": null, "generation_expression": null, - "max_length": 255, + "max_length": null, "numeric_precision": null, "numeric_scale": null, "is_generated": false, - "is_nullable": false, + "is_nullable": true, "is_unique": false, "is_indexed": false, "is_primary_key": false, @@ -5490,7 +5465,12 @@ "foreign_key_table": null, "foreign_key_column": null, "comment": null - }, + } + }, + { + "collection": "Reviews", + "field": "name", + "type": "string", "meta": { "collection": "Reviews", "field": "name", @@ -5513,19 +5493,14 @@ "validation": null, "validation_message": null, "searchable": true - } - }, - { - "collection": "Reviews", - "field": "review", - "type": "text", + }, "schema": { - "name": "review", + "name": "name", "table": "Reviews", - "data_type": "text", + "data_type": "character varying", "default_value": null, "generation_expression": null, - "max_length": null, + "max_length": 255, "numeric_precision": null, "numeric_scale": null, "is_generated": false, @@ -5538,7 +5513,12 @@ "foreign_key_table": null, "foreign_key_column": null, "comment": null - }, + } + }, + { + "collection": "Reviews", + "field": "review", + "type": "text", "meta": { "collection": "Reviews", "field": "review", @@ -5559,12 +5539,53 @@ "validation": null, "validation_message": null, "searchable": true + }, + "schema": { + "name": "review", + "table": "Reviews", + "data_type": "text", + "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": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null } }, { "collection": "Reviews", "field": "date", "type": "date", + "meta": { + "collection": "Reviews", + "field": "date", + "special": null, + "interface": "datetime", + "options": null, + "display": null, + "display_options": null, + "readonly": false, + "hidden": false, + "sort": 9, + "width": "half", + "translations": null, + "note": null, + "conditions": null, + "required": true, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + }, "schema": { "name": "date", "table": "Reviews", @@ -5584,81 +5605,36 @@ "foreign_key_table": null, "foreign_key_column": null, "comment": null - }, - "meta": { - "collection": "Reviews", - "field": "date", - "special": null, - "interface": "datetime", - "options": null, - "display": null, - "display_options": null, - "readonly": false, - "hidden": false, - "sort": 9, - "width": "full", - "translations": null, - "note": null, - "conditions": null, - "required": true, - "group": null, - "validation": null, - "validation_message": null, - "searchable": true - } - }, - { - "collection": "Reviews", - "field": "thumbnail", - "type": "uuid", - "schema": { - "name": "thumbnail", - "table": "Reviews", - "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": "Reviews", - "field": "thumbnail", - "special": [ - "file" - ], - "interface": "file-image", - "options": null, - "display": null, - "display_options": null, - "readonly": false, - "hidden": false, - "sort": 10, - "width": "full", - "translations": null, - "note": null, - "conditions": null, - "required": true, - "group": null, - "validation": null, - "validation_message": null, - "searchable": true } }, { "collection": "Reviews", "field": "stars", "type": "integer", + "meta": { + "collection": "Reviews", + "field": "stars", + "special": null, + "interface": "input", + "options": { + "min": 1, + "max": 5 + }, + "display": null, + "display_options": null, + "readonly": false, + "hidden": false, + "sort": 10, + "width": "half", + "translations": null, + "note": null, + "conditions": null, + "required": true, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + }, "schema": { "name": "stars", "table": "Reviews", @@ -5678,16 +5654,20 @@ "foreign_key_table": null, "foreign_key_column": null, "comment": null - }, + } + }, + { + "collection": "Reviews", + "field": "thumbnail", + "type": "uuid", "meta": { "collection": "Reviews", - "field": "stars", - "special": null, - "interface": "input", - "options": { - "min": 1, - "max": 5 - }, + "field": "thumbnail", + "special": [ + "file" + ], + "interface": "file-image", + "options": null, "display": null, "display_options": null, "readonly": false, @@ -5702,14 +5682,9 @@ "validation": null, "validation_message": null, "searchable": true - } - }, - { - "collection": "Reviews", - "field": "Review_List_id", - "type": "uuid", + }, "schema": { - "name": "Review_List_id", + "name": "thumbnail", "table": "Reviews", "data_type": "uuid", "default_value": null, @@ -5718,16 +5693,21 @@ "numeric_precision": null, "numeric_scale": null, "is_generated": false, - "is_nullable": true, + "is_nullable": false, "is_unique": false, "is_indexed": false, "is_primary_key": false, "has_auto_increment": false, "foreign_key_schema": "public", - "foreign_key_table": "Review_List", + "foreign_key_table": "directus_files", "foreign_key_column": "id", "comment": null - }, + } + }, + { + "collection": "Reviews", + "field": "Review_List_id", + "type": "uuid", "meta": { "collection": "Reviews", "field": "Review_List_id", @@ -5750,6 +5730,26 @@ "validation": null, "validation_message": null, "searchable": true + }, + "schema": { + "name": "Review_List_id", + "table": "Reviews", + "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": "Review_List", + "foreign_key_column": "id", + "comment": null } }, { @@ -6599,54 +6599,6 @@ "searchable": true } }, - { - "collection": "Search_Engine_Optimisation", - "field": "description", - "type": "text", - "schema": { - "name": "description", - "table": "Search_Engine_Optimisation", - "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": "Search_Engine_Optimisation", - "field": "description", - "special": null, - "interface": "input-multiline", - "options": { - "softLength": 190 - }, - "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": "Search_Engine_Optimisation", "field": "thumbnail", @@ -6683,7 +6635,7 @@ "display_options": null, "readonly": false, "hidden": false, - "sort": 8, + "sort": 7, "width": "full", "translations": null, "note": null, @@ -6695,6 +6647,102 @@ "searchable": true } }, + { + "collection": "Search_Engine_Optimisation", + "field": "description", + "type": "text", + "schema": { + "name": "description", + "table": "Search_Engine_Optimisation", + "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": "Search_Engine_Optimisation", + "field": "description", + "special": null, + "interface": "input-multiline", + "options": { + "softLength": 190 + }, + "display": null, + "display_options": null, + "readonly": false, + "hidden": false, + "sort": 8, + "width": "half", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Search_Engine_Optimisation", + "field": "canonical", + "type": "string", + "schema": { + "name": "canonical", + "table": "Search_Engine_Optimisation", + "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": "Search_Engine_Optimisation", + "field": "canonical", + "special": null, + "interface": "input", + "options": { + "iconLeft": "link" + }, + "display": null, + "display_options": null, + "readonly": false, + "hidden": false, + "sort": 9, + "width": "half", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, { "collection": "Search_Engine_Optimisation", "field": "allow_crawler", @@ -6731,8 +6779,8 @@ "display_options": null, "readonly": false, "hidden": false, - "sort": 9, - "width": "full", + "sort": 10, + "width": "half", "translations": null, "note": null, "conditions": null, @@ -6743,54 +6791,6 @@ "searchable": true } }, - { - "collection": "Search_Engine_Optimisation", - "field": "canonical", - "type": "string", - "schema": { - "name": "canonical", - "table": "Search_Engine_Optimisation", - "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": "Search_Engine_Optimisation", - "field": "canonical", - "special": null, - "interface": "input", - "options": { - "iconLeft": "link" - }, - "display": null, - "display_options": null, - "readonly": false, - "hidden": false, - "sort": 10, - "width": "full", - "translations": null, - "note": null, - "conditions": null, - "required": false, - "group": null, - "validation": null, - "validation_message": null, - "searchable": true - } - }, { "collection": "Search_Engine_Optimisation", "field": "priority", @@ -6831,7 +6831,7 @@ "readonly": false, "hidden": false, "sort": 11, - "width": "full", + "width": "half", "translations": null, "note": null, "conditions": null, @@ -7319,7 +7319,7 @@ "readonly": false, "hidden": false, "sort": 7, - "width": "full", + "width": "half", "translations": null, "note": null, "conditions": null, @@ -7365,7 +7365,7 @@ "readonly": false, "hidden": false, "sort": 8, - "width": "full", + "width": "half", "translations": null, "note": null, "conditions": null, @@ -7380,6 +7380,26 @@ "collection": "Upcoming_Event", "field": "id", "type": "uuid", + "schema": { + "name": "id", + "table": "Upcoming_Event", + "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": "Upcoming_Event", "field": "id", @@ -7402,9 +7422,14 @@ "validation": null, "validation_message": null, "searchable": true - }, + } + }, + { + "collection": "Upcoming_Event", + "field": "user_created", + "type": "uuid", "schema": { - "name": "id", + "name": "user_created", "table": "Upcoming_Event", "data_type": "uuid", "default_value": null, @@ -7413,21 +7438,16 @@ "numeric_precision": null, "numeric_scale": null, "is_generated": false, - "is_nullable": false, - "is_unique": true, + "is_nullable": true, + "is_unique": false, "is_indexed": false, - "is_primary_key": true, + "is_primary_key": false, "has_auto_increment": false, - "foreign_key_schema": null, - "foreign_key_table": null, - "foreign_key_column": null, + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", "comment": null - } - }, - { - "collection": "Upcoming_Event", - "field": "user_created", - "type": "uuid", + }, "meta": { "collection": "Upcoming_Event", "field": "user_created", @@ -7452,11 +7472,16 @@ "validation": null, "validation_message": null, "searchable": true - }, + } + }, + { + "collection": "Upcoming_Event", + "field": "date_created", + "type": "timestamp", "schema": { - "name": "user_created", + "name": "date_created", "table": "Upcoming_Event", - "data_type": "uuid", + "data_type": "timestamp with time zone", "default_value": null, "generation_expression": null, "max_length": null, @@ -7468,16 +7493,11 @@ "is_indexed": false, "is_primary_key": false, "has_auto_increment": false, - "foreign_key_schema": "public", - "foreign_key_table": "directus_users", - "foreign_key_column": "id", + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, "comment": null - } - }, - { - "collection": "Upcoming_Event", - "field": "date_created", - "type": "timestamp", + }, "meta": { "collection": "Upcoming_Event", "field": "date_created", @@ -7502,11 +7522,16 @@ "validation": null, "validation_message": null, "searchable": true - }, + } + }, + { + "collection": "Upcoming_Event", + "field": "user_updated", + "type": "uuid", "schema": { - "name": "date_created", + "name": "user_updated", "table": "Upcoming_Event", - "data_type": "timestamp with time zone", + "data_type": "uuid", "default_value": null, "generation_expression": null, "max_length": null, @@ -7518,16 +7543,11 @@ "is_indexed": false, "is_primary_key": false, "has_auto_increment": false, - "foreign_key_schema": null, - "foreign_key_table": null, - "foreign_key_column": null, + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", "comment": null - } - }, - { - "collection": "Upcoming_Event", - "field": "user_updated", - "type": "uuid", + }, "meta": { "collection": "Upcoming_Event", "field": "user_updated", @@ -7552,11 +7572,16 @@ "validation": null, "validation_message": null, "searchable": true - }, + } + }, + { + "collection": "Upcoming_Event", + "field": "date_updated", + "type": "timestamp", "schema": { - "name": "user_updated", + "name": "date_updated", "table": "Upcoming_Event", - "data_type": "uuid", + "data_type": "timestamp with time zone", "default_value": null, "generation_expression": null, "max_length": null, @@ -7568,16 +7593,11 @@ "is_indexed": false, "is_primary_key": false, "has_auto_increment": false, - "foreign_key_schema": "public", - "foreign_key_table": "directus_users", - "foreign_key_column": "id", + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, "comment": null - } - }, - { - "collection": "Upcoming_Event", - "field": "date_updated", - "type": "timestamp", + }, "meta": { "collection": "Upcoming_Event", "field": "date_updated", @@ -7602,18 +7622,23 @@ "validation": null, "validation_message": null, "searchable": true - }, + } + }, + { + "collection": "Upcoming_Event", + "field": "title", + "type": "string", "schema": { - "name": "date_updated", + "name": "title", "table": "Upcoming_Event", - "data_type": "timestamp with time zone", + "data_type": "character varying", "default_value": null, "generation_expression": null, - "max_length": null, + "max_length": 255, "numeric_precision": null, "numeric_scale": null, "is_generated": false, - "is_nullable": true, + "is_nullable": false, "is_unique": false, "is_indexed": false, "is_primary_key": false, @@ -7622,12 +7647,7 @@ "foreign_key_table": null, "foreign_key_column": null, "comment": null - } - }, - { - "collection": "Upcoming_Event", - "field": "title", - "type": "string", + }, "meta": { "collection": "Upcoming_Event", "field": "title", @@ -7650,18 +7670,23 @@ "validation": null, "validation_message": null, "searchable": true - }, + } + }, + { + "collection": "Upcoming_Event", + "field": "description", + "type": "text", "schema": { - "name": "title", + "name": "description", "table": "Upcoming_Event", - "data_type": "character varying", + "data_type": "text", "default_value": null, "generation_expression": null, - "max_length": 255, + "max_length": null, "numeric_precision": null, "numeric_scale": null, "is_generated": false, - "is_nullable": false, + "is_nullable": true, "is_unique": false, "is_indexed": false, "is_primary_key": false, @@ -7670,12 +7695,7 @@ "foreign_key_table": null, "foreign_key_column": null, "comment": null - } - }, - { - "collection": "Upcoming_Event", - "field": "description", - "type": "text", + }, "meta": { "collection": "Upcoming_Event", "field": "description", @@ -7696,55 +7716,12 @@ "validation": null, "validation_message": null, "searchable": true - }, - "schema": { - "name": "description", - "table": "Upcoming_Event", - "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 } }, { "collection": "Upcoming_Event", "field": "location", "type": "string", - "meta": { - "collection": "Upcoming_Event", - "field": "location", - "special": null, - "interface": "input", - "options": { - "iconLeft": "share_location" - }, - "display": null, - "display_options": null, - "readonly": false, - "hidden": false, - "sort": 8, - "width": "full", - "translations": null, - "note": null, - "conditions": null, - "required": false, - "group": null, - "validation": null, - "validation_message": null, - "searchable": true - }, "schema": { "name": "location", "table": "Upcoming_Event", @@ -7764,12 +7741,55 @@ "foreign_key_table": null, "foreign_key_column": null, "comment": null + }, + "meta": { + "collection": "Upcoming_Event", + "field": "location", + "special": null, + "interface": "input", + "options": { + "iconLeft": "share_location" + }, + "display": null, + "display_options": null, + "readonly": false, + "hidden": false, + "sort": 8, + "width": "half", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true } }, { "collection": "Upcoming_Event", "field": "map_location", "type": "geometry.Point", + "schema": { + "name": "map_location", + "table": "Upcoming_Event", + "data_type": "POINT", + "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": "Upcoming_Event", "field": "map_location", @@ -7792,7 +7812,7 @@ "readonly": false, "hidden": false, "sort": 9, - "width": "full", + "width": "half", "translations": null, "note": null, "conditions": null, @@ -7801,32 +7821,32 @@ "validation": null, "validation_message": null, "searchable": true - }, - "schema": { - "name": "map_location", - "table": "Upcoming_Event", - "data_type": "POINT", - "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 } }, { "collection": "Upcoming_Event", "field": "thumbnail", "type": "uuid", + "schema": { + "name": "thumbnail", + "table": "Upcoming_Event", + "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": "Upcoming_Event", "field": "thumbnail", @@ -7849,53 +7869,12 @@ "validation": null, "validation_message": null, "searchable": true - }, - "schema": { - "name": "thumbnail", - "table": "Upcoming_Event", - "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 } }, { "collection": "Upcoming_Event", "field": "start_date", "type": "date", - "meta": { - "collection": "Upcoming_Event", - "field": "start_date", - "special": null, - "interface": "datetime", - "options": null, - "display": null, - "display_options": null, - "readonly": false, - "hidden": false, - "sort": 11, - "width": "full", - "translations": null, - "note": null, - "conditions": null, - "required": true, - "group": null, - "validation": null, - "validation_message": null, - "searchable": true - }, "schema": { "name": "start_date", "table": "Upcoming_Event", @@ -7915,15 +7894,10 @@ "foreign_key_table": null, "foreign_key_column": null, "comment": null - } - }, - { - "collection": "Upcoming_Event", - "field": "end_date", - "type": "date", + }, "meta": { "collection": "Upcoming_Event", - "field": "end_date", + "field": "start_date", "special": null, "interface": "datetime", "options": null, @@ -7931,17 +7905,22 @@ "display_options": null, "readonly": false, "hidden": false, - "sort": 12, - "width": "full", + "sort": 11, + "width": "half", "translations": null, "note": null, "conditions": null, - "required": false, + "required": true, "group": null, "validation": null, "validation_message": null, "searchable": true - }, + } + }, + { + "collection": "Upcoming_Event", + "field": "end_date", + "type": "date", "schema": { "name": "end_date", "table": "Upcoming_Event", @@ -7961,12 +7940,53 @@ "foreign_key_table": null, "foreign_key_column": null, "comment": null + }, + "meta": { + "collection": "Upcoming_Event", + "field": "end_date", + "special": null, + "interface": "datetime", + "options": null, + "display": null, + "display_options": null, + "readonly": false, + "hidden": false, + "sort": 12, + "width": "half", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true } }, { "collection": "Upcoming_Event", "field": "Upcoming_Events_id", "type": "uuid", + "schema": { + "name": "Upcoming_Events_id", + "table": "Upcoming_Event", + "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": "Upcoming_Events", + "foreign_key_column": "id", + "comment": null + }, "meta": { "collection": "Upcoming_Event", "field": "Upcoming_Events_id", @@ -7989,32 +8009,32 @@ "validation": null, "validation_message": null, "searchable": true - }, - "schema": { - "name": "Upcoming_Events_id", - "table": "Upcoming_Event", - "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": "Upcoming_Events", - "foreign_key_column": "id", - "comment": null } }, { "collection": "Upcoming_Event", "field": "sort", "type": "integer", + "schema": { + "name": "sort", + "table": "Upcoming_Event", + "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": "Upcoming_Event", "field": "sort", @@ -8035,26 +8055,6 @@ "validation": null, "validation_message": null, "searchable": true - }, - "schema": { - "name": "sort", - "table": "Upcoming_Event", - "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 } }, { @@ -9527,7 +9527,7 @@ "readonly": false, "hidden": false, "sort": 7, - "width": "full", + "width": "half", "translations": null, "note": null, "conditions": null, @@ -9588,7 +9588,7 @@ "readonly": false, "hidden": false, "sort": 8, - "width": "full", + "width": "half", "translations": null, "note": null, "conditions": null, @@ -10305,7 +10305,7 @@ "readonly": false, "hidden": false, "sort": 7, - "width": "full", + "width": "half", "translations": null, "note": null, "conditions": null, @@ -10353,7 +10353,7 @@ "readonly": false, "hidden": false, "sort": 8, - "width": "full", + "width": "half", "translations": null, "note": null, "conditions": null,