Allow filtering templates by setting them to inactive

This commit is contained in:
Veronica Berglyd Olsen
2024-02-08 22:12:05 +01:00
parent 0aaf42de21
commit 4113be7a4c
2 changed files with 8 additions and 7 deletions
+2 -1
View File
@@ -106,7 +106,8 @@ class ProjectXMLReader:
as attributes. The id attribute was also added to the project.
Rev 1: Drops the titleFormat node from settings. 2.1 Beta 1.
Rev 2: Drops the title node from project. 2.3 Beta 1.
Rev 2: Drops the title node from project and adds the TEMPLATE
class for items. 2.3 Beta 1.
"""
def __init__(self, path: str | Path) -> None: