Add SEO settings to the project
This commit is contained in:
@@ -26,6 +26,32 @@
|
|||||||
},
|
},
|
||||||
"schema": {}
|
"schema": {}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"collection": "Search_Engine_Optimisation",
|
||||||
|
"meta": {
|
||||||
|
"collection": "Search_Engine_Optimisation",
|
||||||
|
"icon": "search",
|
||||||
|
"note": null,
|
||||||
|
"display_template": null,
|
||||||
|
"hidden": true,
|
||||||
|
"singleton": false,
|
||||||
|
"translations": null,
|
||||||
|
"archive_field": null,
|
||||||
|
"archive_app_filter": true,
|
||||||
|
"archive_value": null,
|
||||||
|
"unarchive_value": null,
|
||||||
|
"sort_field": null,
|
||||||
|
"accountability": "all",
|
||||||
|
"color": null,
|
||||||
|
"item_duplication_fields": null,
|
||||||
|
"sort": 1,
|
||||||
|
"group": "Types",
|
||||||
|
"collapse": "open",
|
||||||
|
"preview_url": null,
|
||||||
|
"versioning": false
|
||||||
|
},
|
||||||
|
"schema": {}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"collection": "Single_Pages",
|
"collection": "Single_Pages",
|
||||||
"meta": {
|
"meta": {
|
||||||
@@ -155,6 +181,32 @@
|
|||||||
"versioning": false
|
"versioning": false
|
||||||
},
|
},
|
||||||
"schema": {}
|
"schema": {}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"collection": "Types",
|
||||||
|
"meta": {
|
||||||
|
"collection": "Types",
|
||||||
|
"icon": "type_specimen",
|
||||||
|
"note": null,
|
||||||
|
"display_template": null,
|
||||||
|
"hidden": true,
|
||||||
|
"singleton": false,
|
||||||
|
"translations": null,
|
||||||
|
"archive_field": null,
|
||||||
|
"archive_app_filter": true,
|
||||||
|
"archive_value": null,
|
||||||
|
"unarchive_value": null,
|
||||||
|
"sort_field": null,
|
||||||
|
"accountability": "all",
|
||||||
|
"color": null,
|
||||||
|
"item_duplication_fields": null,
|
||||||
|
"sort": 3,
|
||||||
|
"group": null,
|
||||||
|
"collapse": "open",
|
||||||
|
"preview_url": null,
|
||||||
|
"versioning": false
|
||||||
|
},
|
||||||
|
"schema": null
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"fields": [
|
"fields": [
|
||||||
@@ -709,6 +761,545 @@
|
|||||||
"searchable": true
|
"searchable": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"collection": "Search_Engine_Optimisation",
|
||||||
|
"field": "id",
|
||||||
|
"type": "uuid",
|
||||||
|
"schema": {
|
||||||
|
"name": "id",
|
||||||
|
"table": "Search_Engine_Optimisation",
|
||||||
|
"data_type": "uuid",
|
||||||
|
"default_value": null,
|
||||||
|
"generation_expression": null,
|
||||||
|
"max_length": null,
|
||||||
|
"numeric_precision": null,
|
||||||
|
"numeric_scale": null,
|
||||||
|
"is_generated": false,
|
||||||
|
"is_nullable": false,
|
||||||
|
"is_unique": true,
|
||||||
|
"is_indexed": false,
|
||||||
|
"is_primary_key": true,
|
||||||
|
"has_auto_increment": false,
|
||||||
|
"foreign_key_schema": null,
|
||||||
|
"foreign_key_table": null,
|
||||||
|
"foreign_key_column": null,
|
||||||
|
"comment": null
|
||||||
|
},
|
||||||
|
"meta": {
|
||||||
|
"collection": "Search_Engine_Optimisation",
|
||||||
|
"field": "id",
|
||||||
|
"special": [
|
||||||
|
"uuid"
|
||||||
|
],
|
||||||
|
"interface": "input",
|
||||||
|
"options": null,
|
||||||
|
"display": null,
|
||||||
|
"display_options": null,
|
||||||
|
"readonly": true,
|
||||||
|
"hidden": true,
|
||||||
|
"sort": 1,
|
||||||
|
"width": "full",
|
||||||
|
"translations": null,
|
||||||
|
"note": null,
|
||||||
|
"conditions": null,
|
||||||
|
"required": false,
|
||||||
|
"group": null,
|
||||||
|
"validation": null,
|
||||||
|
"validation_message": null,
|
||||||
|
"searchable": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"collection": "Search_Engine_Optimisation",
|
||||||
|
"field": "user_created",
|
||||||
|
"type": "uuid",
|
||||||
|
"schema": {
|
||||||
|
"name": "user_created",
|
||||||
|
"table": "Search_Engine_Optimisation",
|
||||||
|
"data_type": "uuid",
|
||||||
|
"default_value": null,
|
||||||
|
"generation_expression": null,
|
||||||
|
"max_length": null,
|
||||||
|
"numeric_precision": null,
|
||||||
|
"numeric_scale": null,
|
||||||
|
"is_generated": false,
|
||||||
|
"is_nullable": true,
|
||||||
|
"is_unique": false,
|
||||||
|
"is_indexed": false,
|
||||||
|
"is_primary_key": false,
|
||||||
|
"has_auto_increment": false,
|
||||||
|
"foreign_key_schema": "public",
|
||||||
|
"foreign_key_table": "directus_users",
|
||||||
|
"foreign_key_column": "id",
|
||||||
|
"comment": null
|
||||||
|
},
|
||||||
|
"meta": {
|
||||||
|
"collection": "Search_Engine_Optimisation",
|
||||||
|
"field": "user_created",
|
||||||
|
"special": [
|
||||||
|
"user-created"
|
||||||
|
],
|
||||||
|
"interface": "select-dropdown-m2o",
|
||||||
|
"options": {
|
||||||
|
"template": "{{avatar}} {{first_name}} {{last_name}}"
|
||||||
|
},
|
||||||
|
"display": "user",
|
||||||
|
"display_options": null,
|
||||||
|
"readonly": true,
|
||||||
|
"hidden": true,
|
||||||
|
"sort": 2,
|
||||||
|
"width": "half",
|
||||||
|
"translations": null,
|
||||||
|
"note": null,
|
||||||
|
"conditions": null,
|
||||||
|
"required": false,
|
||||||
|
"group": null,
|
||||||
|
"validation": null,
|
||||||
|
"validation_message": null,
|
||||||
|
"searchable": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"collection": "Search_Engine_Optimisation",
|
||||||
|
"field": "date_created",
|
||||||
|
"type": "timestamp",
|
||||||
|
"schema": {
|
||||||
|
"name": "date_created",
|
||||||
|
"table": "Search_Engine_Optimisation",
|
||||||
|
"data_type": "timestamp with time zone",
|
||||||
|
"default_value": null,
|
||||||
|
"generation_expression": null,
|
||||||
|
"max_length": null,
|
||||||
|
"numeric_precision": null,
|
||||||
|
"numeric_scale": null,
|
||||||
|
"is_generated": false,
|
||||||
|
"is_nullable": true,
|
||||||
|
"is_unique": false,
|
||||||
|
"is_indexed": false,
|
||||||
|
"is_primary_key": false,
|
||||||
|
"has_auto_increment": false,
|
||||||
|
"foreign_key_schema": null,
|
||||||
|
"foreign_key_table": null,
|
||||||
|
"foreign_key_column": null,
|
||||||
|
"comment": null
|
||||||
|
},
|
||||||
|
"meta": {
|
||||||
|
"collection": "Search_Engine_Optimisation",
|
||||||
|
"field": "date_created",
|
||||||
|
"special": [
|
||||||
|
"date-created"
|
||||||
|
],
|
||||||
|
"interface": "datetime",
|
||||||
|
"options": null,
|
||||||
|
"display": "datetime",
|
||||||
|
"display_options": {
|
||||||
|
"relative": true
|
||||||
|
},
|
||||||
|
"readonly": true,
|
||||||
|
"hidden": true,
|
||||||
|
"sort": 3,
|
||||||
|
"width": "half",
|
||||||
|
"translations": null,
|
||||||
|
"note": null,
|
||||||
|
"conditions": null,
|
||||||
|
"required": false,
|
||||||
|
"group": null,
|
||||||
|
"validation": null,
|
||||||
|
"validation_message": null,
|
||||||
|
"searchable": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"collection": "Search_Engine_Optimisation",
|
||||||
|
"field": "user_updated",
|
||||||
|
"type": "uuid",
|
||||||
|
"schema": {
|
||||||
|
"name": "user_updated",
|
||||||
|
"table": "Search_Engine_Optimisation",
|
||||||
|
"data_type": "uuid",
|
||||||
|
"default_value": null,
|
||||||
|
"generation_expression": null,
|
||||||
|
"max_length": null,
|
||||||
|
"numeric_precision": null,
|
||||||
|
"numeric_scale": null,
|
||||||
|
"is_generated": false,
|
||||||
|
"is_nullable": true,
|
||||||
|
"is_unique": false,
|
||||||
|
"is_indexed": false,
|
||||||
|
"is_primary_key": false,
|
||||||
|
"has_auto_increment": false,
|
||||||
|
"foreign_key_schema": "public",
|
||||||
|
"foreign_key_table": "directus_users",
|
||||||
|
"foreign_key_column": "id",
|
||||||
|
"comment": null
|
||||||
|
},
|
||||||
|
"meta": {
|
||||||
|
"collection": "Search_Engine_Optimisation",
|
||||||
|
"field": "user_updated",
|
||||||
|
"special": [
|
||||||
|
"user-updated"
|
||||||
|
],
|
||||||
|
"interface": "select-dropdown-m2o",
|
||||||
|
"options": {
|
||||||
|
"template": "{{avatar}} {{first_name}} {{last_name}}"
|
||||||
|
},
|
||||||
|
"display": "user",
|
||||||
|
"display_options": null,
|
||||||
|
"readonly": true,
|
||||||
|
"hidden": true,
|
||||||
|
"sort": 4,
|
||||||
|
"width": "half",
|
||||||
|
"translations": null,
|
||||||
|
"note": null,
|
||||||
|
"conditions": null,
|
||||||
|
"required": false,
|
||||||
|
"group": null,
|
||||||
|
"validation": null,
|
||||||
|
"validation_message": null,
|
||||||
|
"searchable": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"collection": "Search_Engine_Optimisation",
|
||||||
|
"field": "date_updated",
|
||||||
|
"type": "timestamp",
|
||||||
|
"schema": {
|
||||||
|
"name": "date_updated",
|
||||||
|
"table": "Search_Engine_Optimisation",
|
||||||
|
"data_type": "timestamp with time zone",
|
||||||
|
"default_value": null,
|
||||||
|
"generation_expression": null,
|
||||||
|
"max_length": null,
|
||||||
|
"numeric_precision": null,
|
||||||
|
"numeric_scale": null,
|
||||||
|
"is_generated": false,
|
||||||
|
"is_nullable": true,
|
||||||
|
"is_unique": false,
|
||||||
|
"is_indexed": false,
|
||||||
|
"is_primary_key": false,
|
||||||
|
"has_auto_increment": false,
|
||||||
|
"foreign_key_schema": null,
|
||||||
|
"foreign_key_table": null,
|
||||||
|
"foreign_key_column": null,
|
||||||
|
"comment": null
|
||||||
|
},
|
||||||
|
"meta": {
|
||||||
|
"collection": "Search_Engine_Optimisation",
|
||||||
|
"field": "date_updated",
|
||||||
|
"special": [
|
||||||
|
"date-updated"
|
||||||
|
],
|
||||||
|
"interface": "datetime",
|
||||||
|
"options": null,
|
||||||
|
"display": "datetime",
|
||||||
|
"display_options": {
|
||||||
|
"relative": true
|
||||||
|
},
|
||||||
|
"readonly": true,
|
||||||
|
"hidden": true,
|
||||||
|
"sort": 5,
|
||||||
|
"width": "half",
|
||||||
|
"translations": null,
|
||||||
|
"note": null,
|
||||||
|
"conditions": null,
|
||||||
|
"required": false,
|
||||||
|
"group": null,
|
||||||
|
"validation": null,
|
||||||
|
"validation_message": null,
|
||||||
|
"searchable": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"collection": "Search_Engine_Optimisation",
|
||||||
|
"field": "title",
|
||||||
|
"type": "string",
|
||||||
|
"schema": {
|
||||||
|
"name": "title",
|
||||||
|
"table": "Search_Engine_Optimisation",
|
||||||
|
"data_type": "character varying",
|
||||||
|
"default_value": null,
|
||||||
|
"generation_expression": null,
|
||||||
|
"max_length": 255,
|
||||||
|
"numeric_precision": null,
|
||||||
|
"numeric_scale": null,
|
||||||
|
"is_generated": false,
|
||||||
|
"is_nullable": false,
|
||||||
|
"is_unique": false,
|
||||||
|
"is_indexed": false,
|
||||||
|
"is_primary_key": false,
|
||||||
|
"has_auto_increment": false,
|
||||||
|
"foreign_key_schema": null,
|
||||||
|
"foreign_key_table": null,
|
||||||
|
"foreign_key_column": null,
|
||||||
|
"comment": null
|
||||||
|
},
|
||||||
|
"meta": {
|
||||||
|
"collection": "Search_Engine_Optimisation",
|
||||||
|
"field": "title",
|
||||||
|
"special": null,
|
||||||
|
"interface": "input",
|
||||||
|
"options": {
|
||||||
|
"iconLeft": "title"
|
||||||
|
},
|
||||||
|
"display": null,
|
||||||
|
"display_options": null,
|
||||||
|
"readonly": false,
|
||||||
|
"hidden": false,
|
||||||
|
"sort": 6,
|
||||||
|
"width": "full",
|
||||||
|
"translations": null,
|
||||||
|
"note": null,
|
||||||
|
"conditions": null,
|
||||||
|
"required": true,
|
||||||
|
"group": null,
|
||||||
|
"validation": null,
|
||||||
|
"validation_message": null,
|
||||||
|
"searchable": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"collection": "Search_Engine_Optimisation",
|
||||||
|
"field": "description",
|
||||||
|
"type": "text",
|
||||||
|
"schema": {
|
||||||
|
"name": "description",
|
||||||
|
"table": "Search_Engine_Optimisation",
|
||||||
|
"data_type": "text",
|
||||||
|
"default_value": null,
|
||||||
|
"generation_expression": null,
|
||||||
|
"max_length": null,
|
||||||
|
"numeric_precision": null,
|
||||||
|
"numeric_scale": null,
|
||||||
|
"is_generated": false,
|
||||||
|
"is_nullable": true,
|
||||||
|
"is_unique": false,
|
||||||
|
"is_indexed": false,
|
||||||
|
"is_primary_key": false,
|
||||||
|
"has_auto_increment": false,
|
||||||
|
"foreign_key_schema": null,
|
||||||
|
"foreign_key_table": null,
|
||||||
|
"foreign_key_column": null,
|
||||||
|
"comment": null
|
||||||
|
},
|
||||||
|
"meta": {
|
||||||
|
"collection": "Search_Engine_Optimisation",
|
||||||
|
"field": "description",
|
||||||
|
"special": null,
|
||||||
|
"interface": "input-multiline",
|
||||||
|
"options": {
|
||||||
|
"softLength": 190
|
||||||
|
},
|
||||||
|
"display": null,
|
||||||
|
"display_options": null,
|
||||||
|
"readonly": false,
|
||||||
|
"hidden": false,
|
||||||
|
"sort": 7,
|
||||||
|
"width": "full",
|
||||||
|
"translations": null,
|
||||||
|
"note": null,
|
||||||
|
"conditions": null,
|
||||||
|
"required": false,
|
||||||
|
"group": null,
|
||||||
|
"validation": null,
|
||||||
|
"validation_message": null,
|
||||||
|
"searchable": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"collection": "Search_Engine_Optimisation",
|
||||||
|
"field": "thumbnail",
|
||||||
|
"type": "uuid",
|
||||||
|
"schema": {
|
||||||
|
"name": "thumbnail",
|
||||||
|
"table": "Search_Engine_Optimisation",
|
||||||
|
"data_type": "uuid",
|
||||||
|
"default_value": null,
|
||||||
|
"generation_expression": null,
|
||||||
|
"max_length": null,
|
||||||
|
"numeric_precision": null,
|
||||||
|
"numeric_scale": null,
|
||||||
|
"is_generated": false,
|
||||||
|
"is_nullable": true,
|
||||||
|
"is_unique": false,
|
||||||
|
"is_indexed": false,
|
||||||
|
"is_primary_key": false,
|
||||||
|
"has_auto_increment": false,
|
||||||
|
"foreign_key_schema": "public",
|
||||||
|
"foreign_key_table": "directus_files",
|
||||||
|
"foreign_key_column": "id",
|
||||||
|
"comment": null
|
||||||
|
},
|
||||||
|
"meta": {
|
||||||
|
"collection": "Search_Engine_Optimisation",
|
||||||
|
"field": "thumbnail",
|
||||||
|
"special": [
|
||||||
|
"file"
|
||||||
|
],
|
||||||
|
"interface": "file-image",
|
||||||
|
"options": null,
|
||||||
|
"display": null,
|
||||||
|
"display_options": null,
|
||||||
|
"readonly": false,
|
||||||
|
"hidden": false,
|
||||||
|
"sort": 8,
|
||||||
|
"width": "full",
|
||||||
|
"translations": null,
|
||||||
|
"note": null,
|
||||||
|
"conditions": null,
|
||||||
|
"required": false,
|
||||||
|
"group": null,
|
||||||
|
"validation": null,
|
||||||
|
"validation_message": null,
|
||||||
|
"searchable": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"collection": "Search_Engine_Optimisation",
|
||||||
|
"field": "allow_crawler",
|
||||||
|
"type": "boolean",
|
||||||
|
"schema": {
|
||||||
|
"name": "allow_crawler",
|
||||||
|
"table": "Search_Engine_Optimisation",
|
||||||
|
"data_type": "boolean",
|
||||||
|
"default_value": true,
|
||||||
|
"generation_expression": null,
|
||||||
|
"max_length": null,
|
||||||
|
"numeric_precision": null,
|
||||||
|
"numeric_scale": null,
|
||||||
|
"is_generated": false,
|
||||||
|
"is_nullable": false,
|
||||||
|
"is_unique": false,
|
||||||
|
"is_indexed": false,
|
||||||
|
"is_primary_key": false,
|
||||||
|
"has_auto_increment": false,
|
||||||
|
"foreign_key_schema": null,
|
||||||
|
"foreign_key_table": null,
|
||||||
|
"foreign_key_column": null,
|
||||||
|
"comment": null
|
||||||
|
},
|
||||||
|
"meta": {
|
||||||
|
"collection": "Search_Engine_Optimisation",
|
||||||
|
"field": "allow_crawler",
|
||||||
|
"special": [
|
||||||
|
"cast-boolean"
|
||||||
|
],
|
||||||
|
"interface": "boolean",
|
||||||
|
"options": null,
|
||||||
|
"display": null,
|
||||||
|
"display_options": null,
|
||||||
|
"readonly": false,
|
||||||
|
"hidden": false,
|
||||||
|
"sort": 9,
|
||||||
|
"width": "full",
|
||||||
|
"translations": null,
|
||||||
|
"note": null,
|
||||||
|
"conditions": null,
|
||||||
|
"required": true,
|
||||||
|
"group": null,
|
||||||
|
"validation": null,
|
||||||
|
"validation_message": null,
|
||||||
|
"searchable": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"collection": "Search_Engine_Optimisation",
|
||||||
|
"field": "canonical",
|
||||||
|
"type": "string",
|
||||||
|
"schema": {
|
||||||
|
"name": "canonical",
|
||||||
|
"table": "Search_Engine_Optimisation",
|
||||||
|
"data_type": "character varying",
|
||||||
|
"default_value": null,
|
||||||
|
"generation_expression": null,
|
||||||
|
"max_length": 255,
|
||||||
|
"numeric_precision": null,
|
||||||
|
"numeric_scale": null,
|
||||||
|
"is_generated": false,
|
||||||
|
"is_nullable": true,
|
||||||
|
"is_unique": false,
|
||||||
|
"is_indexed": false,
|
||||||
|
"is_primary_key": false,
|
||||||
|
"has_auto_increment": false,
|
||||||
|
"foreign_key_schema": null,
|
||||||
|
"foreign_key_table": null,
|
||||||
|
"foreign_key_column": null,
|
||||||
|
"comment": null
|
||||||
|
},
|
||||||
|
"meta": {
|
||||||
|
"collection": "Search_Engine_Optimisation",
|
||||||
|
"field": "canonical",
|
||||||
|
"special": null,
|
||||||
|
"interface": "input",
|
||||||
|
"options": {
|
||||||
|
"iconLeft": "link"
|
||||||
|
},
|
||||||
|
"display": null,
|
||||||
|
"display_options": null,
|
||||||
|
"readonly": false,
|
||||||
|
"hidden": false,
|
||||||
|
"sort": 10,
|
||||||
|
"width": "full",
|
||||||
|
"translations": null,
|
||||||
|
"note": null,
|
||||||
|
"conditions": null,
|
||||||
|
"required": false,
|
||||||
|
"group": null,
|
||||||
|
"validation": null,
|
||||||
|
"validation_message": null,
|
||||||
|
"searchable": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"collection": "Search_Engine_Optimisation",
|
||||||
|
"field": "priority",
|
||||||
|
"type": "integer",
|
||||||
|
"schema": {
|
||||||
|
"name": "priority",
|
||||||
|
"table": "Search_Engine_Optimisation",
|
||||||
|
"data_type": "integer",
|
||||||
|
"default_value": 65,
|
||||||
|
"generation_expression": null,
|
||||||
|
"max_length": null,
|
||||||
|
"numeric_precision": 32,
|
||||||
|
"numeric_scale": 0,
|
||||||
|
"is_generated": false,
|
||||||
|
"is_nullable": false,
|
||||||
|
"is_unique": false,
|
||||||
|
"is_indexed": false,
|
||||||
|
"is_primary_key": false,
|
||||||
|
"has_auto_increment": false,
|
||||||
|
"foreign_key_schema": null,
|
||||||
|
"foreign_key_table": null,
|
||||||
|
"foreign_key_column": null,
|
||||||
|
"comment": null
|
||||||
|
},
|
||||||
|
"meta": {
|
||||||
|
"collection": "Search_Engine_Optimisation",
|
||||||
|
"field": "priority",
|
||||||
|
"special": null,
|
||||||
|
"interface": "slider",
|
||||||
|
"options": {
|
||||||
|
"minValue": 1,
|
||||||
|
"maxValue": 100,
|
||||||
|
"stepInterval": 2,
|
||||||
|
"alwaysShowValue": true
|
||||||
|
},
|
||||||
|
"display": null,
|
||||||
|
"display_options": null,
|
||||||
|
"readonly": false,
|
||||||
|
"hidden": false,
|
||||||
|
"sort": 11,
|
||||||
|
"width": "full",
|
||||||
|
"translations": null,
|
||||||
|
"note": null,
|
||||||
|
"conditions": null,
|
||||||
|
"required": true,
|
||||||
|
"group": null,
|
||||||
|
"validation": null,
|
||||||
|
"validation_message": null,
|
||||||
|
"searchable": true
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"collection": "Website_Settings",
|
"collection": "Website_Settings",
|
||||||
"field": "id",
|
"field": "id",
|
||||||
@@ -2356,6 +2947,84 @@
|
|||||||
"one_deselect_action": "nullify"
|
"one_deselect_action": "nullify"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"collection": "Search_Engine_Optimisation",
|
||||||
|
"field": "user_updated",
|
||||||
|
"related_collection": "directus_users",
|
||||||
|
"schema": {
|
||||||
|
"constraint_name": "search_engine_optimisation_user_updated_foreign",
|
||||||
|
"table": "Search_Engine_Optimisation",
|
||||||
|
"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": "Search_Engine_Optimisation",
|
||||||
|
"many_field": "user_updated",
|
||||||
|
"one_collection": "directus_users",
|
||||||
|
"one_field": null,
|
||||||
|
"one_collection_field": null,
|
||||||
|
"one_allowed_collections": null,
|
||||||
|
"junction_field": null,
|
||||||
|
"sort_field": null,
|
||||||
|
"one_deselect_action": "nullify"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"collection": "Search_Engine_Optimisation",
|
||||||
|
"field": "user_created",
|
||||||
|
"related_collection": "directus_users",
|
||||||
|
"schema": {
|
||||||
|
"constraint_name": "search_engine_optimisation_user_created_foreign",
|
||||||
|
"table": "Search_Engine_Optimisation",
|
||||||
|
"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": "Search_Engine_Optimisation",
|
||||||
|
"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": "Search_Engine_Optimisation",
|
||||||
|
"field": "thumbnail",
|
||||||
|
"related_collection": "directus_files",
|
||||||
|
"schema": {
|
||||||
|
"constraint_name": "search_engine_optimisation_thumbnail_foreign",
|
||||||
|
"table": "Search_Engine_Optimisation",
|
||||||
|
"column": "thumbnail",
|
||||||
|
"foreign_key_schema": "public",
|
||||||
|
"foreign_key_table": "directus_files",
|
||||||
|
"foreign_key_column": "id",
|
||||||
|
"on_update": "NO ACTION",
|
||||||
|
"on_delete": "SET NULL"
|
||||||
|
},
|
||||||
|
"meta": {
|
||||||
|
"many_collection": "Search_Engine_Optimisation",
|
||||||
|
"many_field": "thumbnail",
|
||||||
|
"one_collection": "directus_files",
|
||||||
|
"one_field": null,
|
||||||
|
"one_collection_field": null,
|
||||||
|
"one_allowed_collections": null,
|
||||||
|
"junction_field": null,
|
||||||
|
"sort_field": null,
|
||||||
|
"one_deselect_action": "nullify"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"collection": "Website_Settings",
|
"collection": "Website_Settings",
|
||||||
"field": "user_created",
|
"field": "user_created",
|
||||||
|
|||||||
Reference in New Issue
Block a user