Appending Wagtail StructBlock to Streamfield
is there a good way to append a StructBlock into an existing StreamField? I’m building a links page where non admin users can add their own links. I would like to be able to append a LinkBlock using form data. I’m attaching what I have right now and currently stepping through the Wagtail source code to better understand how blocks are created.
Appending Wagtail StructBlock to Streamfield
is there a good way to append a StructBlock into an existing StreamField? I’m building a links page where non admin users can add their own links. I would like to be able to append a LinkBlock using form data. I’m attaching what I have right now and currently stepping through the Wagtail source code to better understand how blocks are created.
How to remove the accessibility item from the userbar
Is there a way to remove the accessibility item from the Wagtail userbar?
Asynchronous migrations for django/wagtail
I am working with my friends on wagtail school project, we are working at the same time on our project and making different pages at the same time. We would need a asynchronous system for migrations of pages.
Reading query string in Wagtail
I am new to Wagtail and I am trying to work out how to extract the query string as part of the FormPage
model.