Iskender TOTOĞLU
Iskender TOTOĞLU
if both of configs are true ```php $config->imageSizerOptions('webpAdd', true); $config->imageSizerOptions('webpOnly', true); ``` its breaks admin thumb creation
I read these blog posts when you publish them The problem is using only webp files. Examples on blog posts always use webp with jpg variations. If you want use...
@ryancramerdesign Above example usage is only for example to show you the simplest usage ```php $wire->addHook('/user/register', User::class, 'register'); $wire->addHook('/user/login', User::class, 'login'); $wire->addHook('/user/logout', User::class, 'logout'); $wire->addHook('/user/reset-password', User::class, 'resetPassWord'); $wire->addHook('/product/{id}/similar', ProductPage::class, 'similar');...
@matjazpotocnik I think we can use Class names as string for hooks, waiting for @ryancramerdesign answer
With same rules, if i change input type to `PageListSelect" it works.