Issue #3151098 by rik-dev, dww: Replace use of whitelist/blacklist in Big Pipe module
parent
5730ee6d60
commit
faca97047e
|
@ -210,7 +210,7 @@ class BigPipeStrategy implements PlaceholderStrategyInterface {
|
||||||
'library' => [
|
'library' => [
|
||||||
'big_pipe/big_pipe',
|
'big_pipe/big_pipe',
|
||||||
],
|
],
|
||||||
// Inform BigPipe' JavaScript known BigPipe placeholder IDs (a whitelist).
|
// Inform BigPipe' JavaScript known BigPipe placeholder IDs.
|
||||||
'drupalSettings' => [
|
'drupalSettings' => [
|
||||||
'bigPipePlaceholderIds' => [$big_pipe_placeholder_id => TRUE],
|
'bigPipePlaceholderIds' => [$big_pipe_placeholder_id => TRUE],
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue