heimrichhannot / contao-yumpu
Watch responsive Yumpu documents within contao.
Installs: 118
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 1
Open Issues: 1
Type:contao-module
Requires
- contao/core-bundle: ^4.4
This package is auto-updated.
Last update: 2024-10-28 01:31:44 UTC
README
Watch responsive Yumpu documents within contao. For more information visit: http://www.yumpu.com/
Features
- tl_content element
- tl_news support
Add the following markup to your news template (e.g. news_full)
<div class="yumpu-embed">
<iframe src="https://www.yumpu.com/de/embed/view/<?php echo $this->yumpuConfigID; ?>" frameborder="0" allowfullscreen="true" allowtransparency="true"></iframe>
</div>