Any chance to do something like this for the RichEditor? ``` public function setUpRichContent(): void { $this->registerRichContent('content') ->fileAttachmentsProvider( SpatieMediaLibraryFileAttachmentProvider::make() ->withResponsiveImages() ); } ```