mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Fixing code formatting
This commit is contained in:
parent
3aa2cdccba
commit
1f1b115ef9
@ -15,7 +15,7 @@ functionality. It is usually added through the `[api:DataObject->getCMSFields()]
|
||||
:::php
|
||||
class MyObject extends DataObject {
|
||||
static $db = array('Content' => 'HTMLText');
|
||||
|
||||
|
||||
public function getCMSFields() {
|
||||
return new FieldList(new HTMLEditorField('Content'));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user