Greg Kaleka

Results 4 comments of Greg Kaleka

Here's a workaround. It doesn't restrict the modes, but it does keep it read only. ``` formfield_overrides = {JSONField: {"widget": JSONEditor(attrs={'disabled': True})}} ```

I've opened a PR to allow per-field customization of both initialization and ace options. #66

@nnseva sorry about that! Looks like I neglected to check in the `forms.py` changes. I installed this version into a project locally and it is working both with and without...

I also had to run ./vendor/bin/behat. I created an alias in my vm. You can simply add the line `alias behat='./vendor/bin/behat'` to your `.bashrc` file. Then restart your shell and...