# ACF - Unrepeatable vs Repeatable

Unrepeatable Repeatable
Definition A single field or group in Editor tab A repeatable field or group allows to create a set of sub fields or sub groups which can be repeated endlessly in Editor 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