Please guide me to resolve following error
Liquid syntax error (snippets/collection-right-sidebar line 51): Expected id but found number in “{{section.settings.1image_ratio}}”
Please guide me to resolve following error
Liquid syntax error (snippets/collection-right-sidebar line 51): Expected id but found number in “{{section.settings.1image_ratio}}”
I guess it should be section.settings.image_ratio, not section.settings.1image_ratio.
Most programming languages do not allow variable names and object properties to start with a digit.