block-components icon indicating copy to clipboard operation
block-components copied to clipboard

A collection of components built to be used in the block editor

Results 44 block-components issues
Sort by recently updated
recently updated
newest added

### Description of the Change This pull request introduces a new custom React hook, `useRenderAppenderWithLimit`, which allows developers to easily enforce a maximum number of inner blocks in WordPress blocks....

[Type] Enhancement
New Hook

### Is your enhancement related to a problem? Please describe. There are times when we need more granular control over how many blocks can be added to a block that...

[Type] Enhancement
New Hook

### Description of the Change This PR introduces four new JavaScript filters to the `ContentPicker` and `ContentSearch` components, enabling developers to extend queried fields and customize UI display to better...

### Describe the bug The content picker uses the `title.rendered` property from the REST-API to render the title on the `PickedItemPreview` component. This `title.rendered` property might contain HTML code depending...

[Type] Enhancement
[Component] Content Picker