#49270 closed enhancement (fixed)
Add color format to REST API validation
Reported by: | spacedmonkey | Owned by: | spacedmonkey |
---|---|---|---|
Milestone: | 5.5 | Priority: | normal |
Severity: | normal | Version: | 4.4 |
Component: | REST API | Keywords: | has-patch |
Focuses: | rest-api | Cc: |
Description
Add validation for color as a formatted type in REST API requests.
Attachments (4)
Change History (11)
This ticket was mentioned in PR #140 on WordPress/wordpress-develop by spacedmonkey.
5 years ago
#1
This ticket was mentioned in PR #141 on WordPress/wordpress-develop by spacedmonkey.
5 years ago
#2
#4
@
5 years ago
- Milestone changed from Awaiting Review to Future Release
This looks great! I agree with @chrisvanpatten about naming to make it clear this is a hex color format.
#5
@
5 years ago
Thanks for the feedback. In 49270.4.diff, I change naming to hex-color
and added tests.
You can also posts comments on PR here.
Note: See
TracTickets for help on using
tickets.
I dig this a lot but it should probably be named "hex color" or something like that, to distinguish it from other valid color types (rgb, rgba, hsl, etc)