class CKEditor5::Rails::Editor::PropsPlugin

def to_h

Compress a little bit default plugins to make output smaller
def to_h
  if @js_import_meta.import_name == 'ckeditor5'
    @js_import_meta.import_as.to_s
  else
    @js_import_meta.to_h
  end
end