-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Labels
[Type] BugAn existing feature does not function as intendedAn existing feature does not function as intended[Type] Developer DocumentationDocumentation for developersDocumentation for developers
Description
Description
The JSON schema for block.json for WordPress version 6.5 is missing the viewScriptModule field that was introduced in WordPress 6.5. As of note, the WP 6.6 version does have this field included.
Step-by-step reproduction instructions
- Go to https://schemas.wp.org/wp/6.5/block.json
- See there is no
viewScriptModuleproperty specified.
Screenshots, screen recording, code snippet
{
"$schema": "https://schemas.wp.org/wp/6.5/block.json",
"apiVersion": 3,
"name": "foo/bar",
"title": "Foo Bar",
"category": "theme",
"viewScriptModule": "file:./view.module.js"
}Environment info
- WordPress 6.5.4
- Chrome 126.0.6478.114 (64-bit)
- Windows 11
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Yes
Metadata
Metadata
Assignees
Labels
[Type] BugAn existing feature does not function as intendedAn existing feature does not function as intended[Type] Developer DocumentationDocumentation for developersDocumentation for developers
