core.entity_form_display.block_content.logo_link.default.yml 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. uuid: 120b62a4-4583-414d-b11d-04659ef661e6
  2. langcode: fr
  3. status: true
  4. dependencies:
  5. config:
  6. - block_content.type.logo_link
  7. - field.field.block_content.logo_link.field_link
  8. - field.field.block_content.logo_link.field_logo
  9. - image.style.thumbnail
  10. module:
  11. - image
  12. - link
  13. id: block_content.logo_link.default
  14. targetEntityType: block_content
  15. bundle: logo_link
  16. mode: default
  17. content:
  18. field_link:
  19. type: link_default
  20. weight: 27
  21. region: content
  22. settings:
  23. placeholder_url: ''
  24. placeholder_title: ''
  25. third_party_settings: { }
  26. field_logo:
  27. type: image_image
  28. weight: 26
  29. region: content
  30. settings:
  31. progress_indicator: throbber
  32. preview_image_style: thumbnail
  33. third_party_settings: { }
  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: { }