167 4 4 silver badges 14 14 bronze badges. wagtail. This is an amended version of Wagtail's StreamField interface that introduces a new class called ClearField. Browse other questions tagged django wagtail wagtail-streamfield or ask your own question. Improved UI for nested StreamFields ; Always visible help text; Confirmation on delete of StreamField items; Install. In this video I go over how to add an Orderable to an existing Wagtail CMS Page. It is likely to break with the latest version of Wagtail. I know I'm doing something wrong here, but the documentation doesn't have much advice beyond a basic example and I'm not sure how to properly communicate with my MarkdownField class. add a comment | 1 Answer Active Oldest Votes. Wagtail React StreamField demo 1 - Duration: 1:30. I expected to see a blog post's data inside a StreamField within Wagtail admin, but instead it was blank or wrapped in a JSON object. 0. Wagtail Clear StreamField. A blog-based example can be found below (or view the gist for a quick overview) ... StreamFieldPanel from wagtail.core.fields import StreamField from wagtail.core.models import Page, Orderable from wagtail.snippets.edit_handlers import SnippetChooserPanel from wagtail.snippets.models import register_snippet from streams import blocks class BlogAuthorsOrderable(Orderable): """This allows us … And both fields are optional so the user could enter both fields, one field, or no fields. 1:30. The Overflow Blog This week, #StackOverflowKnows molecule rings, infected laptops, and HMAC limits I've only seen examples of custom blocks that use combinations of existing blocks, not custom fields.
asked May 1 '19 at 19:38. cssidy cssidy. Any help to turn my markdown field into a block would be greatly appreciated! We'll use this feature instead of a StreamField to create an image gallery using a Bootstrap 4 Carousel. share | improve this question | follow | edited May 1 '19 at 19:54. cssidy. When you want to create a custom link in a StreamField, a ... we'll check if the internal (Wagtail Page) was selected, and if it wasn't we'll use the external link (URLBlock). Let's talk about a common example: internal vs. external links. 1. Bertrand Bordage 374 views. The pros to using an Orderable instead of a ListBlock StreamField is that you can set a minimum and maximum number of items to add.