You are here

cer.schema.yml in Corresponding Entity References 8.4

config/schema/cer.schema.yml

File

config/schema/cer.schema.yml
View source
  1. cer.corresponding_reference.*:
  2. type: config_entity
  3. label: 'Corresponding reference config'
  4. mapping:
  5. id:
  6. type: string
  7. label: 'ID'
  8. label:
  9. type: label
  10. label: 'Label'
  11. enabled:
  12. type: boolean
  13. label: 'Enabled'
  14. first_field:
  15. type: string
  16. label: 'First field'
  17. second_field:
  18. type: string
  19. label: 'Second field'
  20. bundles:
  21. type: sequence
  22. label: 'Corresponding bundles'
  23. sequence:
  24. type: mapping
  25. mapping:
  26. entity_type:
  27. type: string
  28. label: 'Entity type'
  29. bundles:
  30. type: sequence
  31. label: 'Bundles'
  32. sequence:
  33. type: string