You are here

bibcite_entity.mapping.schema.yml in Bibliography & Citation 8

modules/bibcite_entity/config/schema/bibcite_entity.mapping.schema.yml

File

modules/bibcite_entity/config/schema/bibcite_entity.mapping.schema.yml
View source
  1. bibcite_entity.mapping.*:
  2. type: config_object
  3. label: 'Mapping between entity and format fields'
  4. mapping:
  5. format:
  6. type: string
  7. label: 'Format ID'
  8. types:
  9. type: sequence
  10. label: 'Types mapping'
  11. sequence:
  12. type: string
  13. label: 'Type'
  14. fields:
  15. type: sequence
  16. label: 'Fields mapping'
  17. sequence:
  18. type: string
  19. label: 'Field'
  20. indexes:
  21. type: sequence
  22. label: 'Fields indexes'
  23. sequence:
  24. type: string
  25. label: 'Indexes'
  26. dependencies:
  27. type: config_dependencies
  28. label: Dependencies