silverstripe-cms/code
Lee Bradley 7eb04121a6 Change new HTMLEditorField to HTMLEditorField::Create (#2050)
This allows for the field to be overridden using
  the injector e.g.

```yml

SilverStripe\Core\Injector\Injector:
  SilverStripe\Forms\HTMLEditor\HTMLEditorField:
    class: SilverStripers\markdown\forms\MarkdownEditorField
```
2017-12-07 15:36:51 +13:00
..
BatchActions FIX Remove legacy sprintf style translations in favour of placeholders 2017-08-02 13:42:52 +12:00
Controllers FIX: VirtualPage not using target page's template (fixes #2039) (#2041) 2017-12-06 11:59:30 +13:00
Forms BUG Restore missing '(Choose Page)' text in link insert modal 2017-11-16 14:43:32 +13:00
Model Change new HTMLEditorField to HTMLEditorField::Create (#2050) 2017-12-07 15:36:51 +13:00
Reports Docblock 2017-11-02 11:29:49 +13:00
Search BUG Remove usage of deprecated each() 2017-11-01 14:51:14 +13:00
Tasks Update usages of ClassInfo 2017-09-20 15:20:17 +12:00