You are here

core.entity_form_display.block_content.es_test.default.yml in Entity Share 8.3

tests/modules/entity_share_test/config/install/core.entity_form_display.block_content.es_test.default.yml

File

tests/modules/entity_share_test/config/install/core.entity_form_display.block_content.es_test.default.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - block_content.type.es_test
  6. - field.field.block_content.es_test.body
  7. module:
  8. - text
  9. id: block_content.es_test.default
  10. targetEntityType: block_content
  11. bundle: es_test
  12. mode: default
  13. content:
  14. body:
  15. type: text_textarea_with_summary
  16. weight: -4
  17. region: content
  18. settings:
  19. rows: 9
  20. summary_rows: 3
  21. placeholder: ''
  22. third_party_settings: { }
  23. info:
  24. type: string_textfield
  25. weight: -5
  26. region: content
  27. settings:
  28. size: 60
  29. placeholder: ''
  30. third_party_settings: { }
  31. langcode:
  32. type: language_select
  33. weight: 2
  34. region: content
  35. settings:
  36. include_locked: true
  37. third_party_settings: { }
  38. hidden: { }