core.entity_view_display.entity_test.bundle_with_extra_fields.default.yml

Same filename and directory in other branches
  1. 10 core/modules/layout_builder/tests/modules/layout_builder_defaults_test/config/install/core.entity_view_display.entity_test.bundle_with_extra_fields.default.yml
  2. 9 core/modules/layout_builder/tests/modules/layout_builder_defaults_test/config/install/core.entity_view_display.entity_test.bundle_with_extra_fields.default.yml
  3. 8.9.x core/modules/layout_builder/tests/modules/layout_builder_defaults_test/config/install/core.entity_view_display.entity_test.bundle_with_extra_fields.default.yml
core/modules/layout_builder/tests/modules/layout_builder_defaults_test/config/install/core.entity_view_display.entity_test.bundle_with_extra_fields.default.yml
3 string references to 'core.entity_view_display.entity_test.bundle_with_extra_fields.default'
AddComponentTest::testAddComponent in core/modules/layout_builder/tests/src/Kernel/Plugin/ConfigAction/AddComponentTest.php
Tests adding a component to a view display using a config action.
AddComponentTest::testAddComponentToEmptyRegionThatIsNotFirst in core/modules/layout_builder/tests/src/Kernel/Plugin/ConfigAction/AddComponentTest.php
Tests that adding a component to another section works as expected.
AddComponentTest::testAddMultipleComponents in core/modules/layout_builder/tests/src/Kernel/Plugin/ConfigAction/AddComponentTest.php
Tests adding multiple components at once.

File

core/modules/layout_builder/tests/modules/layout_builder_defaults_test/config/install/core.entity_view_display.entity_test.bundle_with_extra_fields.default.yml

View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - layout_builder
  6. third_party_settings:
  7. layout_builder:
  8. enabled: true
  9. allow_custom: false
  10. sections:
  11. -
  12. layout_id: layout_twocol_section
  13. layout_settings:
  14. column_widths: 50-50
  15. components:
  16. 1445597a-c674-431d-ac0a-277d99347a7f:
  17. uuid: 1445597a-c674-431d-ac0a-277d99347a7f
  18. region: first
  19. configuration:
  20. id: 'extra_field_block:entity_test:bundle_with_extra_fields:display_extra_field'
  21. label_display: '0'
  22. context_mapping:
  23. entity: layout_builder.entity
  24. weight: 1
  25. additional: { }
  26. id: entity_test.bundle_with_extra_fields.default
  27. targetEntityType: entity_test
  28. bundle: bundle_with_extra_fields
  29. mode: default
  30. content:
  31. display_extra_field:
  32. settings: { }
  33. third_party_settings: { }
  34. weight: 100
  35. region: content
  36. hidden: { }

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