Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
WCMS
uw_ct_event
Commits
da814bf4
Commit
da814bf4
authored
Jan 29, 2020
by
l26yan
Browse files
RT#1038223 Enable scan content for link checker
parent
953abe28
Changes
2
Hide whitespace changes
Inline
Side-by-side
uw_ct_event.info
View file @
da814bf4
...
...
@@ -121,6 +121,8 @@ features[variable][] = diff_view_mode_preview_node_uw_event
features
[
variable
][]
=
enable_revisions_page_uw_event
features
[
variable
][]
=
field_bundle_settings_node__uw_event
features
[
variable
][]
=
language_content_type_uw_event
features
[
variable
][]
=
linkchecker_scan_comment_uw_event
features
[
variable
][]
=
linkchecker_scan_node_uw_event
features
[
variable
][]
=
location_defaultnum_uw_event
features
[
variable
][]
=
location_maxnum_uw_event
features
[
variable
][]
=
location_settings_node_uw_event
...
...
uw_ct_event.strongarm.inc
View file @
da814bf4
...
...
@@ -158,6 +158,20 @@ function uw_ct_event_strongarm() {
$strongarm
->
value
=
'4'
;
$export
[
'language_content_type_uw_event'
]
=
$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_uw_event'
;
$strongarm
->
value
=
0
;
$export
[
'linkchecker_scan_comment_uw_event'
]
=
$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_uw_event'
;
$strongarm
->
value
=
1
;
$export
[
'linkchecker_scan_node_uw_event'
]
=
$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
.
Attach a 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