-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* WC: WIP: Adding transform block ability with no filters. Also refactored options picker for block settings to have options in one object for better filtering and separated out props to the three different types. * Moving getPossibleBLockTransformations to block menu so that we can tell if there are no valid transformation options and if so, not pop up transform option. * Adding filter hook to modify transform.isMatch for each registered block depending on if they are allowed to transform. * Separating out transform logic into transforms.native.js. Adding all block transformation categories in. * Removing extraneous transforms.native.js file. Adding a fix for transforming group -> column block that resulted in crash. * Adding ' blocks' to end of transformations which split one block into multiple. Co-authored-by: Wendy Chen <[email protected]>
- Loading branch information
Showing
32 changed files
with
646 additions
and
128 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
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
Oops, something went wrong.