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.ymlView source
- langcode: en
- status: true
- dependencies:
- module:
- - options
- - poll
- id: poll.field_poll_type
- field_name: field_poll_type
- entity_type: poll
- type: list_string
- settings:
- allowed_values:
- -
- value: approval
- label: Approval
- -
- value: borda
- label: 'Borda Count'
- -
- value: instant
- label: 'Instant Runoff'
- -
- value: pooled
- label: Pooled
- -
- value: ranked
- label: 'Ranked Choice'
- allowed_values_function: ''
- module: options
- locked: false
- cardinality: 1
- translatable: true
- indexes: { }
- persist_with_no_fields: false
- custom_storage: false