Skip to content
Snippets Groups Projects

Issue #3334174: Replace README.txt with README.md and update README.md file

Open Issue #3334174: Replace README.txt with README.md and update README.md file
8 unresolved threads
8 unresolved threads

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
11 16
12 INSTALLATION
13 ------------
17
18 ## Installation
19
14 20 * Install as you would normally install a contributed Drupal module.
15 21
16 CONFIGURATION
17 -------------
22
23 ## Configuration
24
18 25 This module adds a fieldset named "Custom Body Class Settings" in node type
19 26 form,
20 27 For eg: /node/add/article for article content type.
  • Comment on lines 18 to 20

    Either for example or e.g. is used; for e.g. is not used in English. I much prefer for example.
    Also, there is no need to go to a new line after a comma.

    A better sentence would be the following one. (I did not split the text at 80 characters.)

    This module adds a "Custom Body Class Settings" fieldset in the content type form.

    There is no need to say where forms to edit a content type are shown.

  • changed this line in version 2 of the diff

  • Please register or sign in to reply
  • 26 33 <body> tag of the page.
    27 34
    28 35
    29 ## MAINTAINERS
    36 ## Maintainers
    30 37
    31 38 Current maintainers:
    32 * Rajesh Bhimani (Skynet Technologies) - https://www.drupal.org/user/3479403
    33
    39 * Rajesh Bhimani (Skynet Technologies) - [Rajesh Bhimani](https://www.drupal.org/user/3479403)
  • 26 33 <body> tag of the page.
    27 34
    28 35
    29 ## MAINTAINERS
    36 ## Maintainers
    30 37
    31 38 Current maintainers:
  • 28 35
    29 ## MAINTAINERS
    36 ## Maintainers
    30 37
    31 38 Current maintainers:
    32 * Rajesh Bhimani (Skynet Technologies) - https://www.drupal.org/user/3479403
    33
    39 * Rajesh Bhimani (Skynet Technologies) - [Rajesh Bhimani](https://www.drupal.org/user/3479403)
    34 40
    35 41 This project has been sponsored by:
    36 42 * Skynet technologies
    37 43 Skynet Technologies is ISO 9001:2015 & 27001:2013 certified company providing end-to-end IT Services including Website Design & Development, ecommerce shopping cart, SEO & Digital Marketing, ADA Website Design, Custom Analytics, Mobile App, CRM, ERP & Custom Software Development for 19 years. We deliver our services to Start-Ups, SMEs, Corporates, Government & Agencies.
    38 44
    39 45 Our headquarter is in Amelia, Ohio. Also, We have subsidiaries in the USA (Nevada, Florida), India, and Australia. We are providing solutions for small to large businesses, enterprises, corporations, web development agencies, and firms. We believe in the customer-first approach. We go above and beyond to meet the tailored needs of our customers. Our primary aim is to serve our customers by allowing them to do a successful and profitable business with us online.
    40 Visit https://www.skynettechnologies.com for more information.
    46 Visit [Skynet Technologies](https://www.skynettechnologies.com) for more information.
  • Anjali Mehta added 1 commit

    added 1 commit

    Compare with previous version

  • 25 For eg: If a node type is article, then 'article' get added as a class in
    26 <body> tag of the page.
    27
    28
    29 ## MAINTAINERS
    30
    31 Current maintainers:
    32 * Rajesh Bhimani (Skynet Technologies) - https://www.drupal.org/user/3479403
    33
    34
    35 This project has been sponsored by:
    36 * Skynet technologies
    37 Skynet Technologies is ISO 9001:2015 & 27001:2013 certified company providing end-to-end IT Services including Website Design & Development, ecommerce shopping cart, SEO & Digital Marketing, ADA Website Design, Custom Analytics, Mobile App, CRM, ERP & Custom Software Development for 19 years. We deliver our services to Start-Ups, SMEs, Corporates, Government & Agencies.
    38
    39 Our headquarter is in Amelia, Ohio. Also, We have subsidiaries in the USA (Nevada, Florida), India, and Australia. We are providing solutions for small to large businesses, enterprises, corporations, web development agencies, and firms. We believe in the customer-first approach. We go above and beyond to meet the tailored needs of our customers. Our primary aim is to serve our customers by allowing them to do a successful and profitable business with us online.
    40 Visit https://www.skynettechnologies.com for more information.
  • README.md 0 → 100644
    22
    23 This module requires no modules outside of Drupal core.
    24
    25
    26 ## Installation
    27
    28 Install as you would normally install a contributed Drupal module. For further information, see
    29 [Installing Drupal Modules](https://www.drupal.org/docs/extending-drupal/installing-drupal-modules).
    30
    31
    32 ## Configuration
    33
    34 This module adds a "Custom Body Class Settings" fieldset in the content
    35 type form.
    36
    37 For example: /node/add/article for article content type.
  • README.md 0 → 100644
    1 # Custom CSS Class To Body
    2
    3 Custom CSS Class to body module is used to add custom class to <body> tag specific to
    4 node.
    5
    6 - For a full description of the module, visit the
    7 [project page](https://www.drupal.org/project/custom_css_class_to_body).
    8
    9 - Submit bug reports and feature suggestions, or track changes in the
    10 [issue queue](https://www.drupal.org/project/issues/custom_css_class_to_body).
  • README.md 0 → 100644
    1 # Custom CSS Class To Body
    2
    3 Custom CSS Class to body module is used to add custom class to <body> tag specific to
  • Anjali Mehta added 1 commit

    added 1 commit

    Compare with previous version

  • Please register or sign in to reply
    Loading