mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
55 lines
1.1 KiB
JSON
55 lines
1.1 KiB
JSON
{
|
|
"collection": "texts",
|
|
"field": "size",
|
|
"type": "string",
|
|
"meta": {
|
|
"collection": "texts",
|
|
"conditions": null,
|
|
"display": null,
|
|
"display_options": null,
|
|
"field": "size",
|
|
"group": null,
|
|
"hidden": false,
|
|
"interface": "select-dropdown",
|
|
"note": null,
|
|
"options": {
|
|
"choices": [
|
|
{
|
|
"text": "small",
|
|
"value": "small"
|
|
},
|
|
{
|
|
"text": "full",
|
|
"value": "full"
|
|
}
|
|
]
|
|
},
|
|
"readonly": false,
|
|
"required": false,
|
|
"sort": 9,
|
|
"special": null,
|
|
"translations": null,
|
|
"validation": null,
|
|
"validation_message": null,
|
|
"width": "full"
|
|
},
|
|
"schema": {
|
|
"name": "size",
|
|
"table": "texts",
|
|
"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": null,
|
|
"foreign_key_column": null
|
|
}
|
|
}
|