diff --git a/directus/schema.json b/directus/schema.json index bc949d1..f56b951 100644 --- a/directus/schema.json +++ b/directus/schema.json @@ -12542,6 +12542,64 @@ "searchable": true } }, + { + "collection": "Text_With_Side_Image", + "field": "image_side", + "type": "string", + "schema": { + "name": "image_side", + "table": "Text_With_Side_Image", + "data_type": "character varying", + "default_value": "right", + "generation_expression": null, + "max_length": 255, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": true, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null + }, + "meta": { + "collection": "Text_With_Side_Image", + "field": "image_side", + "special": null, + "interface": "select-dropdown", + "options": { + "choices": [ + { + "text": "Left", + "value": "left" + }, + { + "text": "Right", + "value": "right" + } + ], + "icon": "side_navigation" + }, + "display": null, + "display_options": null, + "readonly": false, + "hidden": false, + "sort": 9, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": true, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + } + }, { "collection": "Frequently_Asked_Questions", "field": "id",