heimrichhannot / contao-yumpu
在 contao 中查看响应式的 Yumpu 文档。
1.1.0
2020-01-27 15:46 UTC
Requires
- contao/core-bundle: ^4.4
This package is auto-updated.
Last update: 2024-08-28 01:06:25 UTC
README
在 contao 中查看响应式的 Yumpu 文档。更多信息请访问:http://www.yumpu.com/
功能
- tl_content 元素
- tl_news 支持
将以下标记添加到您的新闻模板中(例如 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>