-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- added rendering mode `client_side` - added method `RendererBridgeInterface::renderClientSide()` and implementations with templates for `phtml` and `latte` bridges - added method `RendererInterface::renderClientSide()` - removed prefix `Template*` from constants in class `Templates` - added possibility to define alternative rendering modes in `RendererProvider` - added option `alternative_rendering_modes` in `AmpClientLatteExtension` - added option `renderer.templates.client_side` in `AmpClientExtension` - added possibility to switch rendering mode in macro `{banner}` by specifying the argument `mode` - added and fixed tests - updated docs
- Loading branch information
Showing
47 changed files
with
1,180 additions
and
182 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.