Skip to content

Commit

Permalink
Button Element: Add support to Site Editor (#41246)
Browse files Browse the repository at this point in the history
* Button Elemnt: Add support to Site Editor

* remove unconnected changes
  • Loading branch information
scruffian authored May 24, 2022
1 parent 72e084b commit 4407ae6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/blocks/src/api/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ export const __EXPERIMENTAL_ELEMENTS = {
h4: 'h4',
h5: 'h5',
h6: 'h6',
button: '.wp-element-button, .wp-block-button__link',
};

export const __EXPERIMENTAL_PATHS_WITH_MERGE = {
Expand Down

0 comments on commit 4407ae6

Please sign in to comment.