chris-bkjg
chris-bkjg
Why wouldn't you create `type()` instead of your `mapType()`? `type()` is already available on table columns: https://github.com/cheesegrits/filament-google-maps?tab=readme-ov-file#table-column
I believe there may still be an issue with this. I'm trying to get TributeJS to be able to insert mentions into Trix. Even if I'm using `data-trix-*` and explicitly...
> [@chris-bkjg](https://github.com/chris-bkjg) Did you also try to make a Trix Attachment instead of posting the link directly? > > ``` > const attachment = new Trix.Attachment({ > ... > content:...
This is still a valid issue. @bezhanSalleh, you reference `shouldRegisterNavigation()` in `packages/panels/src/Pages/Page.php`, but the error isn't caused by that file. ```bash 2024-09-19 09:34:41 PHP Fatal error: Declaration of BezhanSalleh\FilamentShield\Traits\HasPageShield::shouldRegisterNavigation(): bool...