mirror of
https://github.com/symbiote/silverstripe-gridfieldextensions.git
synced 2024-10-22 17:05:39 +02:00
DOCS ReadonlyField in example should be FQCN
This commit is contained in:
parent
06bb23919d
commit
2d37bc564e
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user