Add an error block and validation to help ensure users know when they messed up the block type

This commit is contained in:
Oliver-Akins 2025-07-26 10:53:37 -06:00
parent 7796c82962
commit ce65e3a516
3 changed files with 32 additions and 6 deletions

View file

@ -0,0 +1,3 @@
<p class="error">
{{ details }}
</p>