mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-12 23:36:00 +00:00
* simplified icon config * fixed linting * fixed linting * fix linting and searchControl * adjust useSelectPosition * adjust useSelectPosition * fixed presets * removed menuIcon artefacts * fix example * adjust icon size in addButton
44 lines
950 B
JSON
44 lines
950 B
JSON
{
|
|
"collection": "layers",
|
|
"field": "sort",
|
|
"type": "integer",
|
|
"meta": {
|
|
"collection": "layers",
|
|
"conditions": null,
|
|
"display": null,
|
|
"display_options": null,
|
|
"field": "sort",
|
|
"group": null,
|
|
"hidden": false,
|
|
"interface": "input",
|
|
"note": null,
|
|
"options": null,
|
|
"readonly": false,
|
|
"required": false,
|
|
"sort": 9,
|
|
"special": null,
|
|
"translations": null,
|
|
"validation": null,
|
|
"validation_message": null,
|
|
"width": "half"
|
|
},
|
|
"schema": {
|
|
"name": "sort",
|
|
"table": "layers",
|
|
"data_type": "integer",
|
|
"default_value": 10,
|
|
"max_length": null,
|
|
"numeric_precision": 32,
|
|
"numeric_scale": 0,
|
|
"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
|
|
}
|
|
}
|