You are here

README.txt in Field Validation 8

Same filename and directory in other branches
  1. 7.2 README.txt
CONTENTS OF THE FILE
--------------------

* Introduction
* Requirements
* Recommended modules
* Installation
* Configuration
* Developer notes
* Maintainers


INTRODUCTION
------------

The Field validation module allows you to specify validation rules for
field instances. This module adds an extra tab to each field instance,
allowing you to specify validation rules for your field instances.

  * For a full description of the module, visit the project page:
    https://drupal.org/project/field_validation

  * To submit bug reports and feature suggestions, or to track changes:
    https://drupal.org/project/issues/field_validation


REQUIREMENTS
------------

This module doesn't have any requirements.


RECOMMENDED MODULES
-------------------

* Clientside validation (http://drupal.org/project/clientside_validation)
  This module adds clientside validation (aka "Ajax form validation")
  for all forms and webforms using jquery.validate.


INSTALLATION
------------

* Install as you would normally install a contributed Drupal module. Visit:
  https://www.drupal.org/node/1897420
  for further information.


CONFIGURATION
-------------

Go to Home >> Administration >> Structure >> Field Validation.
Click on "Add field validation rule set" button. Select the entity type and
bundle of the field which you want to apply the validation.


DEVELOPER NOTES
---------------

Validators are plugins, you can program your own validator or extend some of
the existing ones. For more information about the Plugin API see:
https://www.drupal.org/docs/8/api/plugin-api/plugin-api-overview


MAINTAINERS
-----------

Current maintainers:

* manuel.adan (Manuel Adan) - https://www.drupal.org/u/manueladan

* g089h515r806 (Howard Ge) - https://www.drupal.org/u/g089h515r806

This project has been sponsored by:

* Think in Drupal visit http://www.thinkindrupal.com/ for more information.
* Token and basic conditional support was develped for sigmaxim.com
* Date validation module was sponsored by cgdrupalkwk.

File

README.txt
View source
  1. CONTENTS OF THE FILE
  2. --------------------
  3. * Introduction
  4. * Requirements
  5. * Recommended modules
  6. * Installation
  7. * Configuration
  8. * Developer notes
  9. * Maintainers
  10. INTRODUCTION
  11. ------------
  12. The Field validation module allows you to specify validation rules for
  13. field instances. This module adds an extra tab to each field instance,
  14. allowing you to specify validation rules for your field instances.
  15. * For a full description of the module, visit the project page:
  16. https://drupal.org/project/field_validation
  17. * To submit bug reports and feature suggestions, or to track changes:
  18. https://drupal.org/project/issues/field_validation
  19. REQUIREMENTS
  20. ------------
  21. This module doesn't have any requirements.
  22. RECOMMENDED MODULES
  23. -------------------
  24. * Clientside validation (http://drupal.org/project/clientside_validation)
  25. This module adds clientside validation (aka "Ajax form validation")
  26. for all forms and webforms using jquery.validate.
  27. INSTALLATION
  28. ------------
  29. * Install as you would normally install a contributed Drupal module. Visit:
  30. https://www.drupal.org/node/1897420
  31. for further information.
  32. CONFIGURATION
  33. -------------
  34. Go to Home >> Administration >> Structure >> Field Validation.
  35. Click on "Add field validation rule set" button. Select the entity type and
  36. bundle of the field which you want to apply the validation.
  37. DEVELOPER NOTES
  38. ---------------
  39. Validators are plugins, you can program your own validator or extend some of
  40. the existing ones. For more information about the Plugin API see:
  41. https://www.drupal.org/docs/8/api/plugin-api/plugin-api-overview
  42. MAINTAINERS
  43. -----------
  44. Current maintainers:
  45. * manuel.adan (Manuel Adan) - https://www.drupal.org/u/manueladan
  46. * g089h515r806 (Howard Ge) - https://www.drupal.org/u/g089h515r806
  47. This project has been sponsored by:
  48. * Think in Drupal visit http://www.thinkindrupal.com/ for more information.
  49. * Token and basic conditional support was develped for sigmaxim.com
  50. * Date validation module was sponsored by cgdrupalkwk.