I show a server form and then customize it using JSON UI. I want to set the offset from bindings. When I used values like 5% it worked perfectly, but when using #x and #z it's not working anymore.
Here is my binding:
{
"binding_type": "view",
"source_property_name": "((#x_text - 'x=') * 1)",
"target_property_name": "#x"
}
And I tried doing just "offset": ["#x", "#z"]