From: Radek Czajka Date: Wed, 9 Oct 2024 09:56:36 +0000 (+0200) Subject: temporary attributes for bible tags X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/4e8fc8e3b409859927393db2e40877df3e74208f temporary attributes for bible tags --- diff --git a/src/redakcja/static/js/wiki/view_properties.js b/src/redakcja/static/js/wiki/view_properties.js index 7101c5cf..dde914fc 100644 --- a/src/redakcja/static/js/wiki/view_properties.js +++ b/src/redakcja/static/js/wiki/view_properties.js @@ -35,7 +35,10 @@ "name": "href", }, ], - } + "tab": {"attributes": [{"name": "szer"}]}, + "naglowek_parsza": {"attributes": [{"name": "nazwa"}]}, + "naglowek_czytanie": {"attributes": [{"name": "nazwa"}]} + }, }; class PropertiesPerspective extends $.wiki.SidebarPerspective {