Add Sitemap Settings to Directus
This commit is contained in:
@@ -1,5 +1,382 @@
|
||||
{
|
||||
"collections": [],
|
||||
"fields": [],
|
||||
"relations": []
|
||||
"collections": [
|
||||
{
|
||||
"collection": "Sitemap_Settings",
|
||||
"meta": {
|
||||
"collection": "Sitemap_Settings",
|
||||
"icon": "map",
|
||||
"note": null,
|
||||
"display_template": null,
|
||||
"hidden": false,
|
||||
"singleton": true,
|
||||
"translations": null,
|
||||
"archive_field": null,
|
||||
"archive_app_filter": true,
|
||||
"archive_value": null,
|
||||
"unarchive_value": null,
|
||||
"sort_field": null,
|
||||
"accountability": "all",
|
||||
"color": null,
|
||||
"item_duplication_fields": null,
|
||||
"sort": null,
|
||||
"group": null,
|
||||
"collapse": "open",
|
||||
"preview_url": null,
|
||||
"versioning": false
|
||||
},
|
||||
"schema": {}
|
||||
}
|
||||
],
|
||||
"fields": [
|
||||
{
|
||||
"collection": "Sitemap_Settings",
|
||||
"field": "id",
|
||||
"type": "integer",
|
||||
"schema": {
|
||||
"name": "id",
|
||||
"table": "Sitemap_Settings",
|
||||
"data_type": "integer",
|
||||
"default_value": "nextval('\"Sitemap_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": "Sitemap_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": "Sitemap_Settings",
|
||||
"field": "user_created",
|
||||
"type": "uuid",
|
||||
"schema": {
|
||||
"name": "user_created",
|
||||
"table": "Sitemap_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": "Sitemap_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": "Sitemap_Settings",
|
||||
"field": "date_created",
|
||||
"type": "timestamp",
|
||||
"schema": {
|
||||
"name": "date_created",
|
||||
"table": "Sitemap_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": "Sitemap_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": "Sitemap_Settings",
|
||||
"field": "user_updated",
|
||||
"type": "uuid",
|
||||
"schema": {
|
||||
"name": "user_updated",
|
||||
"table": "Sitemap_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": "Sitemap_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": "Sitemap_Settings",
|
||||
"field": "date_updated",
|
||||
"type": "timestamp",
|
||||
"schema": {
|
||||
"name": "date_updated",
|
||||
"table": "Sitemap_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": "Sitemap_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": "Sitemap_Settings",
|
||||
"field": "per_page",
|
||||
"type": "integer",
|
||||
"schema": {
|
||||
"name": "per_page",
|
||||
"table": "Sitemap_Settings",
|
||||
"data_type": "integer",
|
||||
"default_value": 75,
|
||||
"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": "Sitemap_Settings",
|
||||
"field": "per_page",
|
||||
"special": null,
|
||||
"interface": "input",
|
||||
"options": {
|
||||
"iconLeft": "format_list_numbered",
|
||||
"min": 25,
|
||||
"max": 250
|
||||
},
|
||||
"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
|
||||
}
|
||||
}
|
||||
],
|
||||
"relations": [
|
||||
{
|
||||
"collection": "Sitemap_Settings",
|
||||
"field": "user_created",
|
||||
"related_collection": "directus_users",
|
||||
"schema": {
|
||||
"constraint_name": "sitemap_settings_user_created_foreign",
|
||||
"table": "Sitemap_Settings",
|
||||
"column": "user_created",
|
||||
"foreign_key_schema": "public",
|
||||
"foreign_key_table": "directus_users",
|
||||
"foreign_key_column": "id",
|
||||
"on_update": "NO ACTION",
|
||||
"on_delete": "NO ACTION"
|
||||
},
|
||||
"meta": {
|
||||
"many_collection": "Sitemap_Settings",
|
||||
"many_field": "user_created",
|
||||
"one_collection": "directus_users",
|
||||
"one_field": null,
|
||||
"one_collection_field": null,
|
||||
"one_allowed_collections": null,
|
||||
"junction_field": null,
|
||||
"sort_field": null,
|
||||
"one_deselect_action": "nullify"
|
||||
}
|
||||
},
|
||||
{
|
||||
"collection": "Sitemap_Settings",
|
||||
"field": "user_updated",
|
||||
"related_collection": "directus_users",
|
||||
"schema": {
|
||||
"constraint_name": "sitemap_settings_user_updated_foreign",
|
||||
"table": "Sitemap_Settings",
|
||||
"column": "user_updated",
|
||||
"foreign_key_schema": "public",
|
||||
"foreign_key_table": "directus_users",
|
||||
"foreign_key_column": "id",
|
||||
"on_update": "NO ACTION",
|
||||
"on_delete": "NO ACTION"
|
||||
},
|
||||
"meta": {
|
||||
"many_collection": "Sitemap_Settings",
|
||||
"many_field": "user_updated",
|
||||
"one_collection": "directus_users",
|
||||
"one_field": null,
|
||||
"one_collection_field": null,
|
||||
"one_allowed_collections": null,
|
||||
"junction_field": null,
|
||||
"sort_field": null,
|
||||
"one_deselect_action": "nullify"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user