line
A separating line (hr)
Preview

Default files
Snippet
By default, Kirby uses the following snippet to render the line block:
<hr />
To overwrite this default snippet, place your custom file in /site/snippets/blocks/line.php
.
Blueprint
By default, Kirby uses the following blueprint for the line block:
name: field.blocks.line.name
icon: divider
preview: line
wysiwyg: true
To overwrite this default blueprint, place your custom file in /site/blueprints/blocks/line.yml
.