temp1029

Results 7 comments of temp1029

Scratch that, don’t seem to be able to open any actual pages for MySQL, crashes on all of the ones I’ve tried.

Was looking into this myself and it looks like sending a postMessage to the parent frame from inside the modal's iFrame is what needs to be done. Also, the suggestion...

Not that you asked me @7ammer, but query string would probably work just as well as what I suggested. I was trying to keep it as close to the Tinymce...

So I think I figured out a way to make this work, but the caveat is **you can't specify any subject line when using a template**. This is fine for...

Ah, looks like this might need to be handled in a similar way to LFM. Any chance a PR would be accepted for this if I can up with one...

Was seeing this issue as well and @SquareBeard's solution fixed it but with two modifications: 1. Needed to include Laravel's 'Storage' facade (Illuminate\Support\Facades\Storage) 2. Had to explicitly define the disk...

Update on my comment above. If I use the nova 'thumbnail' function instead of 'preview' I get the second parameter '$disk', which can be used to make the call dynamic...