Make WordPress Core


Ignore:
Timestamp:
06/27/2023 02:20:18 PM (3 years ago)
Author:
Bernhard Reiter
Message:

Editor: update Wordpress npm packages.

Updates the wordpress npm packages and their dependencies to the latest versions, as well as auto-updates to relevant core PHP files.

Props youknowriad, joemcgill, spacedmonkey, ramonopoly, peterwilsoncc, bernhard-reiter, tyxla, dmsnell.
Fixes #58623.

Location:
trunk/src/wp-includes/blocks/details
Files:
1 added
1 copied

Legend:

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

    r56064 r56065  
    11{
    22    "$schema": "https://schemas.wp.org/trunk/block.json",
    3     "apiVersion": 2,
    4     "name": "core/comments",
    5     "title": "Comments",
    6     "category": "theme",
    7     "description": "An advanced block that allows displaying post comments using different visual configurations.",
     3    "apiVersion": 3,
     4    "name": "core/details",
     5    "title": "Details",
     6    "category": "text",
     7    "description": "Hide and show additional content.",
     8    "keywords": [ "disclosure", "summary", "hide" ],
    89    "textdomain": "default",
    910    "attributes": {
    10         "tagName": {
    11             "type": "string",
    12             "default": "div"
    13         },
    14         "legacy": {
     11        "showContent": {
    1512            "type": "boolean",
    1613            "default": false
     14        },
     15        "summary": {
     16            "type": "string"
    1717        }
    1818    },
     
    2424            "__experimentalDefaultControls": {
    2525                "background": true,
    26                 "text": true,
    27                 "link": true
     26                "text": true
    2827            }
     28        },
     29        "__experimentalBorder": {
     30            "color": true,
     31            "width": true,
     32            "style": true
    2933        },
    3034        "html": false,
     
    4751        }
    4852    },
    49     "editorStyle": "wp-block-comments-editor",
    50     "usesContext": [ "postId", "postType" ]
     53    "editorStyle": "wp-block-details-editor",
     54    "style": "wp-block-details"
    5155}
Note: See TracChangeset for help on using the changeset viewer.