Closed ain closed 10 years ago
@ain, going to close since this is a handlebars syntax issue. we're working on getting a better support system together, so we can collaborate more with the community on any types of challenges - in the meantime there is a lot of information on stackoverflow and the handlebars documentation for syntax-related issues.
The situation:
this['en_US'].key
vsthis.['en_US'].key
vsthis.en_US.key
. Only the latter one succeeds in template.Is there really no way to access properties dynamically?