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/footnotes/block.json

    r56205 r56710  
    1010    "usesContext": [ "postId", "postType" ],
    1111    "supports": {
     12        "__experimentalBorder": {
     13            "radius": true,
     14            "color": true,
     15            "width": true,
     16            "style": true,
     17            "__experimentalDefaultControls": {
     18                "radius": false,
     19                "color": false,
     20                "width": false,
     21                "style": false
     22            }
     23        },
     24        "color": {
     25            "background": true,
     26            "link": true,
     27            "text": true,
     28            "__experimentalDefaultControls": {
     29                "link": true,
     30                "text": true
     31            }
     32        },
    1233        "html": false,
    1334        "multiple": false,
    14         "reusable": false
     35        "reusable": false,
     36        "spacing": {
     37            "margin": true,
     38            "padding": true,
     39            "__experimentalDefaultControls": {
     40                "margin": false,
     41                "padding": false
     42            }
     43        },
     44        "typography": {
     45            "fontSize": true,
     46            "lineHeight": true,
     47            "__experimentalFontFamily": true,
     48            "__experimentalTextDecoration": true,
     49            "__experimentalFontStyle": true,
     50            "__experimentalFontWeight": true,
     51            "__experimentalLetterSpacing": true,
     52            "__experimentalTextTransform": true,
     53            "__experimentalWritingMode": true,
     54            "__experimentalDefaultControls": {
     55                "fontSize": true
     56            }
     57        }
    1558    },
    1659    "style": "wp-block-footnotes"
Note: See TracChangeset for help on using the changeset viewer.