rahmanramsi / filament-editorjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extra attributes are not applied

ibnnajjaar opened this issue · comments

When extra attributes are added to EditorJS, it is not being applied. For example

EditorJs::make('content')->extraAttributes(['class' => 'custom-class']),

In the above case, custom-class is not applied to the editorjs.