From a2ace63a32c8376ab8b49c3736d2299c8c84ddaf Mon Sep 17 00:00:00 2001 From: Artur Arseniev Date: Sat, 24 Aug 2019 21:45:52 +0200 Subject: [PATCH] Update configs --- src/dom_components/config/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dom_components/config/config.js b/src/dom_components/config/config.js index 1845c3255..0e10b4b30 100644 --- a/src/dom_components/config/config.js +++ b/src/dom_components/config/config.js @@ -41,7 +41,7 @@ export default { * It might be useful to transform custom objects (es. some framework specific JSX) to GrapesJS component one. * This custom function will be executed on ANY new added component to the editor so make smart checks/conditions * to avoid doing useless executions - * By default, GrapesJS supports already React Element + * By default, GrapesJS supports already elements generated from React JSX preset * @example * processor: (obj) => { * if (obj.$$typeof) { // eg. this is a React Element