You are here

field.field.paragraph.adaptive_height_modifier.field_mod_ah_ratio.yml in Modifiers Pack 8

modules/modifiers_adaptive_height/config/optional/field.field.paragraph.adaptive_height_modifier.field_mod_ah_ratio.yml

File

modules/modifiers_adaptive_height/config/optional/field.field.paragraph.adaptive_height_modifier.field_mod_ah_ratio.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.storage.paragraph.field_mod_ah_ratio
  6. - paragraphs.paragraphs_type.adaptive_height_modifier
  7. id: paragraph.adaptive_height_modifier.field_mod_ah_ratio
  8. field_name: field_mod_ah_ratio
  9. entity_type: paragraph
  10. bundle: adaptive_height_modifier
  11. label: 'Adaptive Height'
  12. description: 'The minimum height relative to width e.g. 0.5 on 1000 px width screen will result in 500 px.'
  13. required: true
  14. translatable: false
  15. default_value:
  16. -
  17. value: 0.5
  18. default_value_callback: ''
  19. settings:
  20. min: !!float 0
  21. max: !!float 1
  22. prefix: ''
  23. suffix: ''
  24. field_type: decimal