core.entity_form_display.block_content.custom.default.yml 811 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. uuid: 8a3be2a5-dc9e-4311-8094-a2b89eb284f0
  2. langcode: fr
  3. status: true
  4. dependencies:
  5. config:
  6. - block_content.type.custom
  7. - field.field.block_content.custom.body
  8. module:
  9. - text
  10. id: block_content.custom.default
  11. targetEntityType: block_content
  12. bundle: custom
  13. mode: default
  14. content:
  15. body:
  16. type: text_textarea_with_summary
  17. weight: 26
  18. settings:
  19. rows: 9
  20. summary_rows: 3
  21. placeholder: ''
  22. show_summary: false
  23. third_party_settings: { }
  24. region: content
  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: { }