Skip to content

ClockworkNet/simple-text

 
 

Repository files navigation

Simple Text for Craft CMS

This plugin adds a new “Simple Text” field type to Craft, which provides a textarea that’s optimized for entering documentation.

Textarea Features

  • Uses a fixed-width font
  • Automatically resizes
  • Uses Behave.js

Requirements

This plugin requires Craft CMS 3.0.0-beta.20 or later.

Installation

To install the plugin, follow these instructions.

  1. Open your terminal and go to your Craft project:

     cd /path/to/project
    
  2. Then tell Composer to load the plugin:

     composer require craftcms/simple-text
    
  3. In the Control Panel, go to Settings → Plugins and click the “Install” button for Simple Text.

  4. You can now create a Simple Text field type under Settings → Fields.

About

Simple textarea field type for Craft

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 88.5%
  • PHP 11.5%