Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
uw_fdsu_theme_resp
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
WCMS
uw_fdsu_theme_resp
Commits
3d068698
Commit
3d068698
authored
4 years ago
by
Eric Bremner
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
config/optional/block.block.uw_fdsu_theme_resp_uw_block_global_footer_menu.yml
+0
-23
0 additions, 23 deletions
....block.uw_fdsu_theme_resp_uw_block_global_footer_menu.yml
templates/blocks/block--uw-ct-site-footer.html.twig
+0
-38
0 additions, 38 deletions
templates/blocks/block--uw-ct-site-footer.html.twig
with
0 additions
and
61 deletions
config/optional/block.block.uw_fdsu_theme_resp_uw_block_global_footer_menu.yml
deleted
100644 → 0
+
0
−
23
View file @
aa2539fe
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
:
{
}
This diff is collapsed.
Click to expand it.
templates/blocks/block--uw-ct-site-footer.html.twig
deleted
100644 → 0
+
0
−
38
View file @
aa2539fe
{#
/**
* @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
}
%}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment