web-vision / wv-amp
此包最新版本(dev-master)没有提供许可证信息。
web-vision AMP生成器
dev-master
2020-04-30 14:22 UTC
Requires (Dev)
- typo3/cms-core: ^9.5 || ^10.4
This package is auto-updated.
Last update: 2024-08-29 05:24:55 UTC
README
Typo3 扩展,用于生成 AMP 页面类型并提供 AMP 视图助手。
它做什么?
提供一个额外的 pagetype (701)
(例如:https://example.com/index.php?id=6&type=701),您可以在其中以 AMP 模式加载页面。
您可以在网站配置中配置 URL,将 type=701
映射到 amp
,这样它将像 https://example.com/amp/test-page 一样加载。
还提供额外的视图助手 amp.image
,可用于在模板中渲染 AMP 图片。还有更多内容即将推出。
安装
您可以使用以下方式安装此扩展:
- 扩展管理器或
- composer
composer req web-vision/wv_amp
要求
- TYPO3 9.5 及以上版本