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