studiomitte / riddle
riddle.com集成到TYPO3
dev-master
2023-02-14 08:34 UTC
Requires
- typo3/cms-backend: ^9 || ^10 || ^11
- typo3/cms-core: ^9 || ^10 || ^11
- typo3/cms-fluid: ^9 || ^10 || ^11
- typo3/cms-frontend: ^9 || ^10 || ^11
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.16
- phpspec/prophecy-phpunit: ^1
- phpunit/phpunit: ^8 || ^7
- typo3/testing-framework: ^6.4 || ^4 || ^5
Replaces
- typo3-ter/riddle: dev-master
This package is auto-updated.
Last update: 2024-09-20 08:47:53 UTC
README
本扩展嵌入来自riddle.com的丰富媒体内容。
安装
像安装其他扩展一样安装本扩展。可以使用 composer require studiomitte/riddle
或从 TYPO3 扩展存储库下载。
现在转到 riddle.com 账户页面,启用API并复制API令牌和API密钥。
在TYPO3安装工具中打开设置,并将这两个密钥粘贴到那里。
使用方法
在riddle.com创建和发布一个谜题后,您可以在TYPO3中创建一个新的插件 Riddle.com丰富媒体。
现在已完成。
GDPR
riddle.com在其德国服务器上托管其谜题,并且不保存任何用户的个人数据。
因此,您不需要请求网站用户显示iframe的权限。
修改渲染
渲染由默认加载的ext_typoscript_setup.typoscript
中的TypoScript控制。
tt_content.list.20.riddle_riddle = USER
tt_content.list.20.riddle_riddle {
userFunc = StudioMitte\Riddle\Controller\PluginController->run
}
如果您想修改渲染,请覆盖userFunc
并提供一个自定义入口点。
致谢
本扩展由Georg Ringer为Studio Mitte, Linz制作,用♥。