Gatherpress venue block archived
An experiment to replace the `gatherpress/venue` block with a block-variation.
by The WordPress Contributors · github.com/carstingaxion/gatherpress-venue
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/carstingaxion/gatherpress-venue/archive/refs/heads/main.zipReadme
Ressources
Block Variations API
- Variations – Block Editor Handbook | Developer.WordPress.org
- Group block variations not recognized as active · Issue #41303 · WordPress/gutenberg
Block Context API
render_block_contextwordpress-develop/src/wp-includes/blocks.php at f25ca58803b886ab7e09f5ece878bb4e942a03b1 · WordPress/wordpress-develop- gutenberg/docs/reference-guides/block-api/block-context.md at trunk · WordPress/gutenberg
- `createContext`, `useContext` from `@wordpress/element` doesn't work on InnerBlocks in custom block · Issue #50633 · WordPress/gutenberg
- gutenberg-context-issue/src/context-child/edit.js at main · EmranAhmed/gutenberg-context-issue
- bacoords/wcphx-2024 at add-context-example
Similar Blocks
Read on
- How to Modify the Query Loop WordPress Gutenberg Block to Filter by a Custom Field - WP Fieldwork
- Building a book review grid with a Query Loop block variation – WordPress Developer Blog
- Restrict Block Settings Based on Post Type, User Roles, or Block Context
- useEntityProp zum Verändern von Beitrags- oder Seitenattributen verwenden · Florian Brinkmann