You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.
Liquid usage:
product.metaFields.productFeature -> is an array with dict value objects.
for accessors: product.metaFields.productFeature.dictValueCamelCased === product.metaFields.productFeature["dict-value-camel-cased"] === product.metaFields.productFeature[0]
the dict value object can have the identifier, order, value properties
@tatarincev commented on Wed Apr 27 2016
Liquid usage:
product.metaFields.productFeature -> is an array with dict value objects.
for accessors: product.metaFields.productFeature.dictValueCamelCased === product.metaFields.productFeature["dict-value-camel-cased"] === product.metaFields.productFeature[0]
the dict value object can have the identifier, order, value properties
@miguelhasse commented on Sat Dec 10 2016
Why not consider using database stored localization resources... I have a sample at https://github.com/miguelhasse/FrameworkExtensions/tree/master/samples/Resources/WebTestApp
@ksavosteev commented on Fri Jul 28 2017
in Liquid: array of localized strings - product.metafields.properties.propertyName
The text was updated successfully, but these errors were encountered: