DOCS ReadonlyField in example should be FQCN

This commit is contained in:
Christopher Darling 2019-03-27 10:53:26 +00:00 committed by GitHub
parent 06bb23919d
commit 2d37bc564e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ $grid->getConfig()->getComponentByType('GridFieldEditableColumns')->setDisplayFi
},
'SecondField' => array(
'title' => 'Custom Title',
'field' => 'ReadonlyField'
'field' => ReadonlyField::class
),
'ThirdField' => array(
'title' => 'Custom Title Two',