core.entity_form_display.block_content.simple_text.default.yml 888 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. uuid: d2556aa1-b23d-4a56-95d5-6976b3c54f97
  2. langcode: fr
  3. status: true
  4. dependencies:
  5. config:
  6. - block_content.type.simple_text
  7. - field.field.block_content.simple_text.field_content
  8. module:
  9. - text
  10. id: block_content.simple_text.default
  11. targetEntityType: block_content
  12. bundle: simple_text
  13. mode: default
  14. content:
  15. field_content:
  16. type: text_textarea
  17. weight: 26
  18. region: content
  19. settings:
  20. rows: 5
  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. translation:
  39. weight: 10
  40. region: content
  41. settings: { }
  42. third_party_settings: { }
  43. hidden: { }