Skip to content
Prev Previous commit
Merge branch 'trunk' into update-anchor-support
  • Loading branch information
t-hamano committed Dec 15, 2025
commit ab91b701bd35772602d5ddba2be0c6f2a3b8c858
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<!-- wp:form {"anchor":"anchor","backgroundColor":"accent-1","textColor":"contrast","fontSize":"x-large","style":{"elements":{"link":{"color":{"text":"var:preset|color|contrast"}}},"spacing":{"padding":{"top":"var:preset|spacing|40","bottom":"var:preset|spacing|40","left":"var:preset|spacing|40","right":"var:preset|spacing|40"},"margin":{"top":"var:preset|spacing|40","bottom":"var:preset|spacing|40","left":"var:preset|spacing|40","right":"var:preset|spacing|40"}}}} -->
<!-- wp:form {"backgroundColor":"accent-1","textColor":"contrast","anchor":"anchor","fontSize":"x-large","style":{"elements":{"link":{"color":{"text":"var:preset|color|contrast"}}},"spacing":{"padding":{"top":"var:preset|spacing|40","bottom":"var:preset|spacing|40","left":"var:preset|spacing|40","right":"var:preset|spacing|40"},"margin":{"top":"var:preset|spacing|40","bottom":"var:preset|spacing|40","left":"var:preset|spacing|40","right":"var:preset|spacing|40"}}}} -->
<form id="anchor" class="wp-block-form has-contrast-color has-accent-1-background-color has-text-color has-background has-link-color has-x-large-font-size" style="margin-top:var(--wp--preset--spacing--40);margin-right:var(--wp--preset--spacing--40);margin-bottom:var(--wp--preset--spacing--40);margin-left:var(--wp--preset--spacing--40);padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)" enctype="text/plain"></form>
<!-- /wp:form -->
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"tagName": "div",
"backgroundColor": "lighter-blue",
"align": "full",
"backgroundColor": "lighter-blue",
"anchor": "test-id"
},
"innerBlocks": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- wp:group {"align":"full","anchor":"test-id","backgroundColor":"lighter-blue"} -->
<!-- wp:group {"backgroundColor":"lighter-blue","align":"full","anchor":"test-id"} -->
<div class="wp-block-group alignfull has-lighter-blue-background-color has-background" id="test-id"><!-- wp:paragraph -->
<p>test</p>
<!-- /wp:paragraph --></div>
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.