Path bar

This example illustrates how to enable the path bar, which displays the current block.

Code

<!-- element -->
<textarea id="entry">...</textarea>

<!-- call -->
<script>
let app = Redactor('#entry', {
    pathbar: true
});
</script>