merchi_sdk_js 0.0.11 → 0.0.12
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/src/variation_field.js +1 -0
package/package.json
CHANGED
package/src/variation_field.js
CHANGED
@@ -15,6 +15,7 @@ export function VariationField() {
|
|
15
15
|
addPropertyTo(this, 'id');
|
16
16
|
addPropertyTo(this, 'fieldType');
|
17
17
|
addPropertyTo(this, 'name');
|
18
|
+
addPropertyTo(this, 'instructions');
|
18
19
|
addPropertyTo(this, 'position');
|
19
20
|
addPropertyTo(this, 'placeholder');
|
20
21
|
addPropertyTo(this, 'defaultValue');
|