Open gigitux opened 18 hours ago
Size Change: +169 B (+0.01%)
Total Size: 1.81 MB
Filename | Size | Change |
---|---|---|
build/edit-site/index.min.js |
221 kB | +70 B (+0.03%) |
build/edit-site/style-rtl.css |
13.1 kB | +45 B (+0.34%) |
build/edit-site/style.css |
13.1 kB | +42 B (+0.32%) |
build/editor/index.min.js |
106 kB | +12 B (+0.01%) |
Flaky tests detected in d021369637c7dae67f6cdb30838ec74b2ea2b43e. Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.
đ Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/11630842411 đ Reported issues:
/test/e2e/specs/editor/blocks/navigation-colors.spec.js
What?
This PR adds validation for the slug field, displaying an error message when the field is empty.
Changes
isValid
callback arguments:getValue
function).getValue
function.While this approach works for the slug field, it misses a few key points crucial for extensibility, particularly for generic fields:
Why?
How?
Testing Instructions
Testing Instructions for Keyboard
Screenshots or screencast