Addon Configuration
The editor field type configures Ace options using it's editor.php
config file.
You can override these options by publishing the addon and modifying the resulting configuration file:
php artisan addon:publish anomaly.field_type.editor
The field type will be published to /resources/{application}/addons/anomaly/editor-field_type
.
**Success:** If you feel a popular mode is missing - add it to the config and send a pull request to [https://github.com/anomalylabs/editor-field_type](https://github.com/anomalylabs/editor-field_type)