temporary attributes for bible tags
authorRadek Czajka <rczajka@rczajka.pl>
Wed, 9 Oct 2024 09:56:36 +0000 (11:56 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Wed, 9 Oct 2024 09:56:36 +0000 (11:56 +0200)
src/redakcja/static/js/wiki/view_properties.js

index 7101c5c..dde914f 100644 (file)
                     "name": "href",
                 },
             ],
-        }
+            "tab": {"attributes": [{"name": "szer"}]},
+            "naglowek_parsza": {"attributes": [{"name": "nazwa"}]},
+            "naglowek_czytanie": {"attributes": [{"name": "nazwa"}]}
+        },
     };
 
     class PropertiesPerspective extends $.wiki.SidebarPerspective {