WordPress / wp-movies-demo

Demo of the Interactivity API
https://wpmovies.dev
GNU General Public License v2.0
195 stars 42 forks source link

Move movie release date and runtime to block bindings. #76

Closed cbravobernal closed 1 week ago

cbravobernal commented 1 week ago

WP Movies project is a showcase of the Interactity API, but can be also for Block Bindings and anything related with WordPress development.

WordPress 6.7 includes a new filter block_bindings_source_value.

This PRs removes some custom blocks that can be updated to just post-meta block bindings with some render customization.

gziolo commented 1 week ago

One additional step could be registering a block variation for both custom fields so they are exposed in the block inserter as previously.

cbravobernal commented 1 week ago

One additional step could be registering a block variation for both custom fields so they are exposed in the block inserter as previously.

Good idea! Done in https://github.com/WordPress/wp-movies-demo/pull/76/commits/4e748782c7aba775e321371ea44914357b5be147