You are here

core.entity_form_display.block_content.file_browser.default.yml in File Entity Browser 8

modules/file_browser_example/config/install/core.entity_form_display.block_content.file_browser.default.yml

File

modules/file_browser_example/config/install/core.entity_form_display.block_content.file_browser.default.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - block_content.type.file_browser
  6. - field.field.block_content.file_browser.field_file_browser_reference
  7. module:
  8. - entity_browser
  9. - file_browser_example
  10. id: block_content.file_browser.default
  11. targetEntityType: block_content
  12. bundle: file_browser
  13. mode: default
  14. content:
  15. field_file_browser_reference:
  16. weight: 3
  17. settings:
  18. entity_browser: browse_files
  19. field_widget_display: thumbnail
  20. field_widget_display_settings:
  21. image_style: medium
  22. third_party_settings: { }
  23. type: entity_browser_entity_reference
  24. region: content
  25. info:
  26. type: string_textfield
  27. weight: -5
  28. settings:
  29. size: 60
  30. placeholder: ''
  31. third_party_settings: { }
  32. region: content
  33. hidden: { }