field.storage.node.field_difficulty.yml
Same filename in other branches
File
-
core/
profiles/ demo_umami/ config/ install/ field.storage.node.field_difficulty.yml
View source
- langcode: en
- status: true
- dependencies:
- module:
- - node
- - options
- id: node.field_difficulty
- field_name: field_difficulty
- entity_type: node
- type: list_string
- settings:
- allowed_values:
- -
- value: easy
- label: Easy
- -
- value: medium
- label: Medium
- -
- value: hard
- label: Hard
- allowed_values_function: ''
- module: options
- locked: false
- cardinality: 1
- translatable: true
- indexes: { }
- persist_with_no_fields: false
- custom_storage: false
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.