Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Block Bindings: Add tests for the frontend and polish the existing ones #58676

Merged
merged 12 commits into from
Feb 6, 2024
2 changes: 1 addition & 1 deletion packages/e2e-tests/plugins/block-bindings.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function gutenberg_test_block_bindings_register_custom_fields() {
'show_in_rest' => true,
'type' => 'string',
'single' => true,
'default' => '',
'default' => '#url-custom-field',
)
);
}
Expand Down
Loading
Loading