Ben Thomson
Ben Thomson
Fixes #1047. Replaces #1071. - Use `getAttribute` method in the `model.setAttribute` listener within the `SettingsModel` behavior to retrieve the (possibly) mutated value before saving into settings array. - Ensure that...
Changes the underlying Snowboard framework to the one that is provided via NPM in the [wintercms/snowboard.js](https://github.com/wintercms/snowboard.js) repo. The only major change was converting the old data config utility calls to...
### Package targeted Both ### Description I was hoping to implement this as a PR immediately, but it's become a little bigger than I had imagined so I think it's...
This PR will be needed if https://github.com/wintercms/storm/pull/167 is merged.
This PR adds the config variables `minItems` and `maxItems` for the Table widget and `datatable` field type. The impetus of this is to allow a table to have *no items*...
This PR changes the global backend assets that were originally specified directly in the "head" template for the Backend, and uses the `AssetMaker` to load them instead. This should allow...
Fixes https://github.com/wintercms/winter/issues/992 The new Markdown parser (CommonMark) applies some escaping logic for links and some HTML attributes. This prevents the curly bracket variables working in these, as they are escaped...
This PR adds a video preview image for `mediafinder` fields that have their `mode` config set to `video`. It renders the video screenshot by loading the first 10 seconds of...
Fixes #431. This PR introduces the Monaco editor in replacement of the Ace Editor. At this stage for the PR, we are aiming for parity with the functionality previously provided...
Refs: https://github.com/wintercms/storm/pull/167