I'm sure you've thought of this, but you can also use an operation to set a static value.
{
run: function(val) {
return 'Some Static Value'; // ignore value
}, on: 'some_item_name'
}
Something to consider instead of adding $$. It also might be a good idea to have the value of an item be a JPATH query. Not sure how $$ as a prefix may affect that. Something to consider.
I'm sure you've thought of this, but you can also use an operation to set a static value.
Something to consider instead of adding $$. It also might be a good idea to have the value of an item be a JPATH query. Not sure how $$ as a prefix may affect that. Something to consider.