Populates the universal media header style on top of web pages. Which lets site builders activate that for content types.
{% hint style="info" %}
Varbase media header features are bundled through the Varbase Media Header module.
GitHub: https://github.com/Vardot/varbase_media_header
Drupal.org: https://www.drupal.org/project/varbase_media_header
After building a project using the varbase-project
template.
Install with Composer: $ composer require 'drupal/varbase_media_header:~10'
Using Composer to manage Drupal site dependencies
The code of the Varbase Media Header module will be located in: {% endhint %}
project_directory
|-- docroot
|-- modules
|-- contrib
|-- varbase_media_header
This module needs the following Varbase modules in order to function.
Manages type of media contents and entity browsers in the site.
{% content-ref url="../core-components/varbase-media.md" %} varbase-media.md {% endcontent-ref %}
{% content-ref url="../../configuring-a-varbase-site/configuring-varbase-media-header.md" %} configuring-varbase-media-header.md {% endcontent-ref %}