Josh Crawford

Results 1393 comments of Josh Crawford

So a thought I've had firstly is that action endpoints probably shouldn't be protected anyway, as they're pretty crucial to various workings of a site. Changed for the next release....

Updated in [2.0.12](https://github.com/verbb/knock-knock/releases/tag/2.0.12)

Can't think of a reason why that wouldn't work (it's working for me with that reduced case. Only thing worth considering is that if you're logged in, it'll bypass the...

Strange. I don't see how it would be possible for the `type` to be null for Icon Picker 1 fields, that shouldn't be possible. But that's indeed what's happening on...

Oh, and just wanted to confirm that your example above: ``` { "icon":"/urban-building/008-school.svg", "sprite":null, "glyphId":null, "glyphName":null, "iconSet":null, "type":null, "css":null, "width":null, "height":null } ``` Was the content of the field **before**...

Can you post the error with `devMode` enabled, or post your logs from `/storage/logs/icon-picker.log`? I think this should be fixed for the next release. To get this early, run `composer...

Fixed in [3.0.0](https://github.com/verbb/icon-picker/releases/tag/3.0.0)

While you can restrict the kits in the Font Awesome settings: That's not accessible via the API when fetching the kit, which would what I would expect, and have been...

Just to provide feedback here, the Font Awesome crew say it's not currently possible to limit API responses for a style, so we would need to manage this on our...

Added for the next release. To get this early, run `composer require verbb/icon-picker:"dev-craft-4 as 2.0.17"`.