WordPress / block-theme-examples

A repository of feature examples for block themes.
50 stars 7 forks source link

fix issue with example-block-style-js #10

Closed juanmaguitar closed 10 months ago

juanmaguitar commented 10 months ago

FIxes https://github.com/wptrainingteam/block-theme-examples/issues/9 Also specify WP 6.4 for wp-env

The styles weren't added to the iframe so this PR solves this issue with the use of enqueue_block_assets

As of WordPress 6.3, all assets added through the enqueue_block_assets PHP action will also be enqueued in the iframed Editor. See #48286 for more details (source: Enqueueing assets in the Editor)