From faf584cafbc0116d7eb8e8bb1ded4167f057b22a Mon Sep 17 00:00:00 2001 From: Quinn Hegeman <102350242+itsfinniii@users.noreply.github.com> Date: Sun, 1 Mar 2026 14:26:56 +0100 Subject: [PATCH] Add pages to Directus, as well as a Hero component under Types --- directus/schema.json | 4602 ++++++++++++++++++++++++++---------------- 1 file changed, 2858 insertions(+), 1744 deletions(-) diff --git a/directus/schema.json b/directus/schema.json index 0bf68c2..6d7d6b8 100644 --- a/directus/schema.json +++ b/directus/schema.json @@ -1,31 +1,5 @@ { "collections": [ - { - "collection": "Blogs", - "meta": { - "collection": "Blogs", - "icon": "line_style", - "note": null, - "display_template": null, - "hidden": false, - "singleton": false, - "translations": null, - "archive_field": "status", - "archive_app_filter": true, - "archive_value": "archived", - "unarchive_value": "draft", - "sort_field": null, - "accountability": "all", - "color": null, - "item_duplication_fields": null, - "sort": 1, - "group": "Web_Pages", - "collapse": "open", - "preview_url": null, - "versioning": false - }, - "schema": {} - }, { "collection": "Menu", "meta": { @@ -104,6 +78,32 @@ }, "schema": {} }, + { + "collection": "Pages", + "meta": { + "collection": "Pages", + "icon": "two_pager", + "note": null, + "display_template": null, + "hidden": false, + "singleton": false, + "translations": null, + "archive_field": "status", + "archive_app_filter": true, + "archive_value": "archived", + "unarchive_value": "draft", + "sort_field": null, + "accountability": "all", + "color": null, + "item_duplication_fields": null, + "sort": 1, + "group": "Web_Pages", + "collapse": "open", + "preview_url": null, + "versioning": false + }, + "schema": {} + }, { "collection": "Photo", "meta": { @@ -286,6 +286,32 @@ }, "schema": {} }, + { + "collection": "Blogs", + "meta": { + "collection": "Blogs", + "icon": "line_style", + "note": null, + "display_template": null, + "hidden": false, + "singleton": false, + "translations": null, + "archive_field": "status", + "archive_app_filter": true, + "archive_value": "archived", + "unarchive_value": "draft", + "sort_field": null, + "accountability": "all", + "color": null, + "item_duplication_fields": null, + "sort": 2, + "group": "Web_Pages", + "collapse": "open", + "preview_url": null, + "versioning": false + }, + "schema": {} + }, { "collection": "Humans", "meta": { @@ -364,32 +390,6 @@ }, "schema": {} }, - { - "collection": "Projects", - "meta": { - "collection": "Projects", - "icon": "contextual_token", - "note": null, - "display_template": null, - "hidden": false, - "singleton": false, - "translations": null, - "archive_field": "status", - "archive_app_filter": true, - "archive_value": "archived", - "unarchive_value": "draft", - "sort_field": null, - "accountability": "all", - "color": null, - "item_duplication_fields": null, - "sort": 2, - "group": "Web_Pages", - "collapse": "open", - "preview_url": null, - "versioning": false - }, - "schema": {} - }, { "collection": "Projects_Tags", "meta": { @@ -469,25 +469,25 @@ "schema": {} }, { - "collection": "Photo_Categories", + "collection": "Hero", "meta": { - "collection": "Photo_Categories", - "icon": "stack_group", + "collection": "Hero", + "icon": "crown", "note": null, "display_template": null, - "hidden": false, + "hidden": true, "singleton": false, "translations": null, - "archive_field": "status", + "archive_field": null, "archive_app_filter": true, - "archive_value": "archived", - "unarchive_value": "draft", + "archive_value": null, + "unarchive_value": null, "sort_field": null, "accountability": "all", "color": null, "item_duplication_fields": null, "sort": 3, - "group": "Web_Pages", + "group": "Types", "collapse": "open", "preview_url": null, "versioning": false @@ -520,6 +520,32 @@ }, "schema": {} }, + { + "collection": "Projects", + "meta": { + "collection": "Projects", + "icon": "contextual_token", + "note": null, + "display_template": null, + "hidden": false, + "singleton": false, + "translations": null, + "archive_field": "status", + "archive_app_filter": true, + "archive_value": "archived", + "unarchive_value": "draft", + "sort_field": null, + "accountability": "all", + "color": null, + "item_duplication_fields": null, + "sort": 3, + "group": "Web_Pages", + "collapse": "open", + "preview_url": null, + "versioning": false + }, + "schema": {} + }, { "collection": "Single_Pages", "meta": { @@ -572,6 +598,32 @@ }, "schema": {} }, + { + "collection": "Photo_Categories", + "meta": { + "collection": "Photo_Categories", + "icon": "stack_group", + "note": null, + "display_template": null, + "hidden": false, + "singleton": false, + "translations": null, + "archive_field": "status", + "archive_app_filter": true, + "archive_value": "archived", + "unarchive_value": "draft", + "sort_field": null, + "accountability": "all", + "color": null, + "item_duplication_fields": null, + "sort": 4, + "group": "Web_Pages", + "collapse": "open", + "preview_url": null, + "versioning": false + }, + "schema": {} + }, { "collection": "Settings", "meta": { @@ -704,593 +756,6 @@ } ], "fields": [ - { - "collection": "Blogs", - "field": "id", - "type": "uuid", - "schema": { - "name": "id", - "table": "Blogs", - "data_type": "uuid", - "default_value": null, - "generation_expression": null, - "max_length": null, - "numeric_precision": null, - "numeric_scale": null, - "is_generated": false, - "is_nullable": false, - "is_unique": true, - "is_indexed": false, - "is_primary_key": true, - "has_auto_increment": false, - "foreign_key_schema": null, - "foreign_key_table": null, - "foreign_key_column": null, - "comment": null - }, - "meta": { - "collection": "Blogs", - "field": "id", - "special": [ - "uuid" - ], - "interface": "input", - "options": null, - "display": null, - "display_options": null, - "readonly": true, - "hidden": true, - "sort": 1, - "width": "full", - "translations": null, - "note": null, - "conditions": null, - "required": false, - "group": null, - "validation": null, - "validation_message": null, - "searchable": true - } - }, - { - "collection": "Blogs", - "field": "status", - "type": "string", - "schema": { - "name": "status", - "table": "Blogs", - "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": "Blogs", - "field": "status", - "special": null, - "interface": "select-dropdown", - "options": { - "choices": [ - { - "text": "Published", - "value": "published", - "color": "var(--theme--primary)" - }, - { - "text": "Draft", - "value": "draft", - "color": "var(--theme--foreground)" - }, - { - "text": "Archived", - "value": "archived", - "color": "var(--theme--warning)" - } - ] - }, - "display": "labels", - "display_options": { - "showAsDot": true, - "choices": [ - { - "text": "Published", - "value": "published", - "color": "var(--theme--primary)", - "foreground": "var(--theme--primary)", - "background": "var(--theme--primary-background)" - }, - { - "text": "Draft", - "value": "draft", - "color": "var(--theme--foreground)", - "foreground": "var(--theme--foreground)", - "background": "var(--theme--background-normal)" - }, - { - "text": "Archived", - "value": "archived", - "color": "var(--theme--warning)", - "foreground": "var(--theme--warning)", - "background": "var(--theme--warning-background)" - } - ] - }, - "readonly": false, - "hidden": false, - "sort": 2, - "width": "full", - "translations": null, - "note": null, - "conditions": null, - "required": false, - "group": null, - "validation": null, - "validation_message": null, - "searchable": true - } - }, - { - "collection": "Blogs", - "field": "user_created", - "type": "uuid", - "schema": { - "name": "user_created", - "table": "Blogs", - "data_type": "uuid", - "default_value": null, - "generation_expression": null, - "max_length": null, - "numeric_precision": null, - "numeric_scale": null, - "is_generated": false, - "is_nullable": true, - "is_unique": false, - "is_indexed": false, - "is_primary_key": false, - "has_auto_increment": false, - "foreign_key_schema": "public", - "foreign_key_table": "directus_users", - "foreign_key_column": "id", - "comment": null - }, - "meta": { - "collection": "Blogs", - "field": "user_created", - "special": [ - "user-created" - ], - "interface": "select-dropdown-m2o", - "options": { - "template": "{{avatar}} {{first_name}} {{last_name}}" - }, - "display": "user", - "display_options": null, - "readonly": true, - "hidden": true, - "sort": 3, - "width": "half", - "translations": null, - "note": null, - "conditions": null, - "required": false, - "group": null, - "validation": null, - "validation_message": null, - "searchable": true - } - }, - { - "collection": "Blogs", - "field": "date_created", - "type": "timestamp", - "schema": { - "name": "date_created", - "table": "Blogs", - "data_type": "timestamp with time zone", - "default_value": null, - "generation_expression": null, - "max_length": null, - "numeric_precision": null, - "numeric_scale": null, - "is_generated": false, - "is_nullable": true, - "is_unique": false, - "is_indexed": false, - "is_primary_key": false, - "has_auto_increment": false, - "foreign_key_schema": null, - "foreign_key_table": null, - "foreign_key_column": null, - "comment": null - }, - "meta": { - "collection": "Blogs", - "field": "date_created", - "special": [ - "date-created" - ], - "interface": "datetime", - "options": null, - "display": "datetime", - "display_options": { - "relative": true - }, - "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": "Blogs", - "field": "user_updated", - "type": "uuid", - "schema": { - "name": "user_updated", - "table": "Blogs", - "data_type": "uuid", - "default_value": null, - "generation_expression": null, - "max_length": null, - "numeric_precision": null, - "numeric_scale": null, - "is_generated": false, - "is_nullable": true, - "is_unique": false, - "is_indexed": false, - "is_primary_key": false, - "has_auto_increment": false, - "foreign_key_schema": "public", - "foreign_key_table": "directus_users", - "foreign_key_column": "id", - "comment": null - }, - "meta": { - "collection": "Blogs", - "field": "user_updated", - "special": [ - "user-updated" - ], - "interface": "select-dropdown-m2o", - "options": { - "template": "{{avatar}} {{first_name}} {{last_name}}" - }, - "display": "user", - "display_options": null, - "readonly": true, - "hidden": true, - "sort": 5, - "width": "half", - "translations": null, - "note": null, - "conditions": null, - "required": false, - "group": null, - "validation": null, - "validation_message": null, - "searchable": true - } - }, - { - "collection": "Blogs", - "field": "date_updated", - "type": "timestamp", - "schema": { - "name": "date_updated", - "table": "Blogs", - "data_type": "timestamp with time zone", - "default_value": null, - "generation_expression": null, - "max_length": null, - "numeric_precision": null, - "numeric_scale": null, - "is_generated": false, - "is_nullable": true, - "is_unique": false, - "is_indexed": false, - "is_primary_key": false, - "has_auto_increment": false, - "foreign_key_schema": null, - "foreign_key_table": null, - "foreign_key_column": null, - "comment": null - }, - "meta": { - "collection": "Blogs", - "field": "date_updated", - "special": [ - "date-updated" - ], - "interface": "datetime", - "options": null, - "display": "datetime", - "display_options": { - "relative": true - }, - "readonly": true, - "hidden": true, - "sort": 6, - "width": "half", - "translations": null, - "note": null, - "conditions": null, - "required": false, - "group": null, - "validation": null, - "validation_message": null, - "searchable": true - } - }, - { - "collection": "Blogs", - "field": "title", - "type": "string", - "schema": { - "name": "title", - "table": "Blogs", - "data_type": "character varying", - "default_value": null, - "generation_expression": null, - "max_length": 255, - "numeric_precision": null, - "numeric_scale": null, - "is_generated": false, - "is_nullable": false, - "is_unique": false, - "is_indexed": false, - "is_primary_key": false, - "has_auto_increment": false, - "foreign_key_schema": null, - "foreign_key_table": null, - "foreign_key_column": null, - "comment": null - }, - "meta": { - "collection": "Blogs", - "field": "title", - "special": null, - "interface": "input", - "options": { - "iconLeft": "title" - }, - "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": "Blogs", - "field": "url", - "type": "string", - "schema": { - "name": "url", - "table": "Blogs", - "data_type": "character varying", - "default_value": null, - "generation_expression": null, - "max_length": 255, - "numeric_precision": null, - "numeric_scale": null, - "is_generated": false, - "is_nullable": false, - "is_unique": true, - "is_indexed": true, - "is_primary_key": false, - "has_auto_increment": false, - "foreign_key_schema": null, - "foreign_key_table": null, - "foreign_key_column": null, - "comment": null - }, - "meta": { - "collection": "Blogs", - "field": "url", - "special": null, - "interface": "input", - "options": { - "iconLeft": "link" - }, - "display": null, - "display_options": null, - "readonly": false, - "hidden": false, - "sort": 8, - "width": "full", - "translations": null, - "note": null, - "conditions": null, - "required": true, - "group": null, - "validation": null, - "validation_message": null, - "searchable": true - } - }, - { - "collection": "Blogs", - "field": "date", - "type": "date", - "schema": { - "name": "date", - "table": "Blogs", - "data_type": "date", - "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": true, - "is_primary_key": false, - "has_auto_increment": false, - "foreign_key_schema": null, - "foreign_key_table": null, - "foreign_key_column": null, - "comment": null - }, - "meta": { - "collection": "Blogs", - "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": "Blogs", - "field": "search_engine", - "type": "alias", - "schema": null, - "meta": { - "collection": "Blogs", - "field": "search_engine", - "special": [ - "o2m" - ], - "interface": "list-o2m", - "options": { - "template": "{{title}}" - }, - "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": "Blogs", - "field": "tags", - "type": "alias", - "schema": null, - "meta": { - "collection": "Blogs", - "field": "tags", - "special": [ - "m2m" - ], - "interface": "list-m2m", - "options": { - "template": "{{Tags_id.text}}" - }, - "display": null, - "display_options": null, - "readonly": false, - "hidden": false, - "sort": 11, - "width": "full", - "translations": null, - "note": null, - "conditions": null, - "required": false, - "group": null, - "validation": null, - "validation_message": null, - "searchable": true - } - }, - { - "collection": "Blogs", - "field": "content", - "type": "text", - "schema": { - "name": "content", - "table": "Blogs", - "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 - }, - "meta": { - "collection": "Blogs", - "field": "content", - "special": null, - "interface": "input-rich-text-md", - "options": null, - "display": null, - "display_options": null, - "readonly": false, - "hidden": false, - "sort": 12, - "width": "full", - "translations": null, - "note": null, - "conditions": null, - "required": true, - "group": null, - "validation": null, - "validation_message": null, - "searchable": true - } - }, { "collection": "Menu", "field": "id", @@ -2127,6 +1592,422 @@ "searchable": true } }, + { + "collection": "Pages", + "field": "id", + "type": "uuid", + "schema": { + "name": "id", + "table": "Pages", + "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": "Pages", + "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": "Pages", + "field": "status", + "type": "string", + "schema": { + "name": "status", + "table": "Pages", + "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": "Pages", + "field": "status", + "special": null, + "interface": "select-dropdown", + "options": { + "choices": [ + { + "text": "Published", + "value": "published", + "color": "var(--theme--primary)" + }, + { + "text": "Draft", + "value": "draft", + "color": "var(--theme--foreground)" + }, + { + "text": "Archived", + "value": "archived", + "color": "var(--theme--warning)" + } + ] + }, + "display": "labels", + "display_options": { + "showAsDot": true, + "choices": [ + { + "text": "Published", + "value": "published", + "color": "var(--theme--primary)", + "foreground": "var(--theme--primary)", + "background": "var(--theme--primary-background)" + }, + { + "text": "Draft", + "value": "draft", + "color": "var(--theme--foreground)", + "foreground": "var(--theme--foreground)", + "background": "var(--theme--background-normal)" + }, + { + "text": "Archived", + "value": "archived", + "color": "var(--theme--warning)", + "foreground": "var(--theme--warning)", + "background": "var(--theme--warning-background)" + } + ] + }, + "readonly": false, + "hidden": false, + "sort": 2, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Pages", + "field": "user_created", + "type": "uuid", + "schema": { + "name": "user_created", + "table": "Pages", + "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": "Pages", + "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": 3, + "width": "half", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Pages", + "field": "date_created", + "type": "timestamp", + "schema": { + "name": "date_created", + "table": "Pages", + "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": "Pages", + "field": "date_created", + "special": [ + "date-created" + ], + "interface": "datetime", + "options": null, + "display": "datetime", + "display_options": { + "relative": true + }, + "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": "Pages", + "field": "user_updated", + "type": "uuid", + "schema": { + "name": "user_updated", + "table": "Pages", + "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": "Pages", + "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": 5, + "width": "half", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Pages", + "field": "date_updated", + "type": "timestamp", + "schema": { + "name": "date_updated", + "table": "Pages", + "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": "Pages", + "field": "date_updated", + "special": [ + "date-updated" + ], + "interface": "datetime", + "options": null, + "display": "datetime", + "display_options": { + "relative": true + }, + "readonly": true, + "hidden": true, + "sort": 6, + "width": "half", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Pages", + "field": "url", + "type": "string", + "schema": { + "name": "url", + "table": "Pages", + "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": true, + "is_indexed": true, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null + }, + "meta": { + "collection": "Pages", + "field": "url", + "special": null, + "interface": "input", + "options": { + "iconLeft": "link" + }, + "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": "Pages", + "field": "search_engine", + "type": "alias", + "schema": null, + "meta": { + "collection": "Pages", + "field": "search_engine", + "special": [ + "o2m" + ], + "interface": "list-o2m", + "options": { + "template": "{{title}}" + }, + "display": null, + "display_options": null, + "readonly": false, + "hidden": false, + "sort": 8, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": true, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, { "collection": "Photo", "field": "id", @@ -4471,6 +4352,54 @@ "searchable": true } }, + { + "collection": "Search_Engine_Optimisation", + "field": "Page_id", + "type": "uuid", + "schema": { + "name": "Page_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": true, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": "public", + "foreign_key_table": "Pages", + "foreign_key_column": "id", + "comment": null + }, + "meta": { + "collection": "Search_Engine_Optimisation", + "field": "Page_id", + "special": [ + "uuid" + ], + "interface": "input", + "options": null, + "display": null, + "display_options": null, + "readonly": false, + "hidden": false, + "sort": 12, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, { "collection": "Search_Engine_Optimisation", "field": "Blog_id", @@ -4507,7 +4436,7 @@ "display_options": null, "readonly": false, "hidden": true, - "sort": 12, + "sort": 13, "width": "full", "translations": null, "note": null, @@ -4555,7 +4484,7 @@ "display_options": null, "readonly": false, "hidden": true, - "sort": 13, + "sort": 14, "width": "full", "translations": null, "note": null, @@ -5507,6 +5436,593 @@ "searchable": true } }, + { + "collection": "Blogs", + "field": "id", + "type": "uuid", + "schema": { + "name": "id", + "table": "Blogs", + "data_type": "uuid", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": false, + "is_unique": true, + "is_indexed": false, + "is_primary_key": true, + "has_auto_increment": false, + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null + }, + "meta": { + "collection": "Blogs", + "field": "id", + "special": [ + "uuid" + ], + "interface": "input", + "options": null, + "display": null, + "display_options": null, + "readonly": true, + "hidden": true, + "sort": 1, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Blogs", + "field": "status", + "type": "string", + "schema": { + "name": "status", + "table": "Blogs", + "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": "Blogs", + "field": "status", + "special": null, + "interface": "select-dropdown", + "options": { + "choices": [ + { + "text": "Published", + "value": "published", + "color": "var(--theme--primary)" + }, + { + "text": "Draft", + "value": "draft", + "color": "var(--theme--foreground)" + }, + { + "text": "Archived", + "value": "archived", + "color": "var(--theme--warning)" + } + ] + }, + "display": "labels", + "display_options": { + "showAsDot": true, + "choices": [ + { + "text": "Published", + "value": "published", + "color": "var(--theme--primary)", + "foreground": "var(--theme--primary)", + "background": "var(--theme--primary-background)" + }, + { + "text": "Draft", + "value": "draft", + "color": "var(--theme--foreground)", + "foreground": "var(--theme--foreground)", + "background": "var(--theme--background-normal)" + }, + { + "text": "Archived", + "value": "archived", + "color": "var(--theme--warning)", + "foreground": "var(--theme--warning)", + "background": "var(--theme--warning-background)" + } + ] + }, + "readonly": false, + "hidden": false, + "sort": 2, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Blogs", + "field": "user_created", + "type": "uuid", + "schema": { + "name": "user_created", + "table": "Blogs", + "data_type": "uuid", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": true, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", + "comment": null + }, + "meta": { + "collection": "Blogs", + "field": "user_created", + "special": [ + "user-created" + ], + "interface": "select-dropdown-m2o", + "options": { + "template": "{{avatar}} {{first_name}} {{last_name}}" + }, + "display": "user", + "display_options": null, + "readonly": true, + "hidden": true, + "sort": 3, + "width": "half", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Blogs", + "field": "date_created", + "type": "timestamp", + "schema": { + "name": "date_created", + "table": "Blogs", + "data_type": "timestamp with time zone", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": true, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null + }, + "meta": { + "collection": "Blogs", + "field": "date_created", + "special": [ + "date-created" + ], + "interface": "datetime", + "options": null, + "display": "datetime", + "display_options": { + "relative": true + }, + "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": "Blogs", + "field": "user_updated", + "type": "uuid", + "schema": { + "name": "user_updated", + "table": "Blogs", + "data_type": "uuid", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": true, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", + "comment": null + }, + "meta": { + "collection": "Blogs", + "field": "user_updated", + "special": [ + "user-updated" + ], + "interface": "select-dropdown-m2o", + "options": { + "template": "{{avatar}} {{first_name}} {{last_name}}" + }, + "display": "user", + "display_options": null, + "readonly": true, + "hidden": true, + "sort": 5, + "width": "half", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Blogs", + "field": "date_updated", + "type": "timestamp", + "schema": { + "name": "date_updated", + "table": "Blogs", + "data_type": "timestamp with time zone", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": true, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null + }, + "meta": { + "collection": "Blogs", + "field": "date_updated", + "special": [ + "date-updated" + ], + "interface": "datetime", + "options": null, + "display": "datetime", + "display_options": { + "relative": true + }, + "readonly": true, + "hidden": true, + "sort": 6, + "width": "half", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Blogs", + "field": "title", + "type": "string", + "schema": { + "name": "title", + "table": "Blogs", + "data_type": "character varying", + "default_value": null, + "generation_expression": null, + "max_length": 255, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": false, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null + }, + "meta": { + "collection": "Blogs", + "field": "title", + "special": null, + "interface": "input", + "options": { + "iconLeft": "title" + }, + "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": "Blogs", + "field": "url", + "type": "string", + "schema": { + "name": "url", + "table": "Blogs", + "data_type": "character varying", + "default_value": null, + "generation_expression": null, + "max_length": 255, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": false, + "is_unique": true, + "is_indexed": true, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null + }, + "meta": { + "collection": "Blogs", + "field": "url", + "special": null, + "interface": "input", + "options": { + "iconLeft": "link" + }, + "display": null, + "display_options": null, + "readonly": false, + "hidden": false, + "sort": 8, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": true, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Blogs", + "field": "date", + "type": "date", + "schema": { + "name": "date", + "table": "Blogs", + "data_type": "date", + "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": true, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null + }, + "meta": { + "collection": "Blogs", + "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": "Blogs", + "field": "search_engine", + "type": "alias", + "schema": null, + "meta": { + "collection": "Blogs", + "field": "search_engine", + "special": [ + "o2m" + ], + "interface": "list-o2m", + "options": { + "template": "{{title}}" + }, + "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": "Blogs", + "field": "tags", + "type": "alias", + "schema": null, + "meta": { + "collection": "Blogs", + "field": "tags", + "special": [ + "m2m" + ], + "interface": "list-m2m", + "options": { + "template": "{{Tags_id.text}}" + }, + "display": null, + "display_options": null, + "readonly": false, + "hidden": false, + "sort": 11, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Blogs", + "field": "content", + "type": "text", + "schema": { + "name": "content", + "table": "Blogs", + "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 + }, + "meta": { + "collection": "Blogs", + "field": "content", + "special": null, + "interface": "input-rich-text-md", + "options": null, + "display": null, + "display_options": null, + "readonly": false, + "hidden": false, + "sort": 12, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": true, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, { "collection": "Humans", "field": "id", @@ -6660,6 +7176,1314 @@ "searchable": true } }, + { + "collection": "Projects_Tags", + "field": "id", + "type": "integer", + "schema": { + "name": "id", + "table": "Projects_Tags", + "data_type": "integer", + "default_value": "nextval('\"Projects_Tags_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": "Projects_Tags", + "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": "Projects_Tags", + "field": "Projects_id", + "type": "uuid", + "schema": { + "name": "Projects_id", + "table": "Projects_Tags", + "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": "Projects", + "foreign_key_column": "id", + "comment": null + }, + "meta": { + "collection": "Projects_Tags", + "field": "Projects_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": "Projects_Tags", + "field": "Tags_id", + "type": "uuid", + "schema": { + "name": "Tags_id", + "table": "Projects_Tags", + "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": "Tags", + "foreign_key_column": "id", + "comment": null + }, + "meta": { + "collection": "Projects_Tags", + "field": "Tags_id", + "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": "Projects_Tags", + "field": "sort", + "type": "integer", + "schema": { + "name": "sort", + "table": "Projects_Tags", + "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": "Projects_Tags", + "field": "sort", + "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 + } + }, + { + "collection": "Blogs_Tags", + "field": "id", + "type": "integer", + "schema": { + "name": "id", + "table": "Blogs_Tags", + "data_type": "integer", + "default_value": "nextval('\"Blogs_Tags_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": "Blogs_Tags", + "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": "Blogs_Tags", + "field": "Blogs_id", + "type": "uuid", + "schema": { + "name": "Blogs_id", + "table": "Blogs_Tags", + "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": "Blogs", + "foreign_key_column": "id", + "comment": null + }, + "meta": { + "collection": "Blogs_Tags", + "field": "Blogs_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": "Blogs_Tags", + "field": "Tags_id", + "type": "uuid", + "schema": { + "name": "Tags_id", + "table": "Blogs_Tags", + "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": "Tags", + "foreign_key_column": "id", + "comment": null + }, + "meta": { + "collection": "Blogs_Tags", + "field": "Tags_id", + "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": "Blogs_Tags", + "field": "sort", + "type": "integer", + "schema": { + "name": "sort", + "table": "Blogs_Tags", + "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": "Blogs_Tags", + "field": "sort", + "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 + } + }, + { + "collection": "Hero", + "field": "id", + "type": "uuid", + "meta": { + "collection": "Hero", + "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 + }, + "schema": { + "name": "id", + "table": "Hero", + "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": "Hero", + "field": "user_created", + "type": "uuid", + "meta": { + "collection": "Hero", + "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 + }, + "schema": { + "name": "user_created", + "table": "Hero", + "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 + } + }, + { + "collection": "Hero", + "field": "date_created", + "type": "timestamp", + "meta": { + "collection": "Hero", + "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 + }, + "schema": { + "name": "date_created", + "table": "Hero", + "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 + } + }, + { + "collection": "Hero", + "field": "user_updated", + "type": "uuid", + "meta": { + "collection": "Hero", + "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 + }, + "schema": { + "name": "user_updated", + "table": "Hero", + "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 + } + }, + { + "collection": "Hero", + "field": "date_updated", + "type": "timestamp", + "meta": { + "collection": "Hero", + "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 + }, + "schema": { + "name": "date_updated", + "table": "Hero", + "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 + } + }, + { + "collection": "Hero", + "field": "title", + "type": "string", + "meta": { + "collection": "Hero", + "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": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + }, + "schema": { + "name": "title", + "table": "Hero", + "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 + } + }, + { + "collection": "Hero", + "field": "subtext", + "type": "text", + "meta": { + "collection": "Hero", + "field": "subtext", + "special": null, + "interface": "input-rich-text-md", + "options": null, + "display": null, + "display_options": null, + "readonly": false, + "hidden": false, + "sort": 7, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + }, + "schema": { + "name": "subtext", + "table": "Hero", + "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": "Hero", + "field": "background_image", + "type": "uuid", + "meta": { + "collection": "Hero", + "field": "background_image", + "special": [ + "file" + ], + "interface": "file-image", + "options": null, + "display": null, + "display_options": null, + "readonly": false, + "hidden": false, + "sort": 8, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": true, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + }, + "schema": { + "name": "background_image", + "table": "Hero", + "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": "Project_Settings", + "field": "id", + "type": "integer", + "schema": { + "name": "id", + "table": "Project_Settings", + "data_type": "integer", + "default_value": "nextval('\"Project_Settings_id_seq\"'::regclass)", + "generation_expression": null, + "max_length": null, + "numeric_precision": 32, + "numeric_scale": 0, + "is_generated": false, + "is_nullable": false, + "is_unique": true, + "is_indexed": false, + "is_primary_key": true, + "has_auto_increment": true, + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null + }, + "meta": { + "collection": "Project_Settings", + "field": "id", + "special": null, + "interface": "input", + "options": null, + "display": null, + "display_options": null, + "readonly": true, + "hidden": true, + "sort": 1, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Project_Settings", + "field": "user_created", + "type": "uuid", + "schema": { + "name": "user_created", + "table": "Project_Settings", + "data_type": "uuid", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": true, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", + "comment": null + }, + "meta": { + "collection": "Project_Settings", + "field": "user_created", + "special": [ + "user-created" + ], + "interface": "select-dropdown-m2o", + "options": { + "template": "{{avatar}} {{first_name}} {{last_name}}" + }, + "display": "user", + "display_options": null, + "readonly": true, + "hidden": true, + "sort": 2, + "width": "half", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Project_Settings", + "field": "date_created", + "type": "timestamp", + "schema": { + "name": "date_created", + "table": "Project_Settings", + "data_type": "timestamp with time zone", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": true, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null + }, + "meta": { + "collection": "Project_Settings", + "field": "date_created", + "special": [ + "date-created" + ], + "interface": "datetime", + "options": null, + "display": "datetime", + "display_options": { + "relative": true + }, + "readonly": true, + "hidden": true, + "sort": 3, + "width": "half", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Project_Settings", + "field": "user_updated", + "type": "uuid", + "schema": { + "name": "user_updated", + "table": "Project_Settings", + "data_type": "uuid", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": true, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", + "comment": null + }, + "meta": { + "collection": "Project_Settings", + "field": "user_updated", + "special": [ + "user-updated" + ], + "interface": "select-dropdown-m2o", + "options": { + "template": "{{avatar}} {{first_name}} {{last_name}}" + }, + "display": "user", + "display_options": null, + "readonly": true, + "hidden": true, + "sort": 4, + "width": "half", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Project_Settings", + "field": "date_updated", + "type": "timestamp", + "schema": { + "name": "date_updated", + "table": "Project_Settings", + "data_type": "timestamp with time zone", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": true, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null + }, + "meta": { + "collection": "Project_Settings", + "field": "date_updated", + "special": [ + "date-updated" + ], + "interface": "datetime", + "options": null, + "display": "datetime", + "display_options": { + "relative": true + }, + "readonly": true, + "hidden": true, + "sort": 5, + "width": "half", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Project_Settings", + "field": "enabled", + "type": "boolean", + "schema": { + "name": "enabled", + "table": "Project_Settings", + "data_type": "boolean", + "default_value": false, + "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": "Project_Settings", + "field": "enabled", + "special": [ + "cast-boolean" + ], + "interface": "boolean", + "options": null, + "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": "Project_Settings", + "field": "divider-g3stvv", + "type": "alias", + "schema": null, + "meta": { + "collection": "Project_Settings", + "field": "divider-g3stvv", + "special": [ + "alias", + "no-data" + ], + "interface": "presentation-divider", + "options": { + "title": "Texts", + "icon": "text_rotate_vertical" + }, + "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": "Project_Settings", + "field": "title", + "type": "string", + "schema": { + "name": "title", + "table": "Project_Settings", + "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": "Project_Settings", + "field": "title", + "special": null, + "interface": "input", + "options": { + "iconLeft": "title" + }, + "display": null, + "display_options": null, + "readonly": false, + "hidden": false, + "sort": 8, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": true, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Project_Settings", + "field": "subtext", + "type": "text", + "schema": { + "name": "subtext", + "table": "Project_Settings", + "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": "Project_Settings", + "field": "subtext", + "special": null, + "interface": "input-rich-text-md", + "options": null, + "display": null, + "display_options": null, + "readonly": false, + "hidden": false, + "sort": 9, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, + { + "collection": "Project_Settings", + "field": "divider--_oemg", + "type": "alias", + "schema": null, + "meta": { + "collection": "Project_Settings", + "field": "divider--_oemg", + "special": [ + "alias", + "no-data" + ], + "interface": "presentation-divider", + "options": { + "title": "Routing", + "icon": "route" + }, + "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": "Project_Settings", + "field": "index_route_template", + "type": "string", + "schema": { + "name": "index_route_template", + "table": "Project_Settings", + "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": "Project_Settings", + "field": "index_route_template", + "special": null, + "interface": "input", + "options": { + "iconLeft": "route" + }, + "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": "Project_Settings", + "field": "project_route_template", + "type": "string", + "schema": { + "name": "project_route_template", + "table": "Project_Settings", + "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": "Project_Settings", + "field": "project_route_template", + "special": null, + "interface": "input", + "options": { + "iconLeft": "link" + }, + "display": null, + "display_options": null, + "readonly": false, + "hidden": false, + "sort": 12, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": true, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, { "collection": "Projects", "field": "id", @@ -7248,14 +9072,14 @@ } }, { - "collection": "Projects_Tags", + "collection": "Photo_Albums_Photo_Categories", "field": "id", "type": "integer", "schema": { "name": "id", - "table": "Projects_Tags", + "table": "Photo_Albums_Photo_Categories", "data_type": "integer", - "default_value": "nextval('\"Projects_Tags_id_seq\"'::regclass)", + "default_value": "nextval('\"Photo_Albums_Photo_Categories_id_seq\"'::regclass)", "generation_expression": null, "max_length": null, "numeric_precision": 32, @@ -7272,7 +9096,7 @@ "comment": null }, "meta": { - "collection": "Projects_Tags", + "collection": "Photo_Albums_Photo_Categories", "field": "id", "special": null, "interface": null, @@ -7294,12 +9118,12 @@ } }, { - "collection": "Projects_Tags", - "field": "Projects_id", + "collection": "Photo_Albums_Photo_Categories", + "field": "Photo_Albums_id", "type": "uuid", "schema": { - "name": "Projects_id", - "table": "Projects_Tags", + "name": "Photo_Albums_id", + "table": "Photo_Albums_Photo_Categories", "data_type": "uuid", "default_value": null, "generation_expression": null, @@ -7313,13 +9137,13 @@ "is_primary_key": false, "has_auto_increment": false, "foreign_key_schema": "public", - "foreign_key_table": "Projects", + "foreign_key_table": "Photo_Albums", "foreign_key_column": "id", "comment": null }, "meta": { - "collection": "Projects_Tags", - "field": "Projects_id", + "collection": "Photo_Albums_Photo_Categories", + "field": "Photo_Albums_id", "special": null, "interface": null, "options": null, @@ -7340,12 +9164,12 @@ } }, { - "collection": "Projects_Tags", - "field": "Tags_id", + "collection": "Photo_Albums_Photo_Categories", + "field": "Photo_Categories_id", "type": "uuid", "schema": { - "name": "Tags_id", - "table": "Projects_Tags", + "name": "Photo_Categories_id", + "table": "Photo_Albums_Photo_Categories", "data_type": "uuid", "default_value": null, "generation_expression": null, @@ -7359,13 +9183,13 @@ "is_primary_key": false, "has_auto_increment": false, "foreign_key_schema": "public", - "foreign_key_table": "Tags", + "foreign_key_table": "Photo_Categories", "foreign_key_column": "id", "comment": null }, "meta": { - "collection": "Projects_Tags", - "field": "Tags_id", + "collection": "Photo_Albums_Photo_Categories", + "field": "Photo_Categories_id", "special": null, "interface": null, "options": null, @@ -7386,12 +9210,12 @@ } }, { - "collection": "Projects_Tags", + "collection": "Photo_Albums_Photo_Categories", "field": "sort", "type": "integer", "schema": { "name": "sort", - "table": "Projects_Tags", + "table": "Photo_Albums_Photo_Categories", "data_type": "integer", "default_value": null, "generation_expression": null, @@ -7410,191 +9234,7 @@ "comment": null }, "meta": { - "collection": "Projects_Tags", - "field": "sort", - "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 - } - }, - { - "collection": "Blogs_Tags", - "field": "id", - "type": "integer", - "schema": { - "name": "id", - "table": "Blogs_Tags", - "data_type": "integer", - "default_value": "nextval('\"Blogs_Tags_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": "Blogs_Tags", - "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": "Blogs_Tags", - "field": "Blogs_id", - "type": "uuid", - "schema": { - "name": "Blogs_id", - "table": "Blogs_Tags", - "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": "Blogs", - "foreign_key_column": "id", - "comment": null - }, - "meta": { - "collection": "Blogs_Tags", - "field": "Blogs_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": "Blogs_Tags", - "field": "Tags_id", - "type": "uuid", - "schema": { - "name": "Tags_id", - "table": "Blogs_Tags", - "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": "Tags", - "foreign_key_column": "id", - "comment": null - }, - "meta": { - "collection": "Blogs_Tags", - "field": "Tags_id", - "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": "Blogs_Tags", - "field": "sort", - "type": "integer", - "schema": { - "name": "sort", - "table": "Blogs_Tags", - "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": "Blogs_Tags", + "collection": "Photo_Albums_Photo_Categories", "field": "sort", "special": null, "interface": null, @@ -8096,740 +9736,6 @@ "searchable": true } }, - { - "collection": "Project_Settings", - "field": "id", - "type": "integer", - "schema": { - "name": "id", - "table": "Project_Settings", - "data_type": "integer", - "default_value": "nextval('\"Project_Settings_id_seq\"'::regclass)", - "generation_expression": null, - "max_length": null, - "numeric_precision": 32, - "numeric_scale": 0, - "is_generated": false, - "is_nullable": false, - "is_unique": true, - "is_indexed": false, - "is_primary_key": true, - "has_auto_increment": true, - "foreign_key_schema": null, - "foreign_key_table": null, - "foreign_key_column": null, - "comment": null - }, - "meta": { - "collection": "Project_Settings", - "field": "id", - "special": null, - "interface": "input", - "options": null, - "display": null, - "display_options": null, - "readonly": true, - "hidden": true, - "sort": 1, - "width": "full", - "translations": null, - "note": null, - "conditions": null, - "required": false, - "group": null, - "validation": null, - "validation_message": null, - "searchable": true - } - }, - { - "collection": "Project_Settings", - "field": "user_created", - "type": "uuid", - "schema": { - "name": "user_created", - "table": "Project_Settings", - "data_type": "uuid", - "default_value": null, - "generation_expression": null, - "max_length": null, - "numeric_precision": null, - "numeric_scale": null, - "is_generated": false, - "is_nullable": true, - "is_unique": false, - "is_indexed": false, - "is_primary_key": false, - "has_auto_increment": false, - "foreign_key_schema": "public", - "foreign_key_table": "directus_users", - "foreign_key_column": "id", - "comment": null - }, - "meta": { - "collection": "Project_Settings", - "field": "user_created", - "special": [ - "user-created" - ], - "interface": "select-dropdown-m2o", - "options": { - "template": "{{avatar}} {{first_name}} {{last_name}}" - }, - "display": "user", - "display_options": null, - "readonly": true, - "hidden": true, - "sort": 2, - "width": "half", - "translations": null, - "note": null, - "conditions": null, - "required": false, - "group": null, - "validation": null, - "validation_message": null, - "searchable": true - } - }, - { - "collection": "Project_Settings", - "field": "date_created", - "type": "timestamp", - "schema": { - "name": "date_created", - "table": "Project_Settings", - "data_type": "timestamp with time zone", - "default_value": null, - "generation_expression": null, - "max_length": null, - "numeric_precision": null, - "numeric_scale": null, - "is_generated": false, - "is_nullable": true, - "is_unique": false, - "is_indexed": false, - "is_primary_key": false, - "has_auto_increment": false, - "foreign_key_schema": null, - "foreign_key_table": null, - "foreign_key_column": null, - "comment": null - }, - "meta": { - "collection": "Project_Settings", - "field": "date_created", - "special": [ - "date-created" - ], - "interface": "datetime", - "options": null, - "display": "datetime", - "display_options": { - "relative": true - }, - "readonly": true, - "hidden": true, - "sort": 3, - "width": "half", - "translations": null, - "note": null, - "conditions": null, - "required": false, - "group": null, - "validation": null, - "validation_message": null, - "searchable": true - } - }, - { - "collection": "Project_Settings", - "field": "user_updated", - "type": "uuid", - "schema": { - "name": "user_updated", - "table": "Project_Settings", - "data_type": "uuid", - "default_value": null, - "generation_expression": null, - "max_length": null, - "numeric_precision": null, - "numeric_scale": null, - "is_generated": false, - "is_nullable": true, - "is_unique": false, - "is_indexed": false, - "is_primary_key": false, - "has_auto_increment": false, - "foreign_key_schema": "public", - "foreign_key_table": "directus_users", - "foreign_key_column": "id", - "comment": null - }, - "meta": { - "collection": "Project_Settings", - "field": "user_updated", - "special": [ - "user-updated" - ], - "interface": "select-dropdown-m2o", - "options": { - "template": "{{avatar}} {{first_name}} {{last_name}}" - }, - "display": "user", - "display_options": null, - "readonly": true, - "hidden": true, - "sort": 4, - "width": "half", - "translations": null, - "note": null, - "conditions": null, - "required": false, - "group": null, - "validation": null, - "validation_message": null, - "searchable": true - } - }, - { - "collection": "Project_Settings", - "field": "date_updated", - "type": "timestamp", - "schema": { - "name": "date_updated", - "table": "Project_Settings", - "data_type": "timestamp with time zone", - "default_value": null, - "generation_expression": null, - "max_length": null, - "numeric_precision": null, - "numeric_scale": null, - "is_generated": false, - "is_nullable": true, - "is_unique": false, - "is_indexed": false, - "is_primary_key": false, - "has_auto_increment": false, - "foreign_key_schema": null, - "foreign_key_table": null, - "foreign_key_column": null, - "comment": null - }, - "meta": { - "collection": "Project_Settings", - "field": "date_updated", - "special": [ - "date-updated" - ], - "interface": "datetime", - "options": null, - "display": "datetime", - "display_options": { - "relative": true - }, - "readonly": true, - "hidden": true, - "sort": 5, - "width": "half", - "translations": null, - "note": null, - "conditions": null, - "required": false, - "group": null, - "validation": null, - "validation_message": null, - "searchable": true - } - }, - { - "collection": "Project_Settings", - "field": "enabled", - "type": "boolean", - "schema": { - "name": "enabled", - "table": "Project_Settings", - "data_type": "boolean", - "default_value": false, - "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": "Project_Settings", - "field": "enabled", - "special": [ - "cast-boolean" - ], - "interface": "boolean", - "options": null, - "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": "Project_Settings", - "field": "divider-g3stvv", - "type": "alias", - "schema": null, - "meta": { - "collection": "Project_Settings", - "field": "divider-g3stvv", - "special": [ - "alias", - "no-data" - ], - "interface": "presentation-divider", - "options": { - "title": "Texts", - "icon": "text_rotate_vertical" - }, - "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": "Project_Settings", - "field": "title", - "type": "string", - "schema": { - "name": "title", - "table": "Project_Settings", - "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": "Project_Settings", - "field": "title", - "special": null, - "interface": "input", - "options": { - "iconLeft": "title" - }, - "display": null, - "display_options": null, - "readonly": false, - "hidden": false, - "sort": 8, - "width": "full", - "translations": null, - "note": null, - "conditions": null, - "required": true, - "group": null, - "validation": null, - "validation_message": null, - "searchable": true - } - }, - { - "collection": "Project_Settings", - "field": "subtext", - "type": "text", - "schema": { - "name": "subtext", - "table": "Project_Settings", - "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": "Project_Settings", - "field": "subtext", - "special": null, - "interface": "input-rich-text-md", - "options": null, - "display": null, - "display_options": null, - "readonly": false, - "hidden": false, - "sort": 9, - "width": "full", - "translations": null, - "note": null, - "conditions": null, - "required": false, - "group": null, - "validation": null, - "validation_message": null, - "searchable": true - } - }, - { - "collection": "Project_Settings", - "field": "divider--_oemg", - "type": "alias", - "schema": null, - "meta": { - "collection": "Project_Settings", - "field": "divider--_oemg", - "special": [ - "alias", - "no-data" - ], - "interface": "presentation-divider", - "options": { - "title": "Routing", - "icon": "route" - }, - "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": "Project_Settings", - "field": "index_route_template", - "type": "string", - "schema": { - "name": "index_route_template", - "table": "Project_Settings", - "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": "Project_Settings", - "field": "index_route_template", - "special": null, - "interface": "input", - "options": { - "iconLeft": "route" - }, - "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": "Project_Settings", - "field": "project_route_template", - "type": "string", - "schema": { - "name": "project_route_template", - "table": "Project_Settings", - "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": "Project_Settings", - "field": "project_route_template", - "special": null, - "interface": "input", - "options": { - "iconLeft": "link" - }, - "display": null, - "display_options": null, - "readonly": false, - "hidden": false, - "sort": 12, - "width": "full", - "translations": null, - "note": null, - "conditions": null, - "required": true, - "group": null, - "validation": null, - "validation_message": null, - "searchable": true - } - }, - { - "collection": "Photo_Albums_Photo_Categories", - "field": "id", - "type": "integer", - "schema": { - "name": "id", - "table": "Photo_Albums_Photo_Categories", - "data_type": "integer", - "default_value": "nextval('\"Photo_Albums_Photo_Categories_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": "Photo_Albums_Photo_Categories", - "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": "Photo_Albums_Photo_Categories", - "field": "Photo_Albums_id", - "type": "uuid", - "schema": { - "name": "Photo_Albums_id", - "table": "Photo_Albums_Photo_Categories", - "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": "Photo_Albums", - "foreign_key_column": "id", - "comment": null - }, - "meta": { - "collection": "Photo_Albums_Photo_Categories", - "field": "Photo_Albums_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": "Photo_Albums_Photo_Categories", - "field": "Photo_Categories_id", - "type": "uuid", - "schema": { - "name": "Photo_Categories_id", - "table": "Photo_Albums_Photo_Categories", - "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": "Photo_Categories", - "foreign_key_column": "id", - "comment": null - }, - "meta": { - "collection": "Photo_Albums_Photo_Categories", - "field": "Photo_Categories_id", - "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": "Photo_Albums_Photo_Categories", - "field": "sort", - "type": "integer", - "schema": { - "name": "sort", - "table": "Photo_Albums_Photo_Categories", - "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": "Photo_Albums_Photo_Categories", - "field": "sort", - "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 - } - }, { "collection": "Website_Settings", "field": "id", @@ -10225,58 +11131,6 @@ } ], "relations": [ - { - "collection": "Blogs", - "field": "user_updated", - "related_collection": "directus_users", - "schema": { - "constraint_name": "blogs_user_updated_foreign", - "table": "Blogs", - "column": "user_updated", - "foreign_key_schema": "public", - "foreign_key_table": "directus_users", - "foreign_key_column": "id", - "on_update": "NO ACTION", - "on_delete": "NO ACTION" - }, - "meta": { - "many_collection": "Blogs", - "many_field": "user_updated", - "one_collection": "directus_users", - "one_field": null, - "one_collection_field": null, - "one_allowed_collections": null, - "junction_field": null, - "sort_field": null, - "one_deselect_action": "nullify" - } - }, - { - "collection": "Blogs", - "field": "user_created", - "related_collection": "directus_users", - "schema": { - "constraint_name": "blogs_user_created_foreign", - "table": "Blogs", - "column": "user_created", - "foreign_key_schema": "public", - "foreign_key_table": "directus_users", - "foreign_key_column": "id", - "on_update": "NO ACTION", - "on_delete": "NO ACTION" - }, - "meta": { - "many_collection": "Blogs", - "many_field": "user_created", - "one_collection": "directus_users", - "one_field": null, - "one_collection_field": null, - "one_allowed_collections": null, - "junction_field": null, - "sort_field": null, - "one_deselect_action": "nullify" - } - }, { "collection": "Menu", "field": "user_updated", @@ -10427,6 +11281,58 @@ "one_deselect_action": "nullify" } }, + { + "collection": "Pages", + "field": "user_updated", + "related_collection": "directus_users", + "schema": { + "constraint_name": "pages_user_updated_foreign", + "table": "Pages", + "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": "Pages", + "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": "Pages", + "field": "user_created", + "related_collection": "directus_users", + "schema": { + "constraint_name": "pages_user_created_foreign", + "table": "Pages", + "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": "Pages", + "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": "Photo", "field": "Photo_Album_id", @@ -10661,6 +11567,32 @@ "one_deselect_action": "nullify" } }, + { + "collection": "Search_Engine_Optimisation", + "field": "Page_id", + "related_collection": "Pages", + "schema": { + "constraint_name": "search_engine_optimisation_page_id_foreign", + "table": "Search_Engine_Optimisation", + "column": "Page_id", + "foreign_key_schema": "public", + "foreign_key_table": "Pages", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "SET NULL" + }, + "meta": { + "many_collection": "Search_Engine_Optimisation", + "many_field": "Page_id", + "one_collection": "Pages", + "one_field": "search_engine", + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, { "collection": "Search_Engine_Optimisation", "field": "Project_id", @@ -10895,6 +11827,58 @@ "one_deselect_action": "nullify" } }, + { + "collection": "Blogs", + "field": "user_updated", + "related_collection": "directus_users", + "schema": { + "constraint_name": "blogs_user_updated_foreign", + "table": "Blogs", + "column": "user_updated", + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "NO ACTION" + }, + "meta": { + "many_collection": "Blogs", + "many_field": "user_updated", + "one_collection": "directus_users", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, + { + "collection": "Blogs", + "field": "user_created", + "related_collection": "directus_users", + "schema": { + "constraint_name": "blogs_user_created_foreign", + "table": "Blogs", + "column": "user_created", + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "NO ACTION" + }, + "meta": { + "many_collection": "Blogs", + "many_field": "user_created", + "one_collection": "directus_users", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, { "collection": "Humans", "field": "user_created", @@ -11103,58 +12087,6 @@ "one_deselect_action": "nullify" } }, - { - "collection": "Projects", - "field": "user_created", - "related_collection": "directus_users", - "schema": { - "constraint_name": "projects_user_created_foreign", - "table": "Projects", - "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": "Projects", - "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": "Projects", - "field": "user_updated", - "related_collection": "directus_users", - "schema": { - "constraint_name": "projects_user_updated_foreign", - "table": "Projects", - "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": "Projects", - "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": "Projects_Tags", "field": "Projects_id", @@ -11259,6 +12191,240 @@ "one_deselect_action": "nullify" } }, + { + "collection": "Hero", + "field": "user_created", + "related_collection": "directus_users", + "schema": { + "constraint_name": "hero_user_created_foreign", + "table": "Hero", + "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": "Hero", + "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": "Hero", + "field": "user_updated", + "related_collection": "directus_users", + "schema": { + "constraint_name": "hero_user_updated_foreign", + "table": "Hero", + "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": "Hero", + "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": "Hero", + "field": "background_image", + "related_collection": "directus_files", + "schema": { + "constraint_name": "hero_background_image_foreign", + "table": "Hero", + "column": "background_image", + "foreign_key_schema": "public", + "foreign_key_table": "directus_files", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "NO ACTION" + }, + "meta": { + "many_collection": "Hero", + "many_field": "background_image", + "one_collection": "directus_files", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, + { + "collection": "Project_Settings", + "field": "user_updated", + "related_collection": "directus_users", + "schema": { + "constraint_name": "project_settings_user_updated_foreign", + "table": "Project_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": "Project_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": "Project_Settings", + "field": "user_created", + "related_collection": "directus_users", + "schema": { + "constraint_name": "project_settings_user_created_foreign", + "table": "Project_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": "Project_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": "Projects", + "field": "user_created", + "related_collection": "directus_users", + "schema": { + "constraint_name": "projects_user_created_foreign", + "table": "Projects", + "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": "Projects", + "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": "Projects", + "field": "user_updated", + "related_collection": "directus_users", + "schema": { + "constraint_name": "projects_user_updated_foreign", + "table": "Projects", + "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": "Projects", + "many_field": "user_updated", + "one_collection": "directus_users", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": null, + "sort_field": null, + "one_deselect_action": "nullify" + } + }, + { + "collection": "Photo_Albums_Photo_Categories", + "field": "Photo_Albums_id", + "related_collection": "Photo_Albums", + "schema": { + "constraint_name": "photo_albums_photo_categories_photo_albums_id_foreign", + "table": "Photo_Albums_Photo_Categories", + "column": "Photo_Albums_id", + "foreign_key_schema": "public", + "foreign_key_table": "Photo_Albums", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "SET NULL" + }, + "meta": { + "many_collection": "Photo_Albums_Photo_Categories", + "many_field": "Photo_Albums_id", + "one_collection": "Photo_Albums", + "one_field": "category", + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": "Photo_Categories_id", + "sort_field": "sort", + "one_deselect_action": "nullify" + } + }, + { + "collection": "Photo_Albums_Photo_Categories", + "field": "Photo_Categories_id", + "related_collection": "Photo_Categories", + "schema": { + "constraint_name": "photo_albums_photo_categories_photo_categories_id_foreign", + "table": "Photo_Albums_Photo_Categories", + "column": "Photo_Categories_id", + "foreign_key_schema": "public", + "foreign_key_table": "Photo_Categories", + "foreign_key_column": "id", + "on_update": "NO ACTION", + "on_delete": "SET NULL" + }, + "meta": { + "many_collection": "Photo_Albums_Photo_Categories", + "many_field": "Photo_Categories_id", + "one_collection": "Photo_Categories", + "one_field": null, + "one_collection_field": null, + "one_allowed_collections": null, + "junction_field": "Photo_Albums_id", + "sort_field": null, + "one_deselect_action": "nullify" + } + }, { "collection": "Photo_Categories", "field": "thumbnail", @@ -11337,58 +12503,6 @@ "one_deselect_action": "nullify" } }, - { - "collection": "Photo_Albums_Photo_Categories", - "field": "Photo_Albums_id", - "related_collection": "Photo_Albums", - "schema": { - "constraint_name": "photo_albums_photo_categories_photo_albums_id_foreign", - "table": "Photo_Albums_Photo_Categories", - "column": "Photo_Albums_id", - "foreign_key_schema": "public", - "foreign_key_table": "Photo_Albums", - "foreign_key_column": "id", - "on_update": "NO ACTION", - "on_delete": "SET NULL" - }, - "meta": { - "many_collection": "Photo_Albums_Photo_Categories", - "many_field": "Photo_Albums_id", - "one_collection": "Photo_Albums", - "one_field": "category", - "one_collection_field": null, - "one_allowed_collections": null, - "junction_field": "Photo_Categories_id", - "sort_field": "sort", - "one_deselect_action": "nullify" - } - }, - { - "collection": "Photo_Albums_Photo_Categories", - "field": "Photo_Categories_id", - "related_collection": "Photo_Categories", - "schema": { - "constraint_name": "photo_albums_photo_categories_photo_categories_id_foreign", - "table": "Photo_Albums_Photo_Categories", - "column": "Photo_Categories_id", - "foreign_key_schema": "public", - "foreign_key_table": "Photo_Categories", - "foreign_key_column": "id", - "on_update": "NO ACTION", - "on_delete": "SET NULL" - }, - "meta": { - "many_collection": "Photo_Albums_Photo_Categories", - "many_field": "Photo_Categories_id", - "one_collection": "Photo_Categories", - "one_field": null, - "one_collection_field": null, - "one_allowed_collections": null, - "junction_field": "Photo_Albums_id", - "sort_field": null, - "one_deselect_action": "nullify" - } - }, { "collection": "Website_Settings", "field": "user_updated",