mirror of
https://github.com/silverstripe/silverstripe-frameworktest
synced 2024-10-22 11:06:02 +02:00
LiteralField with HTML
This commit is contained in:
parent
aaa56c176e
commit
049277d71f
@ -253,7 +253,7 @@ class BasicFieldsTestPage extends TestPage
|
||||
);
|
||||
|
||||
$fields->addFieldToTab('Root.Text',
|
||||
LiteralField::create('LiteralField', 'LiteralField')
|
||||
LiteralField::create('LiteralField', 'LiteralField with <b>some bold text</b> and <a href="http://silverstripe.com">a link</a>')
|
||||
);
|
||||
|
||||
$fields->addFieldToTab('Root.Text',
|
||||
|
Loading…
Reference in New Issue
Block a user