Drew Baker

Results 178 comments of Drew Baker
trafficstars

This would be helpful: https://make.wordpress.org/core/2023/07/17/introducing-the-block-selectors-api/

Wow that's a cool idea. This isn't something we'd use at Funkhaus, but a really good idea. At funkhaus our process is to just spin up a site on Flywheel,...

I used a module to do this: https://github.com/funkhaus/viewhotels.com.au/blob/f17e91b478521561ee031a8cddbc9553c2a81377/nuxt.config.js#L62

If not a universal solution like above, really should have separate components for the different embed types. Vimeo, YouTube, Twitter etc...

Need to figure out how to use our custom video player (if used on the site) for the Vimeo embeds too.

Maybe this helps? https://github.com/natemoo-re/ultrahtml

This requires Nuxt3 I think

Perhaps worth dropping lodash altogether

Make sure we get the linter working with this syntax

Good example here: https://github.com/funkhaus/tool-frontend/blob/master/templates/projects-department.vue#L61-L64