diff --git a/directus/schema.json b/directus/schema.json index fd2cb2b..bf02429 100644 --- a/directus/schema.json +++ b/directus/schema.json @@ -2317,26 +2317,6 @@ "collection": "Website_Settings", "field": "id", "type": "integer", - "schema": { - "name": "id", - "table": "Website_Settings", - "data_type": "integer", - "default_value": "nextval('\"Website_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": "Website_Settings", "field": "id", @@ -2357,32 +2337,32 @@ "validation": null, "validation_message": null, "searchable": true + }, + "schema": { + "name": "id", + "table": "Website_Settings", + "data_type": "integer", + "default_value": "nextval('\"Website_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 } }, { "collection": "Website_Settings", "field": "user_created", "type": "uuid", - "schema": { - "name": "user_created", - "table": "Website_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": "Website_Settings", "field": "user_created", @@ -2407,16 +2387,11 @@ "validation": null, "validation_message": null, "searchable": true - } - }, - { - "collection": "Website_Settings", - "field": "date_created", - "type": "timestamp", + }, "schema": { - "name": "date_created", + "name": "user_created", "table": "Website_Settings", - "data_type": "timestamp with time zone", + "data_type": "uuid", "default_value": null, "generation_expression": null, "max_length": null, @@ -2428,11 +2403,16 @@ "is_indexed": false, "is_primary_key": false, "has_auto_increment": false, - "foreign_key_schema": null, - "foreign_key_table": null, - "foreign_key_column": null, + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", "comment": null - }, + } + }, + { + "collection": "Website_Settings", + "field": "date_created", + "type": "timestamp", "meta": { "collection": "Website_Settings", "field": "date_created", @@ -2457,16 +2437,11 @@ "validation": null, "validation_message": null, "searchable": true - } - }, - { - "collection": "Website_Settings", - "field": "user_updated", - "type": "uuid", + }, "schema": { - "name": "user_updated", + "name": "date_created", "table": "Website_Settings", - "data_type": "uuid", + "data_type": "timestamp with time zone", "default_value": null, "generation_expression": null, "max_length": null, @@ -2478,11 +2453,16 @@ "is_indexed": false, "is_primary_key": false, "has_auto_increment": false, - "foreign_key_schema": "public", - "foreign_key_table": "directus_users", - "foreign_key_column": "id", + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, "comment": null - }, + } + }, + { + "collection": "Website_Settings", + "field": "user_updated", + "type": "uuid", "meta": { "collection": "Website_Settings", "field": "user_updated", @@ -2507,16 +2487,11 @@ "validation": null, "validation_message": null, "searchable": true - } - }, - { - "collection": "Website_Settings", - "field": "date_updated", - "type": "timestamp", + }, "schema": { - "name": "date_updated", + "name": "user_updated", "table": "Website_Settings", - "data_type": "timestamp with time zone", + "data_type": "uuid", "default_value": null, "generation_expression": null, "max_length": null, @@ -2528,11 +2503,16 @@ "is_indexed": false, "is_primary_key": false, "has_auto_increment": false, - "foreign_key_schema": null, - "foreign_key_table": null, - "foreign_key_column": null, + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", "comment": null - }, + } + }, + { + "collection": "Website_Settings", + "field": "date_updated", + "type": "timestamp", "meta": { "collection": "Website_Settings", "field": "date_updated", @@ -2557,13 +2537,32 @@ "validation": null, "validation_message": null, "searchable": true + }, + "schema": { + "name": "date_updated", + "table": "Website_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 } }, { "collection": "Website_Settings", "field": "divider-bsruqn", "type": "alias", - "schema": null, "meta": { "collection": "Website_Settings", "field": "divider-bsruqn", @@ -2590,32 +2589,13 @@ "validation": null, "validation_message": null, "searchable": true - } + }, + "schema": null }, { "collection": "Website_Settings", "field": "domain_name", "type": "string", - "schema": { - "name": "domain_name", - "table": "Website_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": "Website_Settings", "field": "domain_name", @@ -2638,12 +2618,103 @@ "validation": null, "validation_message": null, "searchable": true + }, + "schema": { + "name": "domain_name", + "table": "Website_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 + } + }, + { + "collection": "Website_Settings", + "field": "title_template", + "type": "string", + "meta": { + "collection": "Website_Settings", + "field": "title_template", + "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 + }, + "schema": { + "name": "title_template", + "table": "Website_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 } }, { "collection": "Website_Settings", "field": "application_name", "type": "string", + "meta": { + "collection": "Website_Settings", + "field": "application_name", + "special": null, + "interface": "input", + "options": { + "iconLeft": "drive_file_rename_outline" + }, + "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 + }, "schema": { "name": "application_name", "table": "Website_Settings", @@ -2663,36 +2734,12 @@ "foreign_key_table": null, "foreign_key_column": null, "comment": null - }, - "meta": { - "collection": "Website_Settings", - "field": "application_name", - "special": null, - "interface": "input", - "options": { - "iconLeft": "drive_file_rename_outline" - }, - "display": null, - "display_options": null, - "readonly": false, - "hidden": false, - "sort": 8, - "width": "full", - "translations": null, - "note": null, - "conditions": null, - "required": true, - "group": null, - "validation": null, - "validation_message": null, - "searchable": true } }, { "collection": "Website_Settings", "field": "divider-wcrsnh", "type": "alias", - "schema": null, "meta": { "collection": "Website_Settings", "field": "divider-wcrsnh", @@ -2709,7 +2756,7 @@ "display_options": null, "readonly": false, "hidden": false, - "sort": 9, + "sort": 10, "width": "full", "translations": null, "note": null, @@ -2719,12 +2766,36 @@ "validation": null, "validation_message": null, "searchable": true - } + }, + "schema": null }, { "collection": "Website_Settings", "field": "author_name", "type": "string", + "meta": { + "collection": "Website_Settings", + "field": "author_name", + "special": null, + "interface": "input", + "options": { + "iconLeft": "person" + }, + "display": null, + "display_options": null, + "readonly": false, + "hidden": false, + "sort": 11, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": true, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + }, "schema": { "name": "author_name", "table": "Website_Settings", @@ -2744,20 +2815,25 @@ "foreign_key_table": null, "foreign_key_column": null, "comment": null - }, + } + }, + { + "collection": "Website_Settings", + "field": "author_url", + "type": "string", "meta": { "collection": "Website_Settings", - "field": "author_name", + "field": "author_url", "special": null, "interface": "input", "options": { - "iconLeft": "person" + "iconLeft": "link" }, "display": null, "display_options": null, "readonly": false, "hidden": false, - "sort": 10, + "sort": 12, "width": "full", "translations": null, "note": null, @@ -2767,12 +2843,7 @@ "validation": null, "validation_message": null, "searchable": true - } - }, - { - "collection": "Website_Settings", - "field": "author_url", - "type": "string", + }, "schema": { "name": "author_url", "table": "Website_Settings", @@ -2792,36 +2863,12 @@ "foreign_key_table": null, "foreign_key_column": null, "comment": null - }, - "meta": { - "collection": "Website_Settings", - "field": "author_url", - "special": null, - "interface": "input", - "options": { - "iconLeft": "link" - }, - "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": "Website_Settings", "field": "divider-na1tmi", "type": "alias", - "schema": null, "meta": { "collection": "Website_Settings", "field": "divider-na1tmi", @@ -2838,7 +2885,7 @@ "display_options": null, "readonly": false, "hidden": false, - "sort": 12, + "sort": 13, "width": "full", "translations": null, "note": null, @@ -2848,12 +2895,36 @@ "validation": null, "validation_message": null, "searchable": true - } + }, + "schema": null }, { "collection": "Website_Settings", "field": "designer", "type": "string", + "meta": { + "collection": "Website_Settings", + "field": "designer", + "special": null, + "interface": "input", + "options": { + "iconLeft": "design_services" + }, + "display": null, + "display_options": null, + "readonly": false, + "hidden": false, + "sort": 14, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": true, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + }, "schema": { "name": "designer", "table": "Website_Settings", @@ -2873,20 +2944,25 @@ "foreign_key_table": null, "foreign_key_column": null, "comment": null - }, + } + }, + { + "collection": "Website_Settings", + "field": "developer", + "type": "string", "meta": { "collection": "Website_Settings", - "field": "designer", + "field": "developer", "special": null, "interface": "input", "options": { - "iconLeft": "design_services" + "iconLeft": "code" }, "display": null, "display_options": null, "readonly": false, "hidden": false, - "sort": 13, + "sort": 15, "width": "full", "translations": null, "note": null, @@ -2896,12 +2972,7 @@ "validation": null, "validation_message": null, "searchable": true - } - }, - { - "collection": "Website_Settings", - "field": "developer", - "type": "string", + }, "schema": { "name": "developer", "table": "Website_Settings", @@ -2921,36 +2992,12 @@ "foreign_key_table": null, "foreign_key_column": null, "comment": null - }, - "meta": { - "collection": "Website_Settings", - "field": "developer", - "special": null, - "interface": "input", - "options": { - "iconLeft": "code" - }, - "display": null, - "display_options": null, - "readonly": false, - "hidden": false, - "sort": 14, - "width": "full", - "translations": null, - "note": null, - "conditions": null, - "required": true, - "group": null, - "validation": null, - "validation_message": null, - "searchable": true } }, { "collection": "Website_Settings", "field": "divider-bf0u1u", "type": "alias", - "schema": null, "meta": { "collection": "Website_Settings", "field": "divider-bf0u1u", @@ -2967,7 +3014,7 @@ "display_options": null, "readonly": false, "hidden": false, - "sort": 15, + "sort": 16, "width": "full", "translations": null, "note": null, @@ -2977,12 +3024,36 @@ "validation": null, "validation_message": null, "searchable": true - } + }, + "schema": null }, { "collection": "Website_Settings", "field": "owner", "type": "string", + "meta": { + "collection": "Website_Settings", + "field": "owner", + "special": null, + "interface": "input", + "options": { + "iconLeft": "person" + }, + "display": null, + "display_options": null, + "readonly": false, + "hidden": false, + "sort": 17, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": true, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + }, "schema": { "name": "owner", "table": "Website_Settings", @@ -3002,20 +3073,25 @@ "foreign_key_table": null, "foreign_key_column": null, "comment": null - }, + } + }, + { + "collection": "Website_Settings", + "field": "copyright", + "type": "string", "meta": { "collection": "Website_Settings", - "field": "owner", + "field": "copyright", "special": null, "interface": "input", "options": { - "iconLeft": "person" + "iconLeft": "copyright" }, "display": null, "display_options": null, "readonly": false, "hidden": false, - "sort": 16, + "sort": 18, "width": "full", "translations": null, "note": null, @@ -3025,12 +3101,7 @@ "validation": null, "validation_message": null, "searchable": true - } - }, - { - "collection": "Website_Settings", - "field": "copyright", - "type": "string", + }, "schema": { "name": "copyright", "table": "Website_Settings", @@ -3050,36 +3121,12 @@ "foreign_key_table": null, "foreign_key_column": null, "comment": null - }, - "meta": { - "collection": "Website_Settings", - "field": "copyright", - "special": null, - "interface": "input", - "options": { - "iconLeft": "copyright" - }, - "display": null, - "display_options": null, - "readonly": false, - "hidden": false, - "sort": 17, - "width": "full", - "translations": null, - "note": null, - "conditions": null, - "required": true, - "group": null, - "validation": null, - "validation_message": null, - "searchable": true } }, { "collection": "Website_Settings", "field": "divider-beklpn", "type": "alias", - "schema": null, "meta": { "collection": "Website_Settings", "field": "divider-beklpn", @@ -3096,7 +3143,7 @@ "display_options": null, "readonly": false, "hidden": false, - "sort": 18, + "sort": 19, "width": "full", "translations": null, "note": null, @@ -3106,12 +3153,36 @@ "validation": null, "validation_message": null, "searchable": true - } + }, + "schema": null }, { "collection": "Website_Settings", "field": "twitter_id", "type": "bigInteger", + "meta": { + "collection": "Website_Settings", + "field": "twitter_id", + "special": null, + "interface": "input", + "options": { + "iconLeft": "numbers" + }, + "display": null, + "display_options": null, + "readonly": false, + "hidden": false, + "sort": 20, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": true, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + }, "schema": { "name": "twitter_id", "table": "Website_Settings", @@ -3131,20 +3202,25 @@ "foreign_key_table": null, "foreign_key_column": null, "comment": null - }, + } + }, + { + "collection": "Website_Settings", + "field": "twitter_handle", + "type": "string", "meta": { "collection": "Website_Settings", - "field": "twitter_id", + "field": "twitter_handle", "special": null, "interface": "input", "options": { - "iconLeft": "numbers" + "iconLeft": "alternate_email" }, "display": null, "display_options": null, "readonly": false, "hidden": false, - "sort": 19, + "sort": 21, "width": "full", "translations": null, "note": null, @@ -3154,12 +3230,7 @@ "validation": null, "validation_message": null, "searchable": true - } - }, - { - "collection": "Website_Settings", - "field": "twitter_handle", - "type": "string", + }, "schema": { "name": "twitter_handle", "table": "Website_Settings", @@ -3179,29 +3250,6 @@ "foreign_key_table": null, "foreign_key_column": null, "comment": null - }, - "meta": { - "collection": "Website_Settings", - "field": "twitter_handle", - "special": null, - "interface": "input", - "options": { - "iconLeft": "alternate_email" - }, - "display": null, - "display_options": null, - "readonly": false, - "hidden": false, - "sort": 20, - "width": "full", - "translations": null, - "note": null, - "conditions": null, - "required": true, - "group": null, - "validation": null, - "validation_message": null, - "searchable": true } }, {