You are here

field.storage.poll.field_poll_type.yml in Advanced Poll 8

config/install/field.storage.poll.field_poll_type.yml

File

config/install/field.storage.poll.field_poll_type.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - options
  6. - poll
  7. id: poll.field_poll_type
  8. field_name: field_poll_type
  9. entity_type: poll
  10. type: list_string
  11. settings:
  12. allowed_values:
  13. -
  14. value: approval
  15. label: Approval
  16. -
  17. value: borda
  18. label: 'Borda Count'
  19. -
  20. value: instant
  21. label: 'Instant Runoff'
  22. -
  23. value: pooled
  24. label: Pooled
  25. -
  26. value: ranked
  27. label: 'Ranked Choice'
  28. allowed_values_function: ''
  29. module: options
  30. locked: false
  31. cardinality: 1
  32. translatable: true
  33. indexes: { }
  34. persist_with_no_fields: false
  35. custom_storage: false