Open
Description
Forward slash /
is used as a separator for localization keys for template strings. This prevents the usage of /
in symbol names and choice names. Users should be aware of this limitation when authoring/testing their templates.
- Validate symbol names and choice names when instantiating templates. If any of them contains a forward slash, display a warning/error.
- Also briefly mention this in the docs.