->default() but that doesn't seem to work for RichEditors.RichEditor::make('summary')
->default('my default text')->formatStateUsing(function ($state) {
if ($state) {
return $state;
}
else {
return 'my default text';
}
})