Skip to content
Snippets Groups Projects
Unverified Commit faca9704 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3151098 by rik-dev, dww: Replace use of whitelist/blacklist in Big Pipe module

parent 5730ee6d
No related branches found
No related tags found
No related merge requests found
......@@ -210,7 +210,7 @@ protected static function createBigPipeJsPlaceholder($original_placeholder, arra
'library' => [
'big_pipe/big_pipe',
],
// Inform BigPipe' JavaScript known BigPipe placeholder IDs (a whitelist).
// Inform BigPipe' JavaScript known BigPipe placeholder IDs.
'drupalSettings' => [
'bigPipePlaceholderIds' => [$big_pipe_placeholder_id => TRUE],
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment