You are here

block.block.test_block.yml in Drupal 8

core/modules/block/tests/modules/block_test/config/install/block.block.test_block.yml

File

core/modules/block/tests/modules/block_test/config/install/block.block.test_block.yml
View source
  1. id: test_block
  2. theme: stark
  3. weight: 0
  4. status: true
  5. langcode: en
  6. region: '-1'
  7. plugin: test_html
  8. settings:
  9. label: 'Test HTML block'
  10. provider: block_test
  11. label_display: 'hidden'
  12. dependencies:
  13. module:
  14. - block_test
  15. theme:
  16. - classy
  17. visibility: { }