25 lines
358 B
JSON
25 lines
358 B
JSON
|
{
|
||
|
"name": "rotation",
|
||
|
"title": "Rotation",
|
||
|
"variants": [
|
||
|
{
|
||
|
"name": "Left",
|
||
|
"context": {
|
||
|
"modifier": "RV-Rotation--left"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"name": "Reft",
|
||
|
"context": {
|
||
|
"modifier": "RV-Rotation--right"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"name": "UpsideDown",
|
||
|
"context": {
|
||
|
"modifier": "RV-Rotation--upsideDown"
|
||
|
}
|
||
|
}
|
||
|
|
||
|
]
|
||
|
}
|