Make WordPress Core


Ignore:
Timestamp:
09/26/2023 02:20:18 PM (3 years 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/details/block.json

    r56159 r56710  
    66        "category": "text",
    77        "description": "Hide and show additional content.",
    8         "keywords": [ "disclosure", "summary", "hide" ],
     8        "keywords": [ "accordion", "summary", "toggle", "disclosure" ],
    99        "textdomain": "default",
    1010        "attributes": {
     
    1414                },
    1515                "summary": {
    16                         "type": "string"
     16                        "type": "string",
     17                        "source": "html",
     18                        "selector": "summary"
    1719                }
    1820        },
     
    3638                        "margin": true,
    3739                        "padding": true,
     40                        "blockGap": true,
    3841                        "__experimentalDefaultControls": {
    3942                                "margin": false,
     
    5356                                "fontSize": true
    5457                        }
     58                },
     59                "layout": {
     60                        "allowEditing": false
    5561                }
    5662        },
Note: See TracChangeset for help on using the changeset viewer.