You are here

field.field.taxonomy_term.csv_importer_taxonomy.field_boolean.yml in CSV Importer 8

tests/modules/csv_importer_test/config/install/field.field.taxonomy_term.csv_importer_taxonomy.field_boolean.yml

File

tests/modules/csv_importer_test/config/install/field.field.taxonomy_term.csv_importer_taxonomy.field_boolean.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.storage.taxonomy_term.field_boolean
  6. - taxonomy.vocabulary.csv_importer_taxonomy
  7. id: taxonomy_term.csv_importer_taxonomy.field_boolean
  8. field_name: field_boolean
  9. entity_type: taxonomy_term
  10. bundle: csv_importer_taxonomy
  11. label: Boolean
  12. description: ''
  13. required: false
  14. translatable: false
  15. default_value:
  16. -
  17. value: 0
  18. default_value_callback: ''
  19. settings:
  20. on_label: 'On'
  21. off_label: 'Off'
  22. field_type: boolean