add decorative icons

This commit is contained in:
elise
2024-08-14 18:13:18 +02:00
parent 5f52dcfa8e
commit 52d2ea30e1
3 changed files with 189 additions and 3 deletions

View File

@ -251,6 +251,8 @@ class PageSectionBlock(blocks.StructBlock):
("pigsty", "Grisebinge"),
("wheelchair", "Rullestol"),
("clock", "Klokke"),
("parking", "Parkering"),
("coins", "Mynter"),
)
title = blocks.CharBlock(max_length=64, required=True, label="Tittel")