Make WordPress Core


Ignore:
Timestamp:
09/26/2023 02:20:18 PM (22 months ago)
Author:
karmatosed
Message:

Update editor related npm packages

The npm packages needed updating for 6.4 to the latest.

Props mikachan, mukesdpanchal27, luisherranz, youknowriad, tellthemachines, gziolo, ockham, michalczaplinski

Fixes #59411

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/blocks/navigation/block.json

    r56065 r56710  
    9292    "supports": {
    9393        "align": [ "wide", "full" ],
     94        "ariaLabel": true,
    9495        "html": false,
    9596        "inserter": true,
     
    132133                }
    133134            }
    134         }
     135        },
     136        "interactivity": true
    135137    },
    136     "viewScript": [ "file:./view.min.js", "file:./view-modal.min.js" ],
     138    "viewScript": "file:./view.min.js",
    137139    "editorStyle": "wp-block-navigation-editor",
    138140    "style": "wp-block-navigation"
Note: See TracChangeset for help on using the changeset viewer.