Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
WCMS
uw_ct_contact
Commits
84147f2c
Commit
84147f2c
authored
Jan 30, 2020
by
l26yan
Browse files
RT#1038223 Enable scan content for link checker
parent
99e9725d
Changes
2
Hide whitespace changes
Inline
Side-by-side
uw_ct_contact.info
View file @
84147f2c
...
...
@@ -88,6 +88,8 @@ features[variable][] = diff_show_preview_changes_node_contact
features
[
variable
][]
=
diff_view_mode_preview_node_contact
features
[
variable
][]
=
field_bundle_settings_node__contact
features
[
variable
][]
=
language_content_type_contact
features
[
variable
][]
=
linkchecker_scan_comment_contact
features
[
variable
][]
=
linkchecker_scan_node_contact
features
[
variable
][]
=
menu_options_contact
features
[
variable
][]
=
menu_parent_contact
features
[
variable
][]
=
node_options_contact
...
...
uw_ct_contact.strongarm.inc
View file @
84147f2c
...
...
@@ -155,6 +155,20 @@ function uw_ct_contact_strongarm() {
$strongarm
->
value
=
'4'
;
$export
[
'language_content_type_contact'
]
=
$strongarm
;
$strongarm
=
new
stdClass
();
$strongarm
->
disabled
=
FALSE
;
/* Edit this to true to make a default strongarm disabled initially */
$strongarm
->
api_version
=
1
;
$strongarm
->
name
=
'linkchecker_scan_comment_contact'
;
$strongarm
->
value
=
0
;
$export
[
'linkchecker_scan_comment_contact'
]
=
$strongarm
;
$strongarm
=
new
stdClass
();
$strongarm
->
disabled
=
FALSE
;
/* Edit this to true to make a default strongarm disabled initially */
$strongarm
->
api_version
=
1
;
$strongarm
->
name
=
'linkchecker_scan_node_contact'
;
$strongarm
->
value
=
1
;
$export
[
'linkchecker_scan_node_contact'
]
=
$strongarm
;
$strongarm
=
new
stdClass
();
$strongarm
->
disabled
=
FALSE
;
/* Edit this to true to make a default strongarm disabled initially */
$strongarm
->
api_version
=
1
;
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment