Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
uw_cfg_common
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_cfg_common
Commits
8ace93e6
Commit
8ace93e6
authored
1 year ago
by
Lily Yan
Committed by
Tyler Struyk
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
ISTWCMS-6102 Rollback hiding hide_branding field after updating to simple_sitemap 4.1.4
parent
51091892
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!341
ISTWCMS-6102 Update to simple sitemap 4.1.4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
uw_cfg_common.module
+0
-5
0 additions, 5 deletions
uw_cfg_common.module
with
0 additions
and
5 deletions
uw_cfg_common.module
+
0
−
5
View file @
8ace93e6
...
...
@@ -995,11 +995,6 @@ function uw_cfg_common_preprocess_responsive_image(&$variables) {
*/
function
uw_cfg_common_form_alter
(
array
&
$form
,
FormStateInterface
$form_state
,
string
$form_id
):
void
{
// Hide hide_branding field in simple sitemap settings.
if
(
$form_id
==
'simple_sitemap_settings_form'
&&
isset
(
$form
[
'settings'
][
'hide_branding'
]))
{
unset
(
$form
[
'settings'
][
'hide_branding'
]);
}
// Only blog, event and news item has 'Image' option.
$hero_image_form_ids
=
[
'node_uw_ct_blog_form'
,
...
...
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