field.storage.support_ticket.field_state.yml in Support Ticketing System 8
modules/support_ticket/config/install/field.storage.support_ticket.field_state.yml
File
modules/support_ticket/config/install/field.storage.support_ticket.field_state.ymlView source
- langcode: en
- status: true
- dependencies:
- module:
- - options
- - support_ticket
- id: support_ticket.field_state
- field_name: field_state
- entity_type: support_ticket
- type: list_string
- settings:
- allowed_values:
- -
- value: new
- label: new
- -
- value: active
- label: active
- -
- value: pending
- label: pending
- -
- value: blocked
- label: blocked
- -
- value: inactive
- label: inactive
- -
- value: closed
- label: closed
- allowed_values_function: ''
- module: options
- locked: false
- cardinality: 1
- translatable: true
- indexes: { }
- persist_with_no_fields: false
- custom_storage: false