Defer tag in javascript

Using the Kirby build in option to load javascript, it is possible to set an optional “async” variable.

Is it also possible to use the defer way of loading / parsing?


Background info; I am building a Kirby Google Maps builder, which likes to use the defer method…

I know defer isn’t that important these days, but I want to follow there rules :stuck_out_tongue:

No, that’s currently not supported. You can use the raw embed code from the example without the js() helper however.

Sir, yes - sir!

Will fall back into manual mode, right now…

3, 2, 1, seconds… bleep bleep - manual mode activated

1 Like