Skip to content

Commit

Permalink
Disable tags on default View
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Mar 31, 2021
1 parent f74105f commit 5f197ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

Expand Down

0 comments on commit 5f197ed

Please sign in to comment.