Merge pull request #1153 from hairmare/feat/preview-mode-preference

feat(mvc): add preview mode setting
This commit is contained in:
Kyle Robbertze 2021-01-19 15:19:57 +02:00 committed by GitHub
commit 757e4929a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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() ?>