feat(mvc): add preview mode setting

This commit is contained in:
Lucas Bickel 2021-01-03 11:40:06 +00:00 committed by GitHub
parent 104e9053e1
commit c2bfee60f1
6 changed files with 42 additions and 0 deletions

View file

@ -41,6 +41,8 @@
<?php echo $this->element->getElement('podcastAutoSmartblock')->render() ?>
<?php echo $this->element->getElement('featurePreviewMode')->render() ?>
<?php echo $this->element->getElement('thirdPartyApi')->render() ?>
<?php echo $this->element->getElement('allowedCorsUrls')->render() ?>