Skip to content
Snippets Groups Projects

Issue #3389710: Convert README.txt to REDME.md

5 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
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).
  • 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`.
  • 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:
  • 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))
  • README.md 0 → 100644
    1
    2 # Better Formats
    3
    4 ## Contents of this file
  • Rohan Singh added 1 commit

    added 1 commit

    Compare with previous version

  • Sourabh Jain added 1 commit

    added 1 commit

    • 7c610a4f - Updated README.md file as per standard.

    Compare with previous version

  • NISHANT THAKUR added 1 commit

    added 1 commit

    • fde4ae30 - fixed trailing spaces and format

    Compare with previous version

  • Ken Quiño added 1 commit

    added 1 commit

    Compare with previous version

  • added 3 commits

    • cb74957d - [fix] - Remove unusued section in document
    • 53813526 - [fix] - Use message of the Drupal README template
    • a6b4db79 - [fix] - Add new sub-section including features

    Compare with previous version

  • Please register or sign in to reply
    Loading