Unrepeatable | Repeatable | |
---|---|---|
Definition | A repeatable field or group allows to create a set of sub fields or sub groups which can be repeated endlessly in Custom field tab | |
Field:Value Relation | 1:1 (One field only has 1 value) | 1:n (One field can have n value, presented in form of an array) |
Metafield Value Type | string, integer | JSON string |
Sample Value | value-1 (string) 10 (integer) | [“value-1”, “value-2”, “value-3”] |
Sample Liquid Usage | ![]() | ![]() |
Unrepeatable VS Repeatable Print
Modified on: Fri, 13 Nov, 2020 at 9:25 AM
Did you find it helpful? Yes No
Send feedbackSorry we couldn't be helpful. Help us improve this article with your feedback.