field.field.paragraph.container.paragraphs_background_image.yml

paragraphs_collection/modules/paragraphs_collection_demo/config/install/field.field.paragraph.container.paragraphs_background_image.yml
1 string reference to 'field.field.paragraph.container.paragraphs_background_image'
_paragraphs_collection_demo_add_background_plugin_field in paragraphs_collection/modules/paragraphs_collection_demo/paragraphs_collection_demo.install
Adds the background plugin field in the container paragraph type.

File

paragraphs_collection/modules/paragraphs_collection_demo/config/install/field.field.paragraph.container.paragraphs_background_image.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.storage.paragraph.paragraphs_background_image
  6. - paragraphs.paragraphs_type.container
  7. module:
  8. - image
  9. enforced:
  10. module:
  11. - paragraphs_collection_demo
  12. id: paragraph.container.paragraphs_background_image
  13. field_name: paragraphs_background_image
  14. entity_type: paragraph
  15. bundle: container
  16. label: Background image
  17. description: ''
  18. required: false
  19. translatable: false
  20. default_value: { }
  21. default_value_callback: ''
  22. settings:
  23. file_directory: '[date:custom:Y]-[date:custom:m]'
  24. file_extensions: 'png gif jpg jpeg svg'
  25. max_filesize: ''
  26. max_resolution: ''
  27. min_resolution: ''
  28. alt_field: true
  29. alt_field_required: true
  30. title_field: false
  31. title_field_required: false
  32. default_image:
  33. uuid: ''
  34. alt: ''
  35. title: ''
  36. width: null
  37. height: null
  38. handler: 'default:file'
  39. handler_settings: { }
  40. field_type: image