You are here

README.txt in Title Field for Manage Display 8.2

Same filename and directory in other branches
  1. 8 README.txt
CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Requirements
 * Installation
 * Configuration
 * Troubleshooting
 * FAQ
 * Maintainers


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

Drupal core and contrib modules do not currently offer a simple
solution for managing a content type's title in the "Manage Display" tab.

Title Field for Manage Display creates a title field in all content types that
shows up in the "Manage Display" tab. It has a field formatter option named
"Title" that offers to display the node title with the core title formatter
options. This field is added to all content types when the module is enabled.


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

This module does not require any modules.


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

 * Install as you would normally install a contributed Drupal module. Visit
   https://www.drupal.org/docs/8/extending-drupal-8/installing-drupal-8-modules
   for further information.


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

    1. Visit any content type's manage display tab
       (e.g. /admin/structure/types/manage/article/display).
    2. Place the "Title" field in the location you want your title to show up.
    3. Select the "Title" field formatter.
    4. Test the content type's display to view the Title.


This title field will only render if the "Title" field formatter is selected.
Otherwise the node needs to be saved before so that field_display_title can be
updated with the node title.

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Installation
  6. * Configuration
  7. * Troubleshooting
  8. * FAQ
  9. * Maintainers
  10. INTRODUCTION
  11. ------------
  12. Drupal core and contrib modules do not currently offer a simple
  13. solution for managing a content type's title in the "Manage Display" tab.
  14. Title Field for Manage Display creates a title field in all content types that
  15. shows up in the "Manage Display" tab. It has a field formatter option named
  16. "Title" that offers to display the node title with the core title formatter
  17. options. This field is added to all content types when the module is enabled.
  18. REQUIREMENTS
  19. ------------
  20. This module does not require any modules.
  21. INSTALLATION
  22. ------------
  23. * Install as you would normally install a contributed Drupal module. Visit
  24. https://www.drupal.org/docs/8/extending-drupal-8/installing-drupal-8-modules
  25. for further information.
  26. CONFIGURATION
  27. -------------
  28. 1. Visit any content type's manage display tab
  29. (e.g. /admin/structure/types/manage/article/display).
  30. 2. Place the "Title" field in the location you want your title to show up.
  31. 3. Select the "Title" field formatter.
  32. 4. Test the content type's display to view the Title.
  33. This title field will only render if the "Title" field formatter is selected.
  34. Otherwise the node needs to be saved before so that field_display_title can be
  35. updated with the node title.