Skip to content

navigation

django_spire.knowledge.entry.navigation

EntryNavigation

Bases: Navigation

Source code in django_spire/knowledge/entry/navigation.py
5
6
7
8
def __init__(self) -> None:
    super().__init__()
    self.icon_class = 'bi bi-file-text'
    self.breadcrumbs.add('Knowledge', 'django_spire:knowledge:page:home')

icon_class = 'bi bi-file-text' instance-attribute