This repository has been archived on 2025-01-19. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
drupalcampbristol/core/themes/stable/templates/admin/language-content-settings-table.html.twig

14 lines
296 B
Twig

{#
/**
* @file
* Theme override to display a language content settings table.
*
* Available variables:
* - title: The title of the table.
* - build: Table of content language settings.
*
* @see template_preprocess_language_content_settings_table()
*/
#}
<h4>{{ title }}</h4>
{{ build }}