You are here

protected static property HtmlResponseAttachmentsProcessor::$drupalSettings in Cookie Content Blocker 8

The drupal settings.

Type: array

File

src/Render/HtmlResponseAttachmentsProcessor.php, line 45

Class

HtmlResponseAttachmentsProcessor
Processes attachments of HTML responses.

Namespace

Drupal\cookie_content_blocker\Render

Code

protected static $drupalSettings = [
  'type' => 'setting',
  'group' => JS_SETTING,
  'weight' => 0,
  'browsers' => [],
  'data' => [],
  'position' => 'scripts_bottom',
];