Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kalamuna/autogrow_textarea
jQuery NS Autogrow Drupal module
https://github.com/kalamuna/autogrow_textarea
archive-candidate drupal8-module
Last synced: 7 days ago
JSON representation
jQuery NS Autogrow Drupal module
- Host: GitHub
- URL: https://github.com/kalamuna/autogrow_textarea
- Owner: kalamuna
- Archived: true
- Created: 2017-08-30T19:43:31.000Z (over 7 years ago)
- Default Branch: 8.x-1.x
- Last Pushed: 2023-07-13T20:38:20.000Z (over 1 year ago)
- Last Synced: 2024-12-18T18:49:03.175Z (about 1 month ago)
- Topics: archive-candidate, drupal8-module
- Language: PHP
- Homepage: https://www.drupal.org/project/autogrow_textarea
- Size: 16.6 KB
- Stars: 1
- Watchers: 18
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Moved
This project has moved over to Drupal.org over at:
https://www.drupal.org/project/autogrow_textarea
# Autogrow Textarea Drupal Module
Adds [jQuery NS-Autogrow](https://github.com/ro31337/jquery.ns-autogrow) to Drupal's `textarea` Form API element.
## Installation
### Download the module
**via Composer**
1. Add the following snippet to your `composer.json` to save the JS library into the correct folder:
```
"extra": {
"installer-types": ["component"],
"installer-paths": {
"web/libraries/{$name}": ["type:component"]
}
}
```
where `web/libraries/` is the path to your libraries directory relative to your _project_ root.1. Run `composer require kalamuna/autogrow_textarea`
**just download**
1. Download the latest release of this module's code [here](https://github.com/kalamuna/autogrow_textarea/releases/latest).
1. Extract it into the modules directory of your Drupal root.
1. Download the [`jquery_ns_autogrow` library](https://github.com/ro31337/jquery.ns-autogrow/releases/latest).
1. Extract it into the `libraries/jquery_ns_autogrow` directory inside your Drupal root.### Install
Install and enabe the "Autogrow Textarea" module (`drush en autogrow_textarea`).