Find the Exponential Software extensions you want
UNIX name | Owner | Status |
---|---|---|
ibexa-fieldtype-html-text | 7x | stable |
Version | Compatible with |
---|---|
N/A | N/A |
Html text field type for Ibexa CMS offers the possibility to render WYSIWYG field both on the frontend and in Ibexa administration.
Run composer require:
composer require netgen/ibexa-fieldtype-html-text
Activate the bundle in config/bundles.php file.
return [
...,
Netgen\IbexaFieldTypeHtmlTextBundle\NetgenIbexaFieldTypeHtmlTextBundle::class => ['all' => true],,
...
];
Inside the base twig file for your frontend siteaccess, include the built app.js file: