Recently I was working on a Blueprint from the Gallery, and wasn't sure if I had changed the code or if something wasn't working correctly. If there was a link to more info about the blueprint, that would be helpful!
Suggesting a new meta value, name TBD. Currently the standard is lowercase..
url
link
blueprint-url
blueprint-URI
more-info
origin
The source of truth and more information about the blueprint.
The URL could link to part of a repository for more info or a raw blueprint.json file (for simpler blueprints)
Sample
Run unit, accessibility, and theme review tests
"meta": {
"title": "Theme Ready",
"description": "Runs all theme tests and reports back",
"author": "WP.org Themes Team",
"categories": [
"themes",
"content"
],
"link": "themetest.playground.wordpress.net"
},
"steps": {
...
}
Where themetest.playground.wordpress.net provides more information about what the blueprint does
Recently I was working on a Blueprint from the Gallery, and wasn't sure if I had changed the code or if something wasn't working correctly. If there was a link to more info about the blueprint, that would be helpful!
Suggesting a new meta value, name TBD. Currently the standard is lowercase..
urllinkblueprint-urlblueprint-URImore-infooriginThe source of truth and more information about the blueprint.
The URL could link to part of a repository for more info or a raw
blueprint.jsonfile (for simpler blueprints)Sample
Run unit, accessibility, and theme review tests
Where
themetest.playground.wordpress.netprovides more information about what the blueprint does