views.settings.yml

core/modules/views/config/install/views.settings.yml
6 string references to 'views.settings'
AdvancedSettingsForm::buildForm in core/modules/views_ui/src/Form/AdvancedSettingsForm.php
Form constructor.
AdvancedSettingsForm::getEditableConfigNames in core/modules/views_ui/src/Form/AdvancedSettingsForm.php
Gets the configuration names that will be editable.
ConfigUpdateTest::testConfigUpdate in core/modules/views/tests/src/Functional/Update/ConfigUpdateTest.php
Tests updating views.settings configuration.
PreviewTest::testPreviewUI in core/modules/views_ui/tests/src/Functional/PreviewTest.php
Tests arguments in the preview form.
views_update_11201 in core/modules/views/views.install
Removes the ui.show.advanced_column setting.

... See full list

File

core/modules/views/config/install/views.settings.yml

View source
  1. display_extenders: { }
  2. sql_signature: false
  3. ui:
  4. show:
  5. additional_queries: false
  6. default_display: false
  7. performance_statistics: false
  8. preview_information: true
  9. sql_query:
  10. enabled: false
  11. where: above
  12. display_embed: false
  13. always_live_preview: true
  14. exposed_filter_any_label: old_any
  15. field_rewrite_elements:
  16. div: DIV
  17. span: SPAN
  18. h1: H1
  19. h2: H2
  20. h3: H3
  21. h4: H4
  22. h5: H5
  23. h6: H6
  24. p: P
  25. header: HEADER
  26. footer: FOOTER
  27. article: ARTICLE
  28. section: SECTION
  29. aside: ASIDE
  30. details: DETAILS
  31. blockquote: BLOCKQUOTE
  32. figure: FIGURE
  33. address: ADDRESS
  34. code: CODE
  35. pre: PRE
  36. var: VAR
  37. samp: SAMP
  38. kbd: KBD
  39. strong: STRONG
  40. em: EM
  41. del: DEL
  42. ins: INS
  43. q: Q
  44. s: S

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.