You are here

core.entity_view_display.paragraph.custom_linear_gradient_modifier.default.yml in Modifiers Pack 8

modules/modifiers_custom_linear_gradient/config/optional/core.entity_view_display.paragraph.custom_linear_gradient_modifier.default.yml

File

modules/modifiers_custom_linear_gradient/config/optional/core.entity_view_display.paragraph.custom_linear_gradient_modifier.default.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.field.paragraph.custom_linear_gradient_modifier.field_mod_cl_gradient_colors
  6. - field.field.paragraph.custom_linear_gradient_modifier.field_mod_cl_gradient_direction
  7. - field.field.paragraph.custom_linear_gradient_modifier.field_mod_media_query
  8. - paragraphs.paragraphs_type.custom_linear_gradient_modifier
  9. module:
  10. - color_field
  11. id: paragraph.custom_linear_gradient_modifier.default
  12. targetEntityType: paragraph
  13. bundle: custom_linear_gradient_modifier
  14. mode: default
  15. content:
  16. field_mod_cl_gradient_colors:
  17. weight: 0
  18. label: inline
  19. settings:
  20. format: hex
  21. opacity: '1'
  22. third_party_settings: { }
  23. type: color_field_formatter_text
  24. region: content
  25. field_mod_cl_gradient_direction:
  26. weight: 1
  27. label: inline
  28. settings:
  29. thousand_separator: ''
  30. decimal_separator: .
  31. scale: 2
  32. prefix_suffix: true
  33. third_party_settings: { }
  34. type: number_decimal
  35. region: content
  36. field_mod_media_query:
  37. weight: 2
  38. label: inline
  39. settings:
  40. link_to_entity: false
  41. third_party_settings: { }
  42. type: string
  43. region: content
  44. hidden: { }