Ulf Gebhardt 138874cef4
refactor(backend): sync collection with production (#346)
* sync collections & other settings with production

missing changes

* deactivated specific flows

---------

Co-authored-by: Anton Tranelis <mail@antontranelis.de>
2025-09-02 11:51:32 +02:00

46 lines
985 B
JSON

{
"collection": "items",
"field": "draft",
"type": "boolean",
"meta": {
"collection": "items",
"conditions": null,
"display": null,
"display_options": null,
"field": "draft",
"group": null,
"hidden": false,
"interface": "boolean",
"note": null,
"options": null,
"readonly": false,
"required": false,
"sort": 31,
"special": [
"cast-boolean"
],
"translations": null,
"validation": null,
"validation_message": null,
"width": "full"
},
"schema": {
"name": "draft",
"table": "items",
"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
}
}