https://github.com/netgen/ibexa-fieldtype-html-text
https://github.com/netgen/ibexa-fieldtype-html-text
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/netgen/ibexa-fieldtype-html-text
- Owner: netgen
- License: gpl-2.0
- Created: 2023-08-21T09:03:56.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-12T08:46:31.000Z (over 1 year ago)
- Last Synced: 2025-03-12T09:36:42.893Z (over 1 year ago)
- Language: JavaScript
- Size: 3.45 MB
- Stars: 0
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ibexa-fieldtype-html-text
[](https://packagist.org/packages/netgen/ibexa-fieldtype-html-text)
[](https://packagist.org/packages/netgen/ibexa-fieldtype-html-text)
[](https://www.php.net)
[](https://www.ibexa.co)
Html text field type for Ibexa CMS offers the possibility to render WYSIWYG field both on the frontend and in Ibexa administration.
Installation steps
-----------
### Use Composer
Run composer require:
```
composer require netgen/ibexa-fieldtype-html-text
```
### Activate the bundle
Activate the bundle in `config/bundles.php` file.
```php
['all' => true],,
...
];
```
### Include the javascript file on the frontend
Inside the base twig file for your frontend siteaccess, include the built `app.js` file:
```
```