Simple AMP (Accelerated Mobile Pages)

Component type

module

Maintenance status

Development status

Downloads

1134

Component created

Component changed

A very simple Accelerated Mobile Pages (AMP) integration module. The module is using Display Mode to control what you want to show on your AMP pages or just control it in the template by rendering Entity object the way you need. AMP can be also disabled for individual nodes on the node add/edit page.

Installation

Module requires composer require lullabot/amp https://github.com/Lullabot/amp-library

Twig Backlink

Component type

module

Maintenance status

Development status

Downloads

223

Component created

Component changed

The Twig Backlink Twig extension builds a list of URL of the parents of the node based on the field name passed in the Twig twig_backlink extension parameter.

Usage:

{{ twig_backlink('field_name') }}

This extension will automatically build a list of parents when an An Entity Reference field is used and referenced in the Twig file.

Requirements

- An Entity Reference field added to a node.
- Access to a node twig file that the themer can edit.

Entity display

Component type

module

Maintenance status

Development status

Downloads

49

Component created

Component changed

An enhanced way to control the display of your entities in Drupal through code.

Classic method

The display of entities (node, user...) in Drupal is normally configured through the Manage display UI (/admin/structure/types/manage/*/display).

Decoupled Blocks: Vue.js

Component type

module

Maintenance status

Development status

Downloads

668

Component created

Component changed

This is a Vue.js implementation for the Decoupled Blocks module. Blocks built with Vue.js can now easily be added to a site via a module or in a custom theme.

Documentation: https://www.drupal.org/docs/8/modules/decoupled-blocks-vuejs

Development Status: Full test coverage is now finished.

Custom Header Image

Component type

module

Maintenance status

Development status

Downloads

243

Component created

Component changed

Custom Header Image provides a simple user interface for uploading and maintaining header images which should appear at various paths leveraging various image styles and a custom block to place those images in the appropriate region. This is one block which will determine which header image to render on any path.