Tutorial Wagtail Version: 2.x
StreamFields in Wagtail CMS are considered to be a complex data type. In this video we're going to explore how it's stored in the database and what it looks like to get a better understanding of how a StreamField is saved and used versus a regular Django field.
Here's the link to where you can download DB Browser for SQLite (what I used in this video).
How to Add a Basic StreamField to your Wagtail CMS Page
Posted on
In this lesson we are going to learn how to add a basic StreamField to a a generic Wagtail CMS Page. We'll create a new app from scratch, and this StreamField will have a title and text (using StructBlock), a custom template, and it will lay the foundation for the next lesson which covers inheriting RichTextBlock and modifying the features it can have.
How to use Orderables in Wagtail CMS
Posted on
Discover how to use Djangos Inline Models within a Wagtail Page in a feature called Orderable. Orderables let you add movable content to your page without needing a StreamField. In this video, we'll create a Bootstrap 4 Image Gallery on our Home Page model using an Orderable.
Setting Up RichText Streamfields
Posted on
In Wagtail you can have two Richtext areas: a model field and a StreamField. In this article we'll cover the Streamfield type.
Setting Up A RichText Content Area
Posted on
In Wagtail you can have two Richtext areas: a model field and a StreamField. In this article we'll cover the model field type.
This course covers everything from basic installation to advanced features like custom blocks and API integration, it's perfect for developers looking to enhance their skills with this powerful CMS.