Jason Carney
Jason Carney
Hi, just wondering where this project is at as I haven't seen any new releases in the extras repo (I've been using an old version with some patches to work...
This is something I might look at fixing myself, but essentially if you enter a Tv Type with incorrect capitalisation (which is somewhat inconsistent throughout modx) you get possible errors...
I have my default media source on TV's set to an Uploads directory, and while viewing the image browser everything works as expected, however when rendering in the front-end the...
Just like to say thanks for making such a kick-arse way to develop in MODX! The only thing that would make it _even better_ would be if it could take...
I'm running into an oddity where objects/json with nested keys seems to break and miss some enclosing brackets when passed to a component eg: ```javascript const Component = (props) =>...
main callout is the absence of `.slideout-menu-left` and `.slideout-menu-right` selectors that break the `side: right` option. Probably just needs a version bump and a publish to npm
Not sure if this extends to other error cases, but when a malformed Bearer token is sent to `.validate(token, callback)`, the error object passed to the callback is a string...
`hideBarsDelay: 0` Doesn't seem to be working for me, the bars are still hiding after a small delay. Can anybody else confirm that this is working for them (have tried...
setting `autoplay: false` doesn't prevent video from playing as soon as loaded,
Pretty new to MODX schema's in general, just trying to find an example for adding a custom database table as part of MyComponent. Essentially looking for a workflow for creating...