field.storage.profile.field_title.yml 607 B

123456789101112131415161718192021222324252627282930313233343536
  1. uuid: 1d238029-c519-422a-9528-20ca94b4431b
  2. langcode: en
  3. status: true
  4. dependencies:
  5. module:
  6. - options
  7. - profile
  8. id: profile.field_title
  9. field_name: field_title
  10. entity_type: profile
  11. type: list_string
  12. settings:
  13. allowed_values:
  14. -
  15. value: MR
  16. label: Mister
  17. -
  18. value: MS
  19. label: Misses
  20. -
  21. value: MI
  22. label: Miss
  23. -
  24. value: DO
  25. label: Doctor
  26. -
  27. value: PR
  28. label: Professor
  29. allowed_values_function: ''
  30. module: options
  31. locked: false
  32. cardinality: 1
  33. translatable: true
  34. indexes: { }
  35. persist_with_no_fields: false
  36. custom_storage: false