diff --git a/config/optional/block.block.uw_fdsu_theme_resp_uw_block_global_footer_menu.yml b/config/optional/block.block.uw_fdsu_theme_resp_uw_block_global_footer_menu.yml deleted file mode 100644 index e33f00926b9083bf13ed799a8a34e11da1c82194..0000000000000000000000000000000000000000 --- a/config/optional/block.block.uw_fdsu_theme_resp_uw_block_global_footer_menu.yml +++ /dev/null @@ -1,23 +0,0 @@ -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: { } diff --git a/templates/blocks/block--uw-ct-site-footer.html.twig b/templates/blocks/block--uw-ct-site-footer.html.twig deleted file mode 100644 index 13dc272d37bc8931999021426b9c7767ea7fa6ae..0000000000000000000000000000000000000000 --- a/templates/blocks/block--uw-ct-site-footer.html.twig +++ /dev/null @@ -1,38 +0,0 @@ -{# -/** - * @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 -} %}