Make WordPress Core


Ignore:
Timestamp:
02/07/2025 03:44:07 PM (12 months ago)
Author:
joemcgill
Message:

Editor: Update packages for 6.8 pre-Betas.

Syncs @wordpress/* packages to the 'latest' npm tag.

Props mamaduka, joemcgill, youknowriad, swissspidy, sergiomdgomes, gziolo.
See #62887.

File:
1 edited

Legend:

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

    r57578 r59775  
    1212            "type": "string",
    1313            "default": "alpha-channel"
     14        },
     15        "tagName": {
     16            "type": "string",
     17            "enum": [ "hr", "div" ],
     18            "default": "hr"
    1419        }
    1520    },
Note: See TracChangeset for help on using the changeset viewer.