mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-12 23:36:00 +00:00
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: antontranelis <31516529+antontranelis@users.noreply.github.com> Co-authored-by: Anton Tranelis <mail@antontranelis.de>
46 lines
1022 B
JSON
46 lines
1022 B
JSON
{
|
|
"collection": "maps",
|
|
"field": "default_theme",
|
|
"type": "string",
|
|
"meta": {
|
|
"collection": "maps",
|
|
"conditions": null,
|
|
"display": null,
|
|
"display_options": null,
|
|
"field": "default_theme",
|
|
"group": null,
|
|
"hidden": false,
|
|
"interface": "select-dropdown-m2o",
|
|
"note": null,
|
|
"options": null,
|
|
"readonly": false,
|
|
"required": false,
|
|
"sort": 9,
|
|
"special": [
|
|
"m2o"
|
|
],
|
|
"translations": null,
|
|
"validation": null,
|
|
"validation_message": null,
|
|
"width": "half"
|
|
},
|
|
"schema": {
|
|
"name": "default_theme",
|
|
"table": "maps",
|
|
"data_type": "character varying",
|
|
"default_value": null,
|
|
"max_length": 255,
|
|
"numeric_precision": null,
|
|
"numeric_scale": null,
|
|
"is_nullable": true,
|
|
"is_unique": false,
|
|
"is_indexed": false,
|
|
"is_primary_key": false,
|
|
"is_generated": false,
|
|
"generation_expression": null,
|
|
"has_auto_increment": false,
|
|
"foreign_key_table": "Themes",
|
|
"foreign_key_column": "theme"
|
|
}
|
|
}
|