Addon Configuration
The WYSIWYG field type configures Redactor options using it's redactor.php
config file. You can also modify storage defaults with storage.php
.
You can override these options by publishing the addon and modifying the resulting configuration file:
php artisan addon:publish anomaly.field_type.wysiwyg
The field type will be published to /resources/{application}/addons/anomaly/wysiwyg-field_type
.
If you feel something is missing - add it to the config and send a pull request to https://github.com/anomalylabs/wysiwyg-field_type{.callout}