Issue #3389710: Convert README.txt to REDME.md
5 unresolved threads
Merge request reports
Activity
added 1 commit
- fd094321 - 3389710: Changed the file to README.md format..
added 1 commit
- README.md 0 → 100644
1 2 # Better Formats 3 4 ## Contents of this file 5 6 - Introduction 7 - Requirements 8 - Installation 9 - Configuration 10 - Maintainers 11 ## Introduction 12 13 Better formats is a module to add more flexibility to Drupal's core input format system.This module allows the administrator to restrict the content creators to create content of text field in a desired format.It enables few checkboxes, which can be checked/unchecked to limit the allowed text formats.It also gives an option to reorder the default order of text formats.(The one which is on top is used as default). This must be added under the first heading of the document and must be followed by one blank line. No need to create a separate heading/section.
Edited by NISHANT THAKURchanged this line in version 6 of the diff
- README.md 0 → 100644
23 ## Configuration 24 25 Install the Better Formats module as you would normally install a contributed Drupal module.By default it will be enabled in the field which have field type as text. 26 ### Steps to use 27 28 1. Create a field on one of your entities with one of the following types: 29 - Text 30 - Long Text 31 - Long text with summary 32 2. You will now see a "Text format" section.Set the values as per your need. 33 3. Save the field. The default format will now be used on all new content forms for that field . 34 3. Click on 'edit' to edit the field you just saved. 35 36 ### If you want to disable the field 37 38 1. Go to `/admin/config/content/formats/settings`. changed this line in version 4 of the diff
- README.md 0 → 100644
27 28 1. Create a field on one of your entities with one of the following types: 29 - Text 30 - Long Text 31 - Long text with summary 32 2. You will now see a "Text format" section.Set the values as per your need. 33 3. Save the field. The default format will now be used on all new content forms for that field . 34 3. Click on 'edit' to edit the field you just saved. 35 36 ### If you want to disable the field 37 38 1. Go to `/admin/config/content/formats/settings`. 39 2. Enable the "Use field default" option. 40 ## Maintainers 41 42 Current maintainers: changed this line in version 4 of the diff
- README.md 0 → 100644
28 1. Create a field on one of your entities with one of the following types: 29 - Text 30 - Long Text 31 - Long text with summary 32 2. You will now see a "Text format" section.Set the values as per your need. 33 3. Save the field. The default format will now be used on all new content forms for that field . 34 3. Click on 'edit' to edit the field you just saved. 35 36 ### If you want to disable the field 37 38 1. Go to `/admin/config/content/formats/settings`. 39 2. Enable the "Use field default" option. 40 ## Maintainers 41 42 Current maintainers: 43 - Alan Doucette ([@dragonwize](https://www.drupal.org/u/dragonwize)) Maintainers section does not follow the Drupal readme.md documentation.
Edited by NISHANT THAKURchanged this line in version 5 of the diff
- README.md 0 → 100644
1 2 # Better Formats 3 4 ## Contents of this file changed this line in version 5 of the diff
- Resolved by Martin Anderson-Clutz
added 1 commit
Please register or sign in to reply