mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-12 15:25:59 +00:00
Co-authored-by: mahula <lenzmath@posteo.de> Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
46 lines
1012 B
JSON
46 lines
1012 B
JSON
{
|
|
"collection": "layers",
|
|
"field": "showPastItems",
|
|
"type": "boolean",
|
|
"meta": {
|
|
"collection": "layers",
|
|
"conditions": null,
|
|
"display": null,
|
|
"display_options": null,
|
|
"field": "showPastItems",
|
|
"group": null,
|
|
"hidden": false,
|
|
"interface": "boolean",
|
|
"note": null,
|
|
"options": null,
|
|
"readonly": false,
|
|
"required": false,
|
|
"sort": 19,
|
|
"special": [
|
|
"cast-boolean"
|
|
],
|
|
"translations": null,
|
|
"validation": null,
|
|
"validation_message": null,
|
|
"width": "full"
|
|
},
|
|
"schema": {
|
|
"name": "showPastItems",
|
|
"table": "layers",
|
|
"data_type": "boolean",
|
|
"default_value": false,
|
|
"max_length": null,
|
|
"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": null,
|
|
"foreign_key_column": null
|
|
}
|
|
}
|