Robin Schambach

Results 39 comments of Robin Schambach

@Lorenzschaef Not 100% what I wanted - but I can go with that. Thank you very much. This functionality is awesome

None of both. Sorry I should have clarified it from the beginning. This field belongs to a totally different layout and is only used in a separate section that links...

Hey @samhibberd Thank you for your answer I think one "good" way around this might be to create a setting in the general config "`allowDeprications`" (default true) for Elements and...

Just my two cents: I can confirm this is indeed a Craft bug.. in the end it all comes down due to heavy casting on multiple places. A trainee had...

Were you able to find a solution? I have the same issue

Is there any plan to include this is the near future? I would really like to use it

Why isn't this merged yet? I really need this but I don't want to create a custom fork just for this feature, Thank you so much for this awesome feature...

Could you at least make a setting that somehow makes it unable to create dayjs objects? or a setting that requires the local for all dayjs objects? I was about...

Just in case someone needs help with this one. You can allow CORS requests via ```PHP $request = Craft::$app->getRequest(); if (!$request->getIsConsoleRequest()) { $origin = $request->getHeaders()->get('origin'); $response = Craft::$app->getResponse(); $headers =...