This module provides some field formatters, widgets and templates as well as views field plugins.
-
Handles the list of links displayed in the
section index
paragraphs in the homepage, ensuring only node access is respected.
-
Handles the language aware display of compact numbers (ex: 1.2 million).
-
Simple formatter for
caption
"double fields" (location + text) used for example for the caption text of hero image of articles. See https://www.drupal.org/project/double_field
-
Uses the gho-further-reading-link-formatter.html.twig template with the
url
andsource
(repurposed link title) variables. -
Simply renames the
title
field to "Source".
-
Uses the gho-interactive-content-formatter.html.twig template with the extracted and validated attributes from the embed iframe snippet (url, width, title, aria-label etc.).
-
Extends the textarea widget with validation and sanitation of embed iframe snippets.
-
Formatter to select how to display figures (label + text): either
small
like the "botton figures row" orlarge
like the "needs and requirements".
-
Uses the gho-further-reading-link-formatter.html.twig template with the
title
,url
andsource
variables. -
Add a mandatory
source
field in addition to theuri
andtitle
.
Note: This is not used anymore as the homepage uses article lists
now.
-
Uses the gho-related-articles-formatter.html.twig template with the
title
andlist
(of related articles) variables. -
Allow the selection of a direct child of the
main
navigation menu.
This module provides a translation links views field plugin that provides links to create, edit or view entities in the different languages enabled on the site.