Hello,
it would be cool if the wildcard is passed into the json files to, so { id: __project_uuid__ } will return the current uuid.
Maybe the wildcard needs some type of escaping, eg: $__project_uuid__$
This would reduce the usage of more complicated js files.
Hello,
it would be cool if the wildcard is passed into the json files to, so
{ id: __project_uuid__ }will return the current uuid.Maybe the wildcard needs some type of escaping, eg:
$__project_uuid__$This would reduce the usage of more complicated js files.