Example of StreamField group
See original GitHub issueIssue Summary
I’ve added the group
argument to several of my StreamField blocks, made a migration, and migrated. I expected a change in the bock menu but everything looks the same! Could you give an example of StreamField group so I can understand this feature better? (It was introduced in Wagtail 1.10.)
Technical details
- Python version: 2.7.12
- Django version: 1.11.3
- Wagtail version: 1.11
- Browser version: Firefox 54 (http://whatsmybrowser.org/b/TDNFZDY) and Chromium 59 (http://whatsmybrowser.org/b/U1GSNCI)
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
How to use StreamField for mixed content
In this example, the body field of BlogPage is defined as a StreamField where authors can compose content from three different block types:...
Read more >Group blocks from StreamField Wagtail - python
I want to group blocks from StreamField and display them in template grouped by those rows. Is there a way to do it...
Read more >Freeform page content using StreamField
group: The group used to categorize this block, i.e. any blocks with the same group name will be shown together in the editor...
Read more >Fixtures and Streamfields
Hello, I created fixtures from dumpdata (wagtailimages, wagtaildocs, wagtailcore, and some custom apps) When loading these fixtures from a blank migrate, ...
Read more >How to use StreamField in Wagtail - AccordBox
We will understand Wagtail StreamField and write template to ... From my understanding, I'd like to group the Wagtail built-in blocks in ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @iaindillingham
See #3100 for context
Oh dear, looks like the problem is my end! Everything works as expected in the Wagtail demo. Thanks for your speedy reply.