web-vision / wv-amp
web-vision AMP generator
Installs: 30
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires (Dev)
- typo3/cms-core: ^9.5 || ^10.4
This package is auto-updated.
Last update: 2024-10-29 05:53:33 UTC
README
Typo3 Extension for generating amp page type and also provides amp view helpers
What does it do?
Provides an additional pagetype (701)
(Eg:https://example.com/index.php?id=6&type=701) where which you can load your page in amp mode.
You can configure the url in your site configuration to map type=701
to amp
so that it will load like say https://example.com/amp/test-page .
Also ships an additional viewhelper amp.image
which can be used in templates for rendering amp images. More stuffs on the way.
Installation
You can install the extension using:
- Extension manager or
- composer
composer req web-vision/wv_amp
Requirements
- TYPO3 9.5 and upwards