You are here

field.field.poll.poll.field_number_of_votes.yml in Advanced Poll 8

config/install/field.field.poll.poll.field_number_of_votes.yml

File

config/install/field.field.poll.poll.field_number_of_votes.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.storage.poll.field_number_of_votes
  6. module:
  7. - poll
  8. id: poll.poll.field_number_of_votes
  9. field_name: field_number_of_votes
  10. entity_type: poll
  11. bundle: poll
  12. label: 'Number of Votes'
  13. description: 'Only applies to vote choices which allow more than one vote at a time. Should not exceed number of available vote choices and should be less that total choices.'
  14. required: false
  15. translatable: false
  16. default_value:
  17. -
  18. value: 1
  19. default_value_callback: ''
  20. settings:
  21. min: 1
  22. max: null
  23. prefix: ''
  24. suffix: ''
  25. field_type: integer