Ben Thomson

Results 44 issues of 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...

maintenance

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...

maintenance
needs review

### 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.

Status: Blocked
Type: Maintenance

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*...

enhancement
needs review

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...

Type: Maintenance
Status: Review Needed

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...

Type: Maintenance
Status: Review Needed

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...

enhancement

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...

enhancement

Refs: https://github.com/wintercms/storm/pull/167

Status: Blocked
Type: Enhancement