Skip to content

Commit

Permalink
Rename screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuichim committed Oct 3, 2020
1 parent 78cecee commit 3173e9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
File renamed without changes
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import StyleWrapperEdit from './BlockStyleWrapper/Edit';
import StyleWrapperView from './BlockStyleWrapper/View';
import StyleSelectWidget from './Widgets/StyleSelect';
import AlignWidget from './Widgets/Align';
import TextAlignWidget from './Widgets/TextAlign';
import SizeWidget from './Widgets/Size';
import SimpleColorPicker from './Widgets/SimpleColorPicker';

Expand Down Expand Up @@ -36,6 +37,7 @@ const applyConfig = (config) => {

config.widgets.widget.style_select = StyleSelectWidget;
config.widgets.widget.style_align = AlignWidget; // avoid conflict for now
config.widgets.widget.style_text_align = TextAlignWidget; // avoid conflict for now
config.widgets.widget.style_size = SizeWidget; // avoid conflict for now
config.widgets.widget.style_simple_color = SimpleColorPicker;

Expand Down

0 comments on commit 3173e9f

Please sign in to comment.