Matt Stein

Results 37 comments of Matt Stein

Good news! You shouldn’t have to change your `Element::EVENT_DEFINE_SIDEBAR_HTML` approach—Craft 4 [was just updated](https://github.com/craftcms/cms/commit/0a2c6183c955b238a2c34f2303d8cadc7baee1bd) to place that HTML at the end of the sidebar so it’s closer to existing behavior...

@bmilagre In Craft 4, you’ll want to use field layout elements rather than template hooks: https://craftcms.com/docs/4.x/extend/updating-plugins.html#field-layouts

Related: https://github.com/vuepress/vuepress-community/issues/71 Seems to be an issue with smooth scrolling in Firefox. Disabling the `scroll-behavior: smooth` property immediately has anchor links working again in this project: ```css html { /*...

@couellet Thanks for mentioning this Charles! I'm a bit behind this week but I'd love to get this integrated as soon as I can.

@couellet Is the documentation accurate when it shows that `/api/customers` can be limited by `status` even though the _value_ isn't returned in the result? The status may not have much...

I hope it’s okay to follow up in this issue here! I just got started with Coolify and I haven’t yet been able to get _any_ scheduled task to run...

Just upgraded my Coolify instance to v4.0.0-beta.330 and noticed these scheduled tasks are running! All good now.