Edit Pages now supports custom HTML formatting

The page editor found on the Admin Panel at Admin>Pages where you can edit the footer pages now supports custom HTML formatting.
This commit is contained in:
Julian Prieber 2022-03-23 10:38:47 +01:00
parent 5db46f78c2
commit b916ac66bc
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@
<h1 class="display-4">{{ $name }}</h1>
<hr class="my-4">
<p>
{{ $data['page']->$name }}
<?php echo $data['page']->$name; ?>
</p>
<p class="lead">
</p>