Category "wagtail"

Wagtail Custom Translatable Menu

I am new to wagtail and i am working with a custom menu. I set up a custom menu class and use a tag to display the menu-items in the templates. This works fine,

Wagtail/Django: How to pass a Page model object as a default value for a streamfield block?

How can I pass the user selected value for background_color object that is in my PostPage Page class as the default value for another ColorField that's within m

Is there a switch to store the Wagtail RichTextBlock content to database in UTF-8?

I am new in Django and Wagtail. I developed a website app using Django 4.0 and Wagtail 2.16.1. I found Django models.CharField by default stores content to data

dependencies reference nonexistent child node

I tried to dockerize my Wagtail Web Application and this error Occurred. I tried docker-compose build there was no errors. after that i tried docker-compose up

Rendrering footnotes references in the richtextblock wagtail

Using wagtail-footnotes I have a problem of passing the footnote's reference number to the templates of my Richtextblock. I followed the Readme instructions. Af

Programatically add a page to a known parent

I would like to create programatically a sub page for a known parent. How can I do that? The page creation will takes place in a signal receiver: the page is cr