Michał Burdziak
Michał Burdziak
FFilament
Created by Michał Burdziak on 3/8/2025 in #❓┊help
RichEditor is removing inline styles
Temporarily I have installed Filament Plugin which uses TinyMCE, and it works well with inline styles, however, if someone will have informations about customizing RichEditor, let me know. https://filamentphp.com/plugins/mohamedsabil83-tinyeditor
2 replies
FFilament
Created by Michał Burdziak on 3/7/2025 in #❓┊help
Relation Manager Form - Adjust size/width
Bruno, thank You very much, I have added such method to my Relation Manager and it worked!
protected function configureCreateAction(Tables\Actions\CreateAction $action): void
{
parent::configureCreateAction($action);
$action->modalWidth(MaxWidth::ScreenTwoExtraLarge);
}
protected function configureCreateAction(Tables\Actions\CreateAction $action): void
{
parent::configureCreateAction($action);
$action->modalWidth(MaxWidth::ScreenTwoExtraLarge);
}
8 replies
FFilament
Created by Michał Burdziak on 3/7/2025 in #❓┊help
Relation Manager Form - Adjust size/width
Bruno, unfortunately:
Method Filament\Forms\Form::modalWidth does not exist.
Method Filament\Forms\Form::modalWidth does not exist.
8 replies