Skip to content

Commit

Permalink
Allow the use of tabs for list indents WordPress#1640
Browse files Browse the repository at this point in the history
  • Loading branch information
DevinWalker committed Jul 2, 2017
1 parent b34ea02 commit 2da9c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/library/list/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ registerBlockType( 'core/list', {
return {
...settings,
plugins: ( settings.plugins || [] ).concat( 'lists' ),
lists_indent_on_tab: false,
lists_indent_on_tab: true,
};
}

Expand Down

0 comments on commit 2da9c09

Please sign in to comment.