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.ymlView source
- langcode: en
- status: true
- dependencies:
- config:
- - field.storage.poll.field_number_of_votes
- module:
- - poll
- id: poll.poll.field_number_of_votes
- field_name: field_number_of_votes
- entity_type: poll
- bundle: poll
- label: 'Number of Votes'
- 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.'
- required: false
- translatable: false
- default_value:
- -
- value: 1
- default_value_callback: ''
- settings:
- min: 1
- max: null
- prefix: ''
- suffix: ''
- field_type: integer