You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of the scaffold refactor in version 0.6, we strived to standardise the schema input types. This included removing the need to scrub strings with regular expressions, and instead allowing an object to specfiy options. For an asset, the desired schema includes a media field:
Expected Behaviour
As part of the scaffold refactor in version 0.6, we strived to standardise the schema input types. This included removing the need to scrub strings with regular expressions, and instead allowing an object to specfiy options. For an asset, the desired schema includes a
media
field:Actual Behaviour
Although the scaffold can already handle it, asset management errors with the new schema:
assetManagementModalView.js:28 Uncaught TypeError: this.options.assetType.replace is not a function
There are also some tweaks needed to the new theme editor.
Steps to Reproduce
inputType
Versions
The text was updated successfully, but these errors were encountered: