craftcms / simple-text
This plugin adds a new “Simple Text” field type to Craft, which provides a textarea that’s optimized for entering documentation.
Installs: 20 466
Dependents: 0
Suggesters: 0
Security: 0
Stars: 27
Watchers: 7
Forks: 3
Open Issues: 7
Language:JavaScript
Type:craft-plugin
Requires
- craftcms/cms: ^4.0.0-RC3|^5.0.0-beta.1
Requires (Dev)
- craftcms/ecs: dev-main
- craftcms/phpstan: dev-main
- craftcms/rector: dev-main
- 3.x-dev
- 3.1.0
- 3.0.0
- v2.x-dev
- 2.0.2
- 2.0.1
- 2.0.0
- dev-dependabot/composer/craftcms/cms-4.3.7
- dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/lodash.template-and-gulp--removed
- dev-dependabot/npm_and_yarn/minimatch-and-gulp-3.1.2
- dev-dependabot/npm_and_yarn/lodash-and-gulp--removed
- dev-dependabot/composer/guzzlehttp/guzzle-7.5.0
- dev-snyk-fix-3765fcbb233246f36ab3b1c367a433e6
This package is auto-updated.
Last update: 2024-10-20 00:03:49 UTC
README
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