Skip to content
Snippets Groups Projects
Commit 3d068698 authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-4060: removing templates that are no longer required for site footer

parent aa2539fe
No related branches found
No related tags found
No related merge requests found
langcode: en
status: true
dependencies:
config:
- system.menu.uw-menu-global-footer
module:
- system
theme:
- uw_fdsu_theme_resp
id: uw_fdsu_theme_resp_uw_block_global_footer_menu
theme: uw_fdsu_theme_resp
region: footer
weight: 0
provider: null
plugin: 'system_menu_block:uw-menu-global-footer'
settings:
id: 'system_menu_block:uw-menu-global-footer'
label: 'UW Global footer menu'
provider: system
label_display: visible
level: 1
depth: 0
visibility: { }
{#
/**
* @file
* Theme override to display a block.
*
* Available variables:
* - plugin_id: The ID of the block implementation.
* - label: The configured label of the block if visible.
* - configuration: A list of the block's configuration values.
* - label: The configured label for the block.
* - label_display: The display settings for the label.
* - provider: The module or other provider that provided this block plugin.
* - Block plugin specific settings will also be stored here.
* - content: The content of this block.
* - attributes: array of HTML attributes populated by modules, intended to
* be added to the main container tag of this template.
* - id: A valid HTML ID and guaranteed unique.
* - title_attributes: Same as attributes, except applied to the main title
* tag that appears in the template.
* - title_prefix: Additional output populated by modules, intended to be
* displayed in front of the main title tag that appears in the template.
* - title_suffix: Additional output populated by modules, intended to be
* displayed after the main title tag that appears in the template.
*
* @see template_preprocess_block()
*/
#}
{% include "@layouts/site-footer/site-footer.twig" with {
"body": content.body,
"logo_link": content.logo_link,
"logo_url": content.logo_url,
"site_name": content.site_name,
"logo_alt_text": content.logo_alt_text,
"social_media": content.social_media,
"social_media_placement": "local-site-footer",
"primary": content.primary
} %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment