You are here

README.txt in Unique field ajax 8

Same filename and directory in other branches
  1. 2.x README.txt
---SUMMARY---

This is a very light-weight module allows fields
to be unique by bundle and language.
You can use ajax for check.
You can customize the error message.


---REQUIREMENTS---


*None. (Other than a clean Drupal 8 installation)


---INSTALLATION---


Install as usual.

Place the entirety of this directory in the /modules folder of your

Drupal installation.

Navigate to Administer > Extend.

Check the 'Enabled' box next to the 'Custom permissions' and then

click the 'Save Configuration' button at the bottom.

For help regarding installation, visit:
https://www.drupal.org/documentation/install/modules-themes/modules-8


---CONFIGURATION---

PS: Only required fields of types
('string','list_string','text','email','entity_reference','path','uri')
Can be unique.

Enable the unique case in the field settings form,
if you want it to be unique by language enable the per_lang case.
If you want an ajax check please enable the "use ajax case"



---CONTACT---


Current Maintainers:
*Utiks - https://www.drupal.org/u/utiks


This project has been sponsored by:

*utiks

Visit: http://www.utiks.com for more information.

File

README.txt
View source
  1. ---SUMMARY---
  2. This is a very light-weight module allows fields
  3. to be unique by bundle and language.
  4. You can use ajax for check.
  5. You can customize the error message.
  6. ---REQUIREMENTS---
  7. *None. (Other than a clean Drupal 8 installation)
  8. ---INSTALLATION---
  9. Install as usual.
  10. Place the entirety of this directory in the /modules folder of your
  11. Drupal installation.
  12. Navigate to Administer > Extend.
  13. Check the 'Enabled' box next to the 'Custom permissions' and then
  14. click the 'Save Configuration' button at the bottom.
  15. For help regarding installation, visit:
  16. https://www.drupal.org/documentation/install/modules-themes/modules-8
  17. ---CONFIGURATION---
  18. PS: Only required fields of types
  19. ('string','list_string','text','email','entity_reference','path','uri')
  20. Can be unique.
  21. Enable the unique case in the field settings form,
  22. if you want it to be unique by language enable the per_lang case.
  23. If you want an ajax check please enable the "use ajax case"
  24. ---CONTACT---
  25. Current Maintainers:
  26. *Utiks - https://www.drupal.org/u/utiks
  27. This project has been sponsored by:
  28. *utiks
  29. Visit: http://www.utiks.com for more information.