Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

field.storage.node.field_difficulty.yml

core/profiles/demo_umami/config/install/field.storage.node.field_difficulty.yml

File

core/profiles/demo_umami/config/install/field.storage.node.field_difficulty.yml

View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - node
  6. - options
  7. id: node.field_difficulty
  8. field_name: field_difficulty
  9. entity_type: node
  10. type: list_string
  11. settings:
  12. allowed_values:
  13. -
  14. value: easy
  15. label: Easy
  16. -
  17. value: medium
  18. label: Medium
  19. -
  20. value: hard
  21. label: Hard
  22. allowed_values_function: ''
  23. module: options
  24. locked: false
  25. cardinality: 1
  26. translatable: true
  27. indexes: { }
  28. persist_with_no_fields: false
  29. custom_storage: false

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal