Fabian Todt
Fabian Todt
## What? This is a follow-up to #55492 and the [related commit in core](1a5ff3fc6dbe45376b54335028d8e9b19da93244). It provides support for the new `viewStyle` block metadata property to sites running core versions <...
- Part of #41236. ## What problem does this address? At the moment `block.json` allows adding `style`s and `editorStyle`s - where the assets of `style` are loaded in the editor...
PHP Deployer supports different writable_modes (chown, chgrp, chmod, acl, sticky, skip). At the moment we always run chown and chmod. In bfe5803a303cc7a0e07e77e9855b0699ff5780f3 I added a check if chown is available...
Look into how one could do a deployment from a staging host to a production host (ie between two remotes). This might be convenient if the staging site is on...
Adds a "props" block as mentioned in [#6945](https://meta.trac.wordpress.org/ticket/6945). ## How - Adds a new block `wporg/props` which is based on the core paragraph block (and similar to the notice block...
I wanted to use wp-now to test my blueprint.json for enabling the preview in the plugin repository. The [blueprint file](https://github.com/goodwp/good-slider/blob/main/.wordpress-org/blueprints/blueprint.json) works and is valid, as can be tested by going...
- Try to use `InterfaceSkeleton` from `@wordpress/interface` - Decouple providers from page/layout? - Decouple snackbar notices placement from layout (-> make it optional) - show how to add other providers...
Add a utility which parses block attributes in PHP when rendering. It should merge defaults (like wp_parse_args) and also sanitize attributes and validate them against their defined type (maybe even...