You are here

unique_field.schema.yml in Unique field 8

config/schema/unique_field.schema.yml

File

config/schema/unique_field.schema.yml
View source
  1. # Schema for configuration files of the Unique field module.
  2. node.type.*.third_party.unique_field :
  3. type: mapping
  4. label: 'Per-content type unique field settings'
  5. mapping:
  6. type_fields:
  7. type: sequence
  8. label: 'Fields'
  9. sequence:
  10. type: string
  11. label: 'Field machine name'
  12. field_scope:
  13. type: string
  14. label: 'Scope of the field'
  15. field_comb:
  16. type: string
  17. label: 'Combination of values'
  18. show_match:
  19. type: sequence
  20. label: 'Enable Matches'
  21. sequence:
  22. type: string
  23. label: 'Matches'