From fd7cfb5a563dd2eae0d1a0770419dfe23c159445 Mon Sep 17 00:00:00 2001 From: Artur Arseniev Date: Sat, 14 Sep 2019 21:23:40 +0200 Subject: [PATCH] Add info about avoidProtected in getCss --- src/editor/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/editor/index.js b/src/editor/index.js index 529752bc6..0f1bbd2e4 100644 --- a/src/editor/index.js +++ b/src/editor/index.js @@ -282,6 +282,7 @@ export default (config = {}) => { /** * Returns CSS built inside canvas * @param {Object} [opts={}] Options + * @param {Boolean} [opts.avoidProtected=false] Don't include protected CSS * @return {string} CSS string */ getCss(opts) {