You are here

README.txt in Field Hidden 2.x

Same filename and directory in other branches
  1. 7 README.txt
(Drupal Field Hidden module)

CONTENTS OF THIS FILE
---------------------

 * Introduction
 * How to use
 * Differences vs. Drupal 7
 * Requirements
 * Installation and uninstallation

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

Field Hidden defines HTML input[type='hidden'] element widgets for these core
field types:
 * decimal, float, integer
 * text, long text

HOW TO USE
---------

Select the 'Hidden field' widget for a field in the entity type's 'Manage form
display' dialogue.
The 'Hidden field' widget is not the same as selecting '- Hidden - '; the
latter excludes the field entirely from forms (leaving the field un-editable).
 
DIFFERENCES VS. DRUPAL 7
------------------------

D8 Field Hidden only defines widgets, it doesn't define field types.

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

 * Drupal 8.x
 
INSTALLATION AND UNINSTALLATION
-------------------------------

Ordinary installation and uninstallation.

Uninstalling while some field instances still use the 'Hidden field' widget
will most likely result in errors when adding/editing their entities.

File

README.txt
View source
  1. (Drupal Field Hidden module)
  2. CONTENTS OF THIS FILE
  3. ---------------------
  4. * Introduction
  5. * How to use
  6. * Differences vs. Drupal 7
  7. * Requirements
  8. * Installation and uninstallation
  9. INTRODUCTION
  10. ------------
  11. Field Hidden defines HTML input[type='hidden'] element widgets for these core
  12. field types:
  13. * decimal, float, integer
  14. * text, long text
  15. HOW TO USE
  16. ---------
  17. Select the 'Hidden field' widget for a field in the entity type's 'Manage form
  18. display' dialogue.
  19. The 'Hidden field' widget is not the same as selecting '- Hidden - '; the
  20. latter excludes the field entirely from forms (leaving the field un-editable).
  21. DIFFERENCES VS. DRUPAL 7
  22. ------------------------
  23. D8 Field Hidden only defines widgets, it doesn't define field types.
  24. REQUIREMENTS
  25. ------------
  26. * Drupal 8.x
  27. INSTALLATION AND UNINSTALLATION
  28. -------------------------------
  29. Ordinary installation and uninstallation.
  30. Uninstalling while some field instances still use the 'Hidden field' widget
  31. will most likely result in errors when adding/editing their entities.