Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carstingaxion/gatherpress-venue
An experiment to replace the `gatherpress/venue` block with a block-variation.
https://github.com/carstingaxion/gatherpress-venue
Last synced: 18 days ago
JSON representation
An experiment to replace the `gatherpress/venue` block with a block-variation.
- Host: GitHub
- URL: https://github.com/carstingaxion/gatherpress-venue
- Owner: carstingaxion
- License: gpl-2.0
- Created: 2024-03-20T09:42:07.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-21T06:58:24.000Z (6 months ago)
- Last Synced: 2024-07-21T07:49:35.914Z (6 months ago)
- Language: JavaScript
- Size: 472 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ressources
## Block Variations API
* [Variations – Block Editor Handbook | Developer.WordPress.org](https://developer.wordpress.org/block-editor/reference-guides/block-api/block-variations/)
* [Group block variations not recognized as active · Issue #41303 · WordPress/gutenberg](https://github.com/WordPress/gutenberg/issues/41303)## Block Context API
* [`render_block_context` wordpress-develop/src/wp-includes/blocks.php at f25ca58803b886ab7e09f5ece878bb4e942a03b1 · WordPress/wordpress-develop](https://github.com/WordPress/wordpress-develop/blob/f25ca58803b886ab7e09f5ece878bb4e942a03b1/src/wp-includes/blocks.php#L1691-L1701)
* [gutenberg/docs/reference-guides/block-api/block-context.md at trunk · WordPress/gutenberg](https://github.com/WordPress/gutenberg/blob/trunk/docs/reference-guides/block-api/block-context.md)
* [\`createContext\`, \`useContext\` from \`@wordpress/element\` doesn't work on InnerBlocks in custom block · Issue #50633 · WordPress/gutenberg](https://github.com/WordPress/gutenberg/issues/50633)
* [gutenberg-context-issue/src/context-child/edit.js at main · EmranAhmed/gutenberg-context-issue](https://github.com/EmranAhmed/gutenberg-context-issue/blob/main/src/context-child/edit.js)
* [bacoords/wcphx-2024 at add-context-example](https://github.com/bacoords/wcphx-2024/tree/add-context-example)## Similar Blocks
* [creative-andrew/single-post-query-loop-selector: A Query Loop block variation that allow to search and select a single post to be displayed.](https://github.com/creative-andrew/single-post-query-loop-selector)
### Read on
* [How to Modify the Query Loop WordPress Gutenberg Block to Filter by a Custom Field - WP Fieldwork](https://wpfieldwork.com/modify-query-loop-block-to-filter-by-custom-field/)
* [Building a book review grid with a Query Loop block variation – WordPress Developer Blog](https://developer.wordpress.org/news/2022/12/20/building-a-book-review-grid-with-a-query-loop-block-variation/)
* [Restrict Block Settings Based on Post Type, User Roles, or Block Context](https://jeffreycarandang.com/restrict-wordpress-gutenberg-block-settings-based-on-post-type-user-roles-or-block-context/)
* [useEntityProp zum Verändern von Beitrags- oder Seitenattributen verwenden · Florian Brinkmann](https://florianbrinkmann.com/useentityprop-11817/)