Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/terminal42/contao-rte_table
Use tinyMCE (or in future maybe other Rich Text Editors) for every cell in the Contao table content element
https://github.com/terminal42/contao-rte_table
Last synced: 23 days ago
JSON representation
Use tinyMCE (or in future maybe other Rich Text Editors) for every cell in the Contao table content element
- Host: GitHub
- URL: https://github.com/terminal42/contao-rte_table
- Owner: terminal42
- License: lgpl-3.0
- Created: 2016-04-06T10:13:48.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2024-06-19T15:24:57.000Z (7 months ago)
- Last Synced: 2024-10-30T00:27:31.622Z (2 months ago)
- Language: PHP
- Homepage:
- Size: 158 KB
- Stars: 7
- Watchers: 7
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# terminal42/contao-rte_table
Use tinyMCE (or other Rich Text Editors) for every cell in the Contao table content element.
## Installation
Choose the installation method that matches your workflow!
### Installation via Contao Manager
Search for `terminal42/contao-rte_table` in the Contao Manager and add it
to your installation. Apply changes to update the packages.### Manual installation
Add a composer dependency for this bundle. Therefore, change in the project root and run the following:
```bash
composer require terminal42/contao-rte_table
```Depending on your environment, the command can differ, i.e. starting with `php composer.phar …` if you do not have
composer installed globally.## License
This bundle is released under the [LGPL-3.0+ license](LICENSE)