You are here

README.txt in Page Specific Class 8

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

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


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

Page Specific Class intends to add class in body tag page-wise.

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

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


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

No special requirements.


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

 No recommended modules.

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

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


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

 * Visit the page specific class setting form at
   (/admin/config/page-class/settings) or Configuration >> User Interface >> 
    Page Specific Class.


 * Enter the urls along with class("|" seperated) in textarea and save the form.
 * For example: Enter below value in textarea 
  
   /node/1|abc
   /page-example|page1 page2 page3
   /hello-world|xyz
   /<front>|home-page-class
   /*|all-page

 * When you visit "/node/1" page , in body tag "abc" class has added. Because of
   (/node/1|abc) settings.
 * When you visit "/page-example" page , in body tag "page1 page2 page3" class,
   has added. Because of (/page-example|page1 page2 page3) settings.if you want,
   to add multiple classes then enter multiple classes by comma separated.

 * When you visit "/hello-world" page , in body tag "xyz" class has added.
   Because of (/hello-world|xyz) settings.
 * When you visit home page , in body tag "home-page-class" class has added.
   Because of (/<front>|home-page-class) settings.
 * When you visit any page page , in body tag "all-page" class has added.
   Because of (/*|all-page) settings.

 * You can add class to body tag of any page like 
   . Node Page
   . Views Page
   . Custom Route


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

Current maintainers:
 * Hardik Patel - https://www.drupal.org/u/hardik_patel_12

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Recommended modules
  6. * Installation
  7. * Configuration
  8. * Maintainers
  9. INTRODUCTION
  10. ------------
  11. Page Specific Class intends to add class in body tag page-wise.
  12. * For a full description of the module, visit the project page:
  13. https://www.drupal.org/project/page_specific_class
  14. * To submit bug reports and feature suggestions, or to track changes:
  15. https://www.drupal.org/project/issues/search/page_specific_class
  16. REQUIREMENTS
  17. ------------
  18. No special requirements.
  19. RECOMMENDED MODULES
  20. -------------------
  21. No recommended modules.
  22. INSTALLATION
  23. ------------
  24. * Install as you would normally install a contributed Drupal module.
  25. See: https://www.drupal.org/node/895232 for further information.
  26. CONFIGURATION
  27. -------------
  28. * Visit the page specific class setting form at
  29. (/admin/config/page-class/settings) or Configuration >> User Interface >>
  30. Page Specific Class.
  31. * Enter the urls along with class("|" seperated) in textarea and save the form.
  32. * For example: Enter below value in textarea
  33. /node/1|abc
  34. /page-example|page1 page2 page3
  35. /hello-world|xyz
  36. /|home-page-class
  37. /*|all-page
  38. * When you visit "/node/1" page , in body tag "abc" class has added. Because of
  39. (/node/1|abc) settings.
  40. * When you visit "/page-example" page , in body tag "page1 page2 page3" class,
  41. has added. Because of (/page-example|page1 page2 page3) settings.if you want,
  42. to add multiple classes then enter multiple classes by comma separated.
  43. * When you visit "/hello-world" page , in body tag "xyz" class has added.
  44. Because of (/hello-world|xyz) settings.
  45. * When you visit home page , in body tag "home-page-class" class has added.
  46. Because of (/|home-page-class) settings.
  47. * When you visit any page page , in body tag "all-page" class has added.
  48. Because of (/*|all-page) settings.
  49. * You can add class to body tag of any page like
  50. . Node Page
  51. . Views Page
  52. . Custom Route
  53. MAINTAINERS
  54. -----------
  55. Current maintainers:
  56. * Hardik Patel - https://www.drupal.org/u/hardik_patel_12