You are here

field.storage.node.field_es_test_list_float.yml in Entity Share 8.3

tests/modules/entity_share_test/config/install/field.storage.node.field_es_test_list_float.yml

File

tests/modules/entity_share_test/config/install/field.storage.node.field_es_test_list_float.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - node
  6. - options
  7. id: node.field_es_test_list_float
  8. field_name: field_es_test_list_float
  9. entity_type: node
  10. type: list_float
  11. settings:
  12. allowed_values:
  13. -
  14. value: !!float 1
  15. label: '1'
  16. -
  17. value: 1.5
  18. label: '1.5'
  19. -
  20. value: !!float 2
  21. label: '2'
  22. -
  23. value: 2.5
  24. label: '2.5'
  25. -
  26. value: !!float 3
  27. label: '3'
  28. allowed_values_function: ''
  29. module: options
  30. locked: false
  31. cardinality: 1
  32. translatable: true
  33. indexes: { }
  34. persist_with_no_fields: false
  35. custom_storage: false