You are here

private static property TypeSettingsStorage::$title_block_options in Node Accessibility 8

File

src/TypeSettingsStorage.php, line 17

Class

TypeSettingsStorage
Class TypeSettingsStorage.

Namespace

Drupal\node_accessibility

Code

private static $title_block_options = [
  'h1',
  'h2',
  'h3',
  'h4',
  'h5',
  'h6',
  'div',
  'span',
  'p',
];