Marty Friedel

Results 8 comments of Marty Friedel

The way icons are used is incredibly different to v4, and for v5, still undocumented and I believe the Tiny team are still finalising the way they want to recommend...

I've been speaking with the Tiny team and will have a bit of a play with a few ways to do this (and what fits best for a plugin). There'll...

It is best for you to embed your icons in your plugin JS file (and obviously check licensing conditions are met if using third party icons). The key elements here...

Hi Si, It is my understanding that the autocomplete is for the editor typing, not for using on additional fields such as inputs in dialogs. You might like to suggest...

Full disclosure, I don't personally use SSG day-to-day so haven't felt confident enough to do a PR as I'm unsure of the bigger implications, however rather than changing vendor files...

Happy to hear it has helped - it was for Statamic 4 that it was originally written (as the client raised the issue during the 3-to-4 process), but glad it...

I've been play with TimeMe and Ratchet and have it all working nicely, except iOS. Is this due to the sendCurrentTime call that should be triggered by an onbeforeunload that...

The issue also exists with the `copy` function when used with R2, with `$visibility` being null, and throwing `League\Flysystem\UnableToRetrieveMetadata`, where `GetObjectAcl not implemented` appears too. ``` Storage::disk('r2')->copy($sourcePath, $targetPath); ``` Will...