You are here

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

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

File

tests/modules/entity_share_test/config/install/field.storage.node.field_es_test_number_decimal.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - node
  6. id: node.field_es_test_number_decimal
  7. field_name: field_es_test_number_decimal
  8. entity_type: node
  9. type: decimal
  10. settings:
  11. precision: 10
  12. scale: 2
  13. module: core
  14. locked: false
  15. cardinality: 1
  16. translatable: true
  17. indexes: { }
  18. persist_with_no_fields: false
  19. custom_storage: false