web-vision/wv-amp

There is no license information available for the latest version (dev-master) of this package.

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

dev-master 2020-04-30 14:22 UTC

This package is auto-updated.

Last update: 2024-03-29 04:05:46 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