Make WordPress Core


Ignore:
Timestamp:
06/08/2021 08:07:15 AM (4 years ago)
Author:
youknowriad
Message:

Block Editor: Package updates for 5.8 beta 1.

This includes the following fixes:

Widgets Editor:

Widget blocks in the customizer:

Global Styles:

Template Editor:

Miscellaneous:

Performance:

Props noisysocks, nosolosw, jorgefilipecosta.
See #52991.

File:
1 edited

Legend:

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

    r50929 r51089  
    2525    "supports": {
    2626        "html": false,
    27         "fontSize": true,
    2827        "color": {
    2928            "gradients": true,
    3029            "link": true
    3130        },
    32         "lineHeight": true
     31        "typography": {
     32            "fontSize": true,
     33            "lineHeight": true
     34        }
    3335    },
    3436    "editorStyle": "wp-block-post-excerpt-editor",
Note: See TracChangeset for help on using the changeset viewer.