Description
In this block
|
/** |
|
* This can be overridden on child elements to create a summary for display in GridFields. |
|
* The react Summary component takes `content` (html) and/or `fileUrl` & `fileTitle` (image) props, |
|
* which have to be added to the output in `provideBlockSchema()`. |
|
* |
|
* @return string |
|
*/ |
|
public function getSummary() |
|
{ |
|
return ''; |
|
} |
there is a mention that content can be HTML but it does not work. Is there a way to acheive this?
Additional context or points of discussion
No response
Validations
Description
In this block
silverstripe-elemental/src/Models/BaseElement.php
Lines 1032 to 1042 in 93962ef
Additional context or points of discussion
No response
Validations