Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
a1b0d248
Commit
a1b0d248
authored
Dec 03, 2013
by
catch
Browse files
Issue
#2031219
by deneo, crowdcg: Remove theme_link from system.performance.yml
parent
9f671f53
Changes
3
Hide whitespace changes
Inline
Side-by-side
core/modules/system/config/schema/system.schema.yml
View file @
a1b0d248
...
...
@@ -256,9 +256,6 @@ system.performance:
stale_file_threshold
:
type
:
integer
label
:
'
Stale
file
threshold'
theme_link
:
type
:
boolean
label
:
'
Force
inline
link
rendering'
system.rss
:
type
:
mapping
...
...
core/modules/system/config/system.performance.yml
View file @
a1b0d248
...
...
@@ -16,4 +16,3 @@ js:
response
:
gzip
:
false
stale_file_threshold
:
2592000
theme_link
:
true
core/modules/system/system.install
View file @
a1b0d248
...
...
@@ -1875,17 +1875,6 @@ function system_update_8042() {
\
Drupal
::
moduleHandler
()
->
install
(
array
(
'entity'
));
}
/**
* Move system theme settings from variable to config.
*
* @ingroup config_upgrade
*/
function
system_update_8043
()
{
update_variables_to_config
(
'system.performance'
,
array
(
'theme_link'
=>
'theme_link'
,
));
}
/**
* Move system fast 404 settings from variable to config.
*
...
...
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