Length
Output data of the length unit defined in the config.
The abbreviation of the length unit, e.g.
cm
.{{ length:short }}
The singular name of the length unit, e.g.
Centimeter
.{{ length:singular }}
The plural name of the length unit, e.g.
Centimeters
.{{ length:plural }}
Automatically get the singular or plural name of the length unit according to the product's length, e.g.
Centimeter/Centimeters
.{{ length:lengthName }}
Automatically get the singular or plural name of the length unit according to the product's width, e.g.
Centimeter/Centimeters
.{{ length:widthName }}
Automatically get the singular or plural name of the length unit according to the product's height, e.g.
Centimeter/Centimeters
.{{ length:heightName }}
Last modified 2yr ago