You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| embedderType | 'draft-js-iframely-plugin-embedder' | Type of entity created when inserting the embedder block. |
48
48
| embedType | 'draft-js-iframely-plugin-embed' | Type of entity created when embedding the URL. |
@@ -60,7 +60,7 @@ Pressing Enter will close and embed the URL; but, lose the focus on the editor,
60
60
| onRequest |`return (await fetch(url)).json()`| Function to request the metadata of the URL. It will receive the URL to request and MUST return a JSON, contaning the key 'html'. |
61
61
62
62
## Theming
63
-
The plugin ships with a default styling available at this location in the installed package: `node_modules/draft-js-image-plugin/lib/plugin.css`
63
+
The plugin ships with a default styling available at this location in the installed package: `node_modules/@jimmycode/draft-js-iframely-plugin/lib/plugin.css`
64
64
65
65
*Webpack Usage*
66
66
1. Install Webpack loaders: `npm i style-loader css-loader --save-dev`
0 commit comments