core.entity_form_display.block_content.text.default.yml 803 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. uuid: 011b248b-cacc-4bd1-9079-7e6f6e07538d
  2. langcode: fr
  3. status: true
  4. dependencies:
  5. config:
  6. - block_content.type.text
  7. - field.field.block_content.text.body
  8. module:
  9. - text
  10. id: block_content.text.default
  11. targetEntityType: block_content
  12. bundle: text
  13. mode: default
  14. content:
  15. body:
  16. type: text_textarea_with_summary
  17. weight: 26
  18. region: content
  19. settings:
  20. rows: 9
  21. summary_rows: 3
  22. placeholder: ''
  23. show_summary: false
  24. third_party_settings: { }
  25. info:
  26. type: string_textfield
  27. weight: -5
  28. region: content
  29. settings:
  30. size: 60
  31. placeholder: ''
  32. third_party_settings: { }
  33. langcode:
  34. type: language_select
  35. weight: 2
  36. region: content
  37. settings:
  38. include_locked: true
  39. third_party_settings: { }
  40. hidden: { }