Ari Stathopoulos

Results 158 comments of Ari Stathopoulos

I think in 5.8 where the FSE MVP will land, we'll also need to make a few adjustments to core... The `index.php` file in FSE themes should not be required....

> I have no idea how I would write a block validator 🤔 Why would we need that? Themes are not and will probably not be) allowed to add blocks......

Ah OK, gotcha :+1: I misunderstood what "block validator" means 😅

> Is this proven to work on Gutenberg (somewhere else) or is it a general issue with `style` in `block.json`? It's how all block styles get added in Gutenberg &...

Hey there @danielwrobert! No worries, with the upcoming WP 6.1 release we're currently in panic mode anyway, so this one takes a back seat for a while. There is great...

Just spitballing some ideas here... The editor already saves drafts periodically using a rest hook. So we could hook into that, get the content, scan for external images and upload...

In that case, maybe `init` would be a better fit? It runs both on the front & dashboard, and we're doing it for other scripts/styles as well 👍

> For example you should be able to have your Input blocks nested within layout blocks such as Row. That lets users build forms that aren't a arranged as a...

I started experimenting a bit with this idea this morning. I have a rough proof of concept on https://github.com/WordPress/gutenberg/pull/44214 along with a short screencast of building a basic doctor's appointment...

> For a later stage of the input blocks I would really like to see a similar approach like the embed block. For example surface a "textarea" block, that gracefully...