forked from WordPress/gutenberg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Latest Post Block: Refactor settings panel to use ToolsPanel (WordPre…
…ss#67956) * Image size fix in lightbox * Revert "Image size fix in lightbox" This reverts commit 63f81c1. * Update toolspanel to latest posts block * Design changes * feedback changes * Feedback changes * Feedback updates * Feedback changes * Feedback changes Co-authored-by: karthick-murugan <karthickmurugan@git.wordpress.org> Co-authored-by: fabiankaegy <fabiankaegy@git.wordpress.org> Co-authored-by: t-hamano <wildworks@git.wordpress.org>
- Loading branch information
1 parent
34f09ca
commit 5b7f7ec
Showing
2 changed files
with
120 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
export const MIN_EXCERPT_LENGTH = 10; | ||
export const MAX_EXCERPT_LENGTH = 100; | ||
export const MAX_POSTS_COLUMNS = 6; | ||
export const DEFAULT_EXCERPT_LENGTH = 55; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters