Add preview renderers for custom content elements

This commit is contained in:
Björn Fromme
2021-09-27 18:26:56 +02:00
parent beb9fbae04
commit 0262738c91
26 changed files with 596 additions and 141 deletions
@@ -0,0 +1,6 @@
<?php
namespace EP\EpTheme\Exception;
class ConfigurationMissingException extends \Exception
{}
@@ -0,0 +1,6 @@
<?php
namespace EP\EpTheme\Exception;
class TemplateFileMissingException extends \Exception
{}