Skip to content

Commit

Permalink
Bump up the max columns
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw committed Feb 7, 2023
1 parent f22aee7 commit 67ec105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-editor/src/hooks/text-columns.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { cleanEmptyObject } from './utils';
export const TEXT_COLUMNS_SUPPORT_KEY = 'typography.textColumns';

const MIN_COLUMNS = 1;
const MAX_COLUMNS = 3;
const MAX_COLUMNS = 6;

/**
* Inspector control containing the text columns option.
Expand Down

0 comments on commit 67ec105

Please sign in to comment.