You are here

unique_field_ajax.schema.yml in Unique field ajax 2.x

Same filename and directory in other branches
  1. 8 config/schema/unique_field_ajax.schema.yml
config/schema/unique_field_ajax.schema.yml

File

config/schema/unique_field_ajax.schema.yml
View source
  1. field.field.*.*.*.third_party.unique_field_ajax:
  2. type: mapping
  3. label: Unique field third party settings
  4. mapping:
  5. unique:
  6. type: integer
  7. label: 'Set if field is unique or not'
  8. per_lang:
  9. type: integer
  10. label: 'Unique per language'
  11. use_ajax:
  12. type: integer
  13. label: 'Use ajax'
  14. message:
  15. type: string
  16. label: 'A custom error message'
  17. node.type.*.third_party.unique_field_ajax:
  18. type: mapping
  19. label: Unique field third party settings
  20. mapping:
  21. unique:
  22. type: integer
  23. label: 'Set if field is unique or not'
  24. per_lang:
  25. type: integer
  26. label: 'Unique per language'
  27. use_ajax:
  28. type: integer
  29. label: 'Use ajax'
  30. message:
  31. type: string
  32. label: 'A custom error message'