Files

13 lines
239 B
JSON
Raw Permalink Normal View History

2023-10-24 19:49:51 +02:00
{
"title": "Clip Direction",
"description": "The direction that the element will be clipped in.",
"anyOf": [
{
"enum": ["left", "right", "top", "bottom"]
},
{
"$ref": "../../general/item_ref.json"
}
]
}