Skip to content

craftcms/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 4.0.0+ or 5.0.0+.

Installation

You can install this plugin from the Plugin Store or with Composer.

From the Plugin Store

Go to the Plugin Store in your project’s Control Panel and search for “Simple Text”. Then press Install in its modal window.

With Composer

Open your terminal and run the following commands:

# go to the project directory
cd /path/to/my-project.test

# tell Composer to load the plugin
composer require craftcms/simple-text

# tell Craft to install the plugin
./craft install/plugin simple-text