core.entity_form_display.block_content.logo_block.default.yml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. uuid: 18dd32df-9d6d-4302-a6cd-b9cd120adc38
  2. langcode: fr
  3. status: true
  4. dependencies:
  5. config:
  6. - block_content.type.logo_block
  7. - field.field.block_content.logo_block.field_link
  8. - field.field.block_content.logo_block.field_logo
  9. - image.style.thumbnail
  10. module:
  11. - image
  12. - link
  13. id: block_content.logo_block.default
  14. targetEntityType: block_content
  15. bundle: logo_block
  16. mode: default
  17. content:
  18. field_link:
  19. weight: 27
  20. settings:
  21. placeholder_url: ''
  22. placeholder_title: ''
  23. third_party_settings: { }
  24. type: link_default
  25. region: content
  26. field_logo:
  27. weight: 28
  28. settings:
  29. progress_indicator: throbber
  30. preview_image_style: thumbnail
  31. third_party_settings: { }
  32. type: image_image
  33. region: content
  34. info:
  35. type: string_textfield
  36. weight: -5
  37. region: content
  38. settings:
  39. size: 60
  40. placeholder: ''
  41. third_party_settings: { }
  42. langcode:
  43. type: language_select
  44. weight: 2
  45. region: content
  46. settings:
  47. include_locked: true
  48. third_party_settings: { }
  49. hidden: { }