diff --git a/src/index.js b/src/index.js index 2bd1829..4036c7f 100644 --- a/src/index.js +++ b/src/index.js @@ -6,6 +6,10 @@ const applyConfig = (config) => { // Restrict block-style to Layout only config.settings.layoutOnlyBlockStyles = true; + + // Disable tags on View + config.settings.showTags = false; + return config; };