From 1e40f6d7fbaeaaf3e6f468061cd3d20d127c9557 Mon Sep 17 00:00:00 2001 From: Quinn Hegeman <102350242+itsfinniii@users.noreply.github.com> Date: Fri, 27 Feb 2026 23:14:53 +0100 Subject: [PATCH] Add Menu Columns and Menu Links and more --- directus/schema.json | 3081 +++++++++++++++++++++++++++++++++++------- 1 file changed, 2571 insertions(+), 510 deletions(-) diff --git a/directus/schema.json b/directus/schema.json index f025af0..fd2cb2b 100644 --- a/directus/schema.json +++ b/directus/schema.json @@ -1,5 +1,57 @@ { "collections": [ + { + "collection": "Menu", + "meta": { + "collection": "Menu", + "icon": "menu", + "note": null, + "display_template": null, + "hidden": false, + "singleton": true, + "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": 1, + "group": "Settings", + "collapse": "open", + "preview_url": null, + "versioning": false + }, + "schema": {} + }, + { + "collection": "Menu_Column", + "meta": { + "collection": "Menu_Column", + "icon": null, + "note": null, + "display_template": "{{title}}", + "hidden": false, + "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": 1, + "group": "Types", + "collapse": "open", + "preview_url": null, + "versioning": false + }, + "schema": {} + }, { "collection": "Robots", "meta": { @@ -26,32 +78,6 @@ }, "schema": {} }, - { - "collection": "Search_Engine_Optimisation", - "meta": { - "collection": "Search_Engine_Optimisation", - "icon": "search", - "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": 1, - "group": "Types", - "collapse": "open", - "preview_url": null, - "versioning": false - }, - "schema": {} - }, { "collection": "Single_Pages", "meta": { @@ -78,32 +104,6 @@ }, "schema": null }, - { - "collection": "Website_Settings", - "meta": { - "collection": "Website_Settings", - "icon": "globe", - "note": null, - "display_template": null, - "hidden": false, - "singleton": true, - "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": 1, - "group": "Settings", - "collapse": "open", - "preview_url": null, - "versioning": false - }, - "schema": {} - }, { "collection": "Humans", "meta": { @@ -130,6 +130,32 @@ }, "schema": {} }, + { + "collection": "Menu_Link", + "meta": { + "collection": "Menu_Link", + "icon": null, + "note": null, + "display_template": "{{text}} ({{url}})", + "hidden": false, + "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": 2, + "group": "Types", + "collapse": "open", + "preview_url": null, + "versioning": false + }, + "schema": {} + }, { "collection": "Settings", "meta": { @@ -156,6 +182,58 @@ }, "schema": null }, + { + "collection": "Website_Settings", + "meta": { + "collection": "Website_Settings", + "icon": "globe", + "note": null, + "display_template": null, + "hidden": false, + "singleton": true, + "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": 2, + "group": "Settings", + "collapse": "open", + "preview_url": null, + "versioning": false + }, + "schema": {} + }, + { + "collection": "Menu_Link_With_Icon", + "meta": { + "collection": "Menu_Link_With_Icon", + "icon": null, + "note": null, + "display_template": "{{icon.$thumbnail}} {{text}} ({{url}})", + "hidden": false, + "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": 3, + "group": "Types", + "collapse": "open", + "preview_url": null, + "versioning": false + }, + "schema": {} + }, { "collection": "Sitemap_Settings", "meta": { @@ -174,7 +252,7 @@ "accountability": "all", "color": null, "item_duplication_fields": null, - "sort": 2, + "sort": 3, "group": "Settings", "collapse": "open", "preview_url": null, @@ -207,9 +285,766 @@ "versioning": false }, "schema": null + }, + { + "collection": "Relations", + "meta": { + "collection": "Relations", + "icon": "route", + "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": null, + "collapse": "open", + "preview_url": null, + "versioning": false + }, + "schema": null + }, + { + "collection": "Search_Engine_Optimisation", + "meta": { + "collection": "Search_Engine_Optimisation", + "icon": "search", + "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": "Menu_Column_links", + "meta": { + "collection": "Menu_Column_links", + "icon": "import_export", + "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": null, + "group": null, + "collapse": "open", + "preview_url": null, + "versioning": false + }, + "schema": {} } ], "fields": [ + { + "collection": "Menu", + "field": "id", + "type": "integer", + "schema": { + "name": "id", + "table": "Menu", + "data_type": "integer", + "default_value": "nextval('\"Menu_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": "Menu", + "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": "Menu", + "field": "user_created", + "type": "uuid", + "schema": { + "name": "user_created", + "table": "Menu", + "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": "Menu", + "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": "Menu", + "field": "date_created", + "type": "timestamp", + "schema": { + "name": "date_created", + "table": "Menu", + "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": "Menu", + "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": "Menu", + "field": "user_updated", + "type": "uuid", + "schema": { + "name": "user_updated", + "table": "Menu", + "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": "Menu", + "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": "Menu", + "field": "date_updated", + "type": "timestamp", + "schema": { + "name": "date_updated", + "table": "Menu", + "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": "Menu", + "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": "Menu", + "field": "divider-xtnajn", + "type": "alias", + "schema": null, + "meta": { + "collection": "Menu", + "field": "divider-xtnajn", + "special": [ + "alias", + "no-data" + ], + "interface": "presentation-divider", + "options": { + "title": "Content", + "icon": "content_copy" + }, + "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": "Menu", + "field": "columns", + "type": "alias", + "schema": null, + "meta": { + "collection": "Menu", + "field": "columns", + "special": [ + "o2m" + ], + "interface": "list-o2m", + "options": null, + "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": "Menu_Column", + "field": "id", + "type": "uuid", + "schema": { + "name": "id", + "table": "Menu_Column", + "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": "Menu_Column", + "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": "Menu_Column", + "field": "user_created", + "type": "uuid", + "schema": { + "name": "user_created", + "table": "Menu_Column", + "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": "Menu_Column", + "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": "Menu_Column", + "field": "date_created", + "type": "timestamp", + "schema": { + "name": "date_created", + "table": "Menu_Column", + "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": "Menu_Column", + "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": "Menu_Column", + "field": "user_updated", + "type": "uuid", + "schema": { + "name": "user_updated", + "table": "Menu_Column", + "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": "Menu_Column", + "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": "Menu_Column", + "field": "date_updated", + "type": "timestamp", + "schema": { + "name": "date_updated", + "table": "Menu_Column", + "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": "Menu_Column", + "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": "Menu_Column", + "field": "title", + "type": "string", + "schema": { + "name": "title", + "table": "Menu_Column", + "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": "Menu_Column", + "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": "Menu_Column", + "field": "links", + "type": "alias", + "schema": null, + "meta": { + "collection": "Menu_Column", + "field": "links", + "special": [ + "m2a" + ], + "interface": "list-m2a", + "options": null, + "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": "Menu_Column", + "field": "Menu_id", + "type": "integer", + "schema": { + "name": "Menu_id", + "table": "Menu_Column", + "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": "public", + "foreign_key_table": "Menu", + "foreign_key_column": "id", + "comment": null + }, + "meta": { + "collection": "Menu_Column", + "field": "Menu_id", + "special": null, + "interface": null, + "options": null, + "display": "raw", + "display_options": null, + "readonly": false, + "hidden": true, + "sort": 8, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, { "collection": "Robots", "field": "id", @@ -762,35 +1597,33 @@ } }, { - "collection": "Search_Engine_Optimisation", + "collection": "Humans", "field": "id", - "type": "uuid", + "type": "integer", "schema": { "name": "id", - "table": "Search_Engine_Optimisation", - "data_type": "uuid", - "default_value": null, + "table": "Humans", + "data_type": "integer", + "default_value": "nextval('\"Humans_id_seq\"'::regclass)", "generation_expression": null, "max_length": null, - "numeric_precision": null, - "numeric_scale": 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": false, + "has_auto_increment": true, "foreign_key_schema": null, "foreign_key_table": null, "foreign_key_column": null, "comment": null }, "meta": { - "collection": "Search_Engine_Optimisation", + "collection": "Humans", "field": "id", - "special": [ - "uuid" - ], + "special": null, "interface": "input", "options": null, "display": null, @@ -810,12 +1643,12 @@ } }, { - "collection": "Search_Engine_Optimisation", + "collection": "Humans", "field": "user_created", "type": "uuid", "schema": { "name": "user_created", - "table": "Search_Engine_Optimisation", + "table": "Humans", "data_type": "uuid", "default_value": null, "generation_expression": null, @@ -834,7 +1667,7 @@ "comment": null }, "meta": { - "collection": "Search_Engine_Optimisation", + "collection": "Humans", "field": "user_created", "special": [ "user-created" @@ -860,12 +1693,12 @@ } }, { - "collection": "Search_Engine_Optimisation", + "collection": "Humans", "field": "date_created", "type": "timestamp", "schema": { "name": "date_created", - "table": "Search_Engine_Optimisation", + "table": "Humans", "data_type": "timestamp with time zone", "default_value": null, "generation_expression": null, @@ -884,7 +1717,7 @@ "comment": null }, "meta": { - "collection": "Search_Engine_Optimisation", + "collection": "Humans", "field": "date_created", "special": [ "date-created" @@ -910,12 +1743,12 @@ } }, { - "collection": "Search_Engine_Optimisation", + "collection": "Humans", "field": "user_updated", "type": "uuid", "schema": { "name": "user_updated", - "table": "Search_Engine_Optimisation", + "table": "Humans", "data_type": "uuid", "default_value": null, "generation_expression": null, @@ -934,7 +1767,7 @@ "comment": null }, "meta": { - "collection": "Search_Engine_Optimisation", + "collection": "Humans", "field": "user_updated", "special": [ "user-updated" @@ -960,12 +1793,12 @@ } }, { - "collection": "Search_Engine_Optimisation", + "collection": "Humans", "field": "date_updated", "type": "timestamp", "schema": { "name": "date_updated", - "table": "Search_Engine_Optimisation", + "table": "Humans", "data_type": "timestamp with time zone", "default_value": null, "generation_expression": null, @@ -984,7 +1817,7 @@ "comment": null }, "meta": { - "collection": "Search_Engine_Optimisation", + "collection": "Humans", "field": "date_updated", "special": [ "date-updated" @@ -1010,12 +1843,387 @@ } }, { - "collection": "Search_Engine_Optimisation", - "field": "title", + "collection": "Humans", + "field": "divider-iyy2p0", + "type": "alias", + "schema": null, + "meta": { + "collection": "Humans", + "field": "divider-iyy2p0", + "special": [ + "alias", + "no-data" + ], + "interface": "presentation-divider", + "options": { + "title": "Human", + "icon": "person_search" + }, + "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": "Humans", + "field": "enabled", + "type": "boolean", + "schema": { + "name": "enabled", + "table": "Humans", + "data_type": "boolean", + "default_value": false, + "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": "Humans", + "field": "enabled", + "special": [ + "cast-boolean" + ], + "interface": "boolean", + "options": null, + "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": "Humans", + "field": "content", + "type": "text", + "schema": { + "name": "content", + "table": "Humans", + "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": "Humans", + "field": "content", + "special": null, + "interface": "input-multiline", + "options": null, + "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 + } + }, + { + "collection": "Menu_Link", + "field": "id", + "type": "uuid", + "schema": { + "name": "id", + "table": "Menu_Link", + "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": "Menu_Link", + "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": "Menu_Link", + "field": "user_created", + "type": "uuid", + "schema": { + "name": "user_created", + "table": "Menu_Link", + "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": "Menu_Link", + "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": "Menu_Link", + "field": "date_created", + "type": "timestamp", + "schema": { + "name": "date_created", + "table": "Menu_Link", + "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": "Menu_Link", + "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": "Menu_Link", + "field": "user_updated", + "type": "uuid", + "schema": { + "name": "user_updated", + "table": "Menu_Link", + "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": "Menu_Link", + "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": "Menu_Link", + "field": "date_updated", + "type": "timestamp", + "schema": { + "name": "date_updated", + "table": "Menu_Link", + "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": "Menu_Link", + "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": "Menu_Link", + "field": "text", "type": "string", "schema": { - "name": "title", - "table": "Search_Engine_Optimisation", + "name": "text", + "table": "Menu_Link", "data_type": "character varying", "default_value": null, "generation_expression": null, @@ -1034,8 +2242,8 @@ "comment": null }, "meta": { - "collection": "Search_Engine_Optimisation", - "field": "title", + "collection": "Menu_Link", + "field": "text", "special": null, "interface": "input", "options": { @@ -1058,112 +2266,16 @@ } }, { - "collection": "Search_Engine_Optimisation", - "field": "description", - "type": "text", + "collection": "Menu_Link", + "field": "url", + "type": "string", "schema": { - "name": "description", - "table": "Search_Engine_Optimisation", - "data_type": "text", + "name": "url", + "table": "Menu_Link", + "data_type": "character varying", "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", - "type": "uuid", - "schema": { - "name": "thumbnail", - "table": "Search_Engine_Optimisation", - "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_files", - "foreign_key_column": "id", - "comment": null - }, - "meta": { - "collection": "Search_Engine_Optimisation", - "field": "thumbnail", - "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": false, - "group": null, - "validation": null, - "validation_message": null, - "searchable": true - } - }, - { - "collection": "Search_Engine_Optimisation", - "field": "allow_crawler", - "type": "boolean", - "schema": { - "name": "allow_crawler", - "table": "Search_Engine_Optimisation", - "data_type": "boolean", - "default_value": true, - "generation_expression": null, - "max_length": null, + "max_length": 255, "numeric_precision": null, "numeric_scale": null, "is_generated": false, @@ -1178,56 +2290,8 @@ "comment": null }, "meta": { - "collection": "Search_Engine_Optimisation", - "field": "allow_crawler", - "special": [ - "cast-boolean" - ], - "interface": "boolean", - "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": "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", + "collection": "Menu_Link", + "field": "url", "special": null, "interface": "input", "options": { @@ -1237,58 +2301,7 @@ "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", - "type": "integer", - "schema": { - "name": "priority", - "table": "Search_Engine_Optimisation", - "data_type": "integer", - "default_value": 65, - "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": "Search_Engine_Optimisation", - "field": "priority", - "special": null, - "interface": "slider", - "options": { - "minValue": 1, - "maxValue": 100, - "stepInterval": 2, - "alwaysShowValue": true - }, - "display": null, - "display_options": null, - "readonly": false, - "hidden": false, - "sort": 11, + "sort": 7, "width": "full", "translations": null, "note": null, @@ -2192,33 +3205,35 @@ } }, { - "collection": "Humans", + "collection": "Menu_Link_With_Icon", "field": "id", - "type": "integer", + "type": "uuid", "schema": { "name": "id", - "table": "Humans", - "data_type": "integer", - "default_value": "nextval('\"Humans_id_seq\"'::regclass)", + "table": "Menu_Link_With_Icon", + "data_type": "uuid", + "default_value": null, "generation_expression": null, "max_length": null, - "numeric_precision": 32, - "numeric_scale": 0, + "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": true, + "has_auto_increment": false, "foreign_key_schema": null, "foreign_key_table": null, "foreign_key_column": null, "comment": null }, "meta": { - "collection": "Humans", + "collection": "Menu_Link_With_Icon", "field": "id", - "special": null, + "special": [ + "uuid" + ], "interface": "input", "options": null, "display": null, @@ -2238,12 +3253,12 @@ } }, { - "collection": "Humans", + "collection": "Menu_Link_With_Icon", "field": "user_created", "type": "uuid", "schema": { "name": "user_created", - "table": "Humans", + "table": "Menu_Link_With_Icon", "data_type": "uuid", "default_value": null, "generation_expression": null, @@ -2262,7 +3277,7 @@ "comment": null }, "meta": { - "collection": "Humans", + "collection": "Menu_Link_With_Icon", "field": "user_created", "special": [ "user-created" @@ -2288,12 +3303,12 @@ } }, { - "collection": "Humans", + "collection": "Menu_Link_With_Icon", "field": "date_created", "type": "timestamp", "schema": { "name": "date_created", - "table": "Humans", + "table": "Menu_Link_With_Icon", "data_type": "timestamp with time zone", "default_value": null, "generation_expression": null, @@ -2312,7 +3327,7 @@ "comment": null }, "meta": { - "collection": "Humans", + "collection": "Menu_Link_With_Icon", "field": "date_created", "special": [ "date-created" @@ -2338,12 +3353,12 @@ } }, { - "collection": "Humans", + "collection": "Menu_Link_With_Icon", "field": "user_updated", "type": "uuid", "schema": { "name": "user_updated", - "table": "Humans", + "table": "Menu_Link_With_Icon", "data_type": "uuid", "default_value": null, "generation_expression": null, @@ -2362,7 +3377,7 @@ "comment": null }, "meta": { - "collection": "Humans", + "collection": "Menu_Link_With_Icon", "field": "user_updated", "special": [ "user-updated" @@ -2388,12 +3403,12 @@ } }, { - "collection": "Humans", + "collection": "Menu_Link_With_Icon", "field": "date_updated", "type": "timestamp", "schema": { "name": "date_updated", - "table": "Humans", + "table": "Menu_Link_With_Icon", "data_type": "timestamp with time zone", "default_value": null, "generation_expression": null, @@ -2412,7 +3427,7 @@ "comment": null }, "meta": { - "collection": "Humans", + "collection": "Menu_Link_With_Icon", "field": "date_updated", "special": [ "date-updated" @@ -2438,53 +3453,20 @@ } }, { - "collection": "Humans", - "field": "divider-iyy2p0", - "type": "alias", - "schema": null, - "meta": { - "collection": "Humans", - "field": "divider-iyy2p0", - "special": [ - "alias", - "no-data" - ], - "interface": "presentation-divider", - "options": { - "title": "Human", - "icon": "person_search" - }, - "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": "Humans", - "field": "enabled", - "type": "boolean", + "collection": "Menu_Link_With_Icon", + "field": "text", + "type": "string", "schema": { - "name": "enabled", - "table": "Humans", - "data_type": "boolean", - "default_value": false, + "name": "text", + "table": "Menu_Link_With_Icon", + "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, @@ -2495,13 +3477,61 @@ "comment": null }, "meta": { - "collection": "Humans", - "field": "enabled", - "special": [ - "cast-boolean" - ], - "interface": "boolean", - "options": null, + "collection": "Menu_Link_With_Icon", + "field": "text", + "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": "Menu_Link_With_Icon", + "field": "url", + "type": "string", + "schema": { + "name": "url", + "table": "Menu_Link_With_Icon", + "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": "Menu_Link_With_Icon", + "field": "url", + "special": null, + "interface": "input", + "options": { + "iconLeft": "link" + }, "display": null, "display_options": null, "readonly": false, @@ -2519,34 +3549,36 @@ } }, { - "collection": "Humans", - "field": "content", - "type": "text", + "collection": "Menu_Link_With_Icon", + "field": "icon", + "type": "uuid", "schema": { - "name": "content", - "table": "Humans", - "data_type": "text", + "name": "icon", + "table": "Menu_Link_With_Icon", + "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_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, + "foreign_key_schema": "public", + "foreign_key_table": "directus_files", + "foreign_key_column": "id", "comment": null }, "meta": { - "collection": "Humans", - "field": "content", - "special": null, - "interface": "input-multiline", + "collection": "Menu_Link_With_Icon", + "field": "icon", + "special": [ + "file" + ], + "interface": "file-image", "options": null, "display": null, "display_options": null, @@ -2557,7 +3589,7 @@ "translations": null, "note": null, "conditions": null, - "required": false, + "required": true, "group": null, "validation": null, "validation_message": null, @@ -2892,9 +3924,862 @@ "validation_message": null, "searchable": true } + }, + { + "collection": "Search_Engine_Optimisation", + "field": "id", + "type": "uuid", + "schema": { + "name": "id", + "table": "Search_Engine_Optimisation", + "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": "Search_Engine_Optimisation", + "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": "Search_Engine_Optimisation", + "field": "user_created", + "type": "uuid", + "schema": { + "name": "user_created", + "table": "Search_Engine_Optimisation", + "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": "Search_Engine_Optimisation", + "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": "Search_Engine_Optimisation", + "field": "date_created", + "type": "timestamp", + "schema": { + "name": "date_created", + "table": "Search_Engine_Optimisation", + "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": "Search_Engine_Optimisation", + "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": "Search_Engine_Optimisation", + "field": "user_updated", + "type": "uuid", + "schema": { + "name": "user_updated", + "table": "Search_Engine_Optimisation", + "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": "Search_Engine_Optimisation", + "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": "Search_Engine_Optimisation", + "field": "date_updated", + "type": "timestamp", + "schema": { + "name": "date_updated", + "table": "Search_Engine_Optimisation", + "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": "Search_Engine_Optimisation", + "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": "Search_Engine_Optimisation", + "field": "title", + "type": "string", + "schema": { + "name": "title", + "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": 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": "Search_Engine_Optimisation", + "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": "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", + "type": "uuid", + "schema": { + "name": "thumbnail", + "table": "Search_Engine_Optimisation", + "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_files", + "foreign_key_column": "id", + "comment": null + }, + "meta": { + "collection": "Search_Engine_Optimisation", + "field": "thumbnail", + "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": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Search_Engine_Optimisation", + "field": "allow_crawler", + "type": "boolean", + "schema": { + "name": "allow_crawler", + "table": "Search_Engine_Optimisation", + "data_type": "boolean", + "default_value": true, + "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 + }, + "meta": { + "collection": "Search_Engine_Optimisation", + "field": "allow_crawler", + "special": [ + "cast-boolean" + ], + "interface": "boolean", + "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": "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", + "type": "integer", + "schema": { + "name": "priority", + "table": "Search_Engine_Optimisation", + "data_type": "integer", + "default_value": 65, + "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": "Search_Engine_Optimisation", + "field": "priority", + "special": null, + "interface": "slider", + "options": { + "minValue": 1, + "maxValue": 100, + "stepInterval": 2, + "alwaysShowValue": true + }, + "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 + } + }, + { + "collection": "Menu_Column_links", + "field": "id", + "type": "integer", + "schema": { + "name": "id", + "table": "Menu_Column_links", + "data_type": "integer", + "default_value": "nextval('\"Menu_Column_links_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": "Menu_Column_links", + "field": "id", + "special": null, + "interface": null, + "options": null, + "display": null, + "display_options": null, + "readonly": false, + "hidden": true, + "sort": 1, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Menu_Column_links", + "field": "Menu_Column_id", + "type": "uuid", + "schema": { + "name": "Menu_Column_id", + "table": "Menu_Column_links", + "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": "Menu_Column", + "foreign_key_column": "id", + "comment": null + }, + "meta": { + "collection": "Menu_Column_links", + "field": "Menu_Column_id", + "special": null, + "interface": null, + "options": null, + "display": null, + "display_options": null, + "readonly": false, + "hidden": true, + "sort": 2, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Menu_Column_links", + "field": "item", + "type": "string", + "schema": { + "name": "item", + "table": "Menu_Column_links", + "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": "Menu_Column_links", + "field": "item", + "special": null, + "interface": null, + "options": null, + "display": null, + "display_options": null, + "readonly": false, + "hidden": true, + "sort": 3, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Menu_Column_links", + "field": "collection", + "type": "string", + "schema": { + "name": "collection", + "table": "Menu_Column_links", + "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": "Menu_Column_links", + "field": "collection", + "special": null, + "interface": null, + "options": null, + "display": null, + "display_options": null, + "readonly": false, + "hidden": true, + "sort": 4, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } } ], "relations": [ + { + "collection": "Menu", + "field": "user_created", + "related_collection": "directus_users", + "schema": { + "constraint_name": "menu_user_created_foreign", + "table": "Menu", + "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": "Menu", + "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": "Menu", + "field": "user_updated", + "related_collection": "directus_users", + "schema": { + "constraint_name": "menu_user_updated_foreign", + "table": "Menu", + "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": "Menu", + "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": "Menu_Column", + "field": "user_created", + "related_collection": "directus_users", + "schema": { + "constraint_name": "menu_column_user_created_foreign", + "table": "Menu_Column", + "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": "Menu_Column", + "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": "Menu_Column", + "field": "user_updated", + "related_collection": "directus_users", + "schema": { + "constraint_name": "menu_column_user_updated_foreign", + "table": "Menu_Column", + "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": "Menu_Column", + "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": "Menu_Column", + "field": "Menu_id", + "related_collection": "Menu", + "schema": { + "constraint_name": "menu_column_menu_id_foreign", + "table": "Menu_Column", + "column": "Menu_id", + "foreign_key_schema": "public", + "foreign_key_table": "Menu", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "SET NULL" + }, + "meta": { + "many_collection": "Menu_Column", + "many_field": "Menu_id", + "one_collection": "Menu", + "one_field": "columns", + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, { "collection": "Robots", "field": "user_created", @@ -2947,6 +4832,292 @@ "one_deselect_action": "nullify" } }, + { + "collection": "Humans", + "field": "user_updated", + "related_collection": "directus_users", + "schema": { + "constraint_name": "humans_user_updated_foreign", + "table": "Humans", + "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": "Humans", + "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": "Humans", + "field": "user_created", + "related_collection": "directus_users", + "schema": { + "constraint_name": "humans_user_created_foreign", + "table": "Humans", + "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": "Humans", + "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": "Menu_Link", + "field": "user_created", + "related_collection": "directus_users", + "schema": { + "constraint_name": "menu_link_user_created_foreign", + "table": "Menu_Link", + "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": "Menu_Link", + "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": "Menu_Link", + "field": "user_updated", + "related_collection": "directus_users", + "schema": { + "constraint_name": "menu_link_user_updated_foreign", + "table": "Menu_Link", + "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": "Menu_Link", + "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": "Website_Settings", + "field": "user_created", + "related_collection": "directus_users", + "schema": { + "constraint_name": "website_settings_user_created_foreign", + "table": "Website_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": "Website_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": "Website_Settings", + "field": "user_updated", + "related_collection": "directus_users", + "schema": { + "constraint_name": "website_settings_user_updated_foreign", + "table": "Website_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": "Website_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": "Menu_Link_With_Icon", + "field": "user_created", + "related_collection": "directus_users", + "schema": { + "constraint_name": "menu_link_with_icon_user_created_foreign", + "table": "Menu_Link_With_Icon", + "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": "Menu_Link_With_Icon", + "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": "Menu_Link_With_Icon", + "field": "user_updated", + "related_collection": "directus_users", + "schema": { + "constraint_name": "menu_link_with_icon_user_updated_foreign", + "table": "Menu_Link_With_Icon", + "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": "Menu_Link_With_Icon", + "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": "Menu_Link_With_Icon", + "field": "icon", + "related_collection": "directus_files", + "schema": { + "constraint_name": "menu_link_with_icon_icon_foreign", + "table": "Menu_Link_With_Icon", + "column": "icon", + "foreign_key_schema": "public", + "foreign_key_table": "directus_files", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "NO ACTION" + }, + "meta": { + "many_collection": "Menu_Link_With_Icon", + "many_field": "icon", + "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": "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": "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": "Search_Engine_Optimisation", "field": "user_updated", @@ -3026,157 +5197,47 @@ } }, { - "collection": "Website_Settings", - "field": "user_created", - "related_collection": "directus_users", - "schema": { - "constraint_name": "website_settings_user_created_foreign", - "table": "Website_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" - }, + "collection": "Menu_Column_links", + "field": "item", + "related_collection": null, + "schema": null, "meta": { - "many_collection": "Website_Settings", - "many_field": "user_created", - "one_collection": "directus_users", + "many_collection": "Menu_Column_links", + "many_field": "item", + "one_collection": null, "one_field": null, - "one_collection_field": null, - "one_allowed_collections": null, - "junction_field": null, + "one_collection_field": "collection", + "one_allowed_collections": [ + "Menu_Link_With_Icon", + "Menu_Link" + ], + "junction_field": "Menu_Column_id", "sort_field": null, "one_deselect_action": "nullify" } }, { - "collection": "Website_Settings", - "field": "user_updated", - "related_collection": "directus_users", + "collection": "Menu_Column_links", + "field": "Menu_Column_id", + "related_collection": "Menu_Column", "schema": { - "constraint_name": "website_settings_user_updated_foreign", - "table": "Website_Settings", - "column": "user_updated", + "constraint_name": "menu_column_links_menu_column_id_foreign", + "table": "Menu_Column_links", + "column": "Menu_Column_id", "foreign_key_schema": "public", - "foreign_key_table": "directus_users", + "foreign_key_table": "Menu_Column", "foreign_key_column": "id", "on_update": "NO ACTION", - "on_delete": "NO ACTION" + "on_delete": "SET NULL" }, "meta": { - "many_collection": "Website_Settings", - "many_field": "user_updated", - "one_collection": "directus_users", - "one_field": null, + "many_collection": "Menu_Column_links", + "many_field": "Menu_Column_id", + "one_collection": "Menu_Column", + "one_field": "links", "one_collection_field": null, "one_allowed_collections": null, - "junction_field": null, - "sort_field": null, - "one_deselect_action": "nullify" - } - }, - { - "collection": "Humans", - "field": "user_updated", - "related_collection": "directus_users", - "schema": { - "constraint_name": "humans_user_updated_foreign", - "table": "Humans", - "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": "Humans", - "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": "Humans", - "field": "user_created", - "related_collection": "directus_users", - "schema": { - "constraint_name": "humans_user_created_foreign", - "table": "Humans", - "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": "Humans", - "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": "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": "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, + "junction_field": "item", "sort_field": null, "one_deselect_action": "nullify" }