Title: Block Variation
Last modified: February 27, 2024

---

# Block Variation

 *  [fieron](https://wordpress.org/support/users/fieron/)
 * (@fieron)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/block-variation-2/)
 * Hi all, please advice me how to work with block variation and template. In template
   variation core/group I need to insert a specific core/list variation. I couldn’t
   find any hints on how to do this in the documentation.

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Moderator [threadi](https://wordpress.org/support/users/threadi/)
 * (@threadi)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/block-variation-2/#post-17457572)
 * The procedure is actually described in the manual: [https://developer.wordpress.org/block-editor/reference-guides/block-api/block-variations/](https://developer.wordpress.org/block-editor/reference-guides/block-api/block-variations/)
 * You must specify the “core/list” block using the examples there.
 * I also found this article very helpful: [https://fullsiteediting.com/lessons/block-variations/](https://fullsiteediting.com/lessons/block-variations/)
 *  Thread Starter [fieron](https://wordpress.org/support/users/fieron/)
 * (@fieron)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/block-variation-2/#post-17458106)
 * I’ve read all these articles. There is no answer to my question. To clarify, 
   here is an example.
   I have a variation`wp.blocks.registerBlockVariation('core/
   heading', { name: 'heading-variation-1', title: 'Heading Variation 1', attributes:{
   className: 'is-heading-variation-1', level: 3, },})Now I want to add this variation
   to the InnerBlocks.const tpl = [ [ 'core/image', { } ], …, [ 'heading-variation-
   1', {}]];And it doesn’t work. And it doesn’t work with allowedBlocks. What am
   I doing wrong? Or is there no such functionality?
 *  Moderator [threadi](https://wordpress.org/support/users/threadi/)
 * (@threadi)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/block-variation-2/#post-17506572)
 * It might be good to ask this very specific question to the Gutenberg team: [https://github.com/WordPress/gutenberg/issues](https://github.com/WordPress/gutenberg/issues)

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Block Variation’ is closed to new replies.

 * In: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
 * 3 replies
 * 2 participants
 * Last reply from: [threadi](https://wordpress.org/support/users/threadi/)
 * Last activity: [2 years, 2 months ago](https://wordpress.org/support/topic/block-variation-2/#post-17506572)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
