Changes between Initial Version and Version 1 of Ticket #62251, comment 2
- Timestamp:
- 10/18/2024 07:36:32 AM (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #62251, comment 2
initial v1 1 1 Discussed under the dev note: https://make.wordpress.org/core/2024/10/17/new-block-type-registration-apis-to-improve-performance-in-wordpress-6-7/#comment-47247. 2 3 Resharing my comment: 4 5 > It should be perfectly fine to allow registering block type collections from the theme. At some point, we added the support for individual block types to integrate with themes. In practice, it was possible with WP hooks to register block type in themes, so we decided to make the experience smoother while keep recommeding locating block types in plugins.