You are here

field.storage.paragraph.field_mod_padding_r_units.yml in Modifiers Pack 8

modules/modifiers_padding/config/optional/field.storage.paragraph.field_mod_padding_r_units.yml

File

modules/modifiers_padding/config/optional/field.storage.paragraph.field_mod_padding_r_units.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - options
  6. - paragraphs
  7. id: paragraph.field_mod_padding_r_units
  8. field_name: field_mod_padding_r_units
  9. entity_type: paragraph
  10. type: list_string
  11. settings:
  12. allowed_values:
  13. -
  14. value: em
  15. label: em
  16. -
  17. value: ex
  18. label: ex
  19. -
  20. value: ch
  21. label: ch
  22. -
  23. value: rem
  24. label: rem
  25. -
  26. value: vw
  27. label: vw
  28. -
  29. value: vh
  30. label: vh
  31. -
  32. value: vmin
  33. label: vmin
  34. -
  35. value: vmax
  36. label: vmax
  37. -
  38. value: '%'
  39. label: '%'
  40. -
  41. value: cm
  42. label: cm
  43. -
  44. value: mm
  45. label: mm
  46. -
  47. value: in
  48. label: in
  49. -
  50. value: px
  51. label: px
  52. -
  53. value: pt
  54. label: pt
  55. -
  56. value: pc
  57. label: pc
  58. allowed_values_function: ''
  59. module: options
  60. locked: false
  61. cardinality: 1
  62. translatable: true
  63. indexes: { }
  64. persist_with_no_fields: false
  65. custom_storage: false