dnscms: add studio icons

This commit is contained in:
2026-07-02 16:31:27 +02:00
parent d851effff4
commit 73be8c23f2
3 changed files with 43 additions and 0 deletions
+5
View File
@@ -253,6 +253,11 @@ class PageSectionBlock(blocks.StructBlock):
("clock", "Klokke"),
("parking", "Parkering"),
("coins", "Mynter"),
("studioNote", "Note (STUDiO)"),
("studioCalendar", "Kalender (STUDiO)"),
("studioGuitar", "Gitar (STUDiO)"),
("studioDisco", "Discokule (STUDiO)"),
("studioMole", "Muldvarpen (STUDiO)"),
)
title = blocks.CharBlock(max_length=64, required=True, label="Tittel")