Skip to content

text_block

django_spire.knowledge.entry.version.block.blocks.text_block

TextBlock

Bases: BaseBlock

value instance-attribute

type = BlockTypeChoices.TEXT class-attribute instance-attribute

detail_template = 'django_spire/knowledge/entry/version/block/detail/component/text_component.html' class-attribute instance-attribute

update_template = 'django_spire/knowledge/entry/version/block/update/component/text_component.html' class-attribute instance-attribute

render_to_text

Source code in django_spire/knowledge/entry/version/block/blocks/text_block.py
def render_to_text(self) -> str:
    return f'{self.value}\n'