kaystrobach / wysiwyg
contains viewHelpers for easy inclusion of an rte
Installs: 5 574
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Language:JavaScript
Type:neos-package
Requires
- neos/flow: ^6.0 || ^7.0 || ^8.0
README
Allows you to extend a f:form.textarea
viewHelper with an RTE
Based on TYPO3.Flow
{namespace wysiwyg=KayStrobach\Wysiwyg\ViewHelpers}
...
<wysiwyg:widget.wysiwygEditor id="inhaltkurz" buttons="{1:'bold', 2:'createLink', 3:'removeLink', 4:'insertBlockQuote', 5:'insertUnorderedList', 6:'insertOrderedList', 7:'outdentList', 8:'indentList'}"/>
<f:form.textarea property="inhaltkurz" id="inhaltkurz" class="form-control" rows="20"/>