bigcommerce / widget-builder

MIT License
18 stars 39 forks source link

Error with "type": "text" #147

Closed pbsecomm closed 8 months ago

pbsecomm commented 11 months ago

The below error is thrown when settings type is set to 'text'.

"error": "/0/schema/0/sections/0/settings/0/type should be equal to one of the allowed values: alignment, boolean, boxModel, code, color, element, imageManager, input, number, productId, productImage, range, regexInput, select, toggle, typography, visibility",

Text works and is how a text area is created so I don't believe an error should be thrown

https://developer.bigcommerce.com/docs/storefront/widgets/input-reference/settings#text

loganwoolf commented 8 months ago

This was fixed by this recent pull request https://github.com/bigcommerce/widget-builder/pull/146

Issue can be closed.