This issue tracks the scope for improvements to media inserter and galleries, and associated updates to attachments post type etc for WordPress 7.1.
See:
It will be expanded as explorations take place.
Media inserter
Add the following functionality (TBD):
Dynamic galleries
Add the following functionality (TBD):
Nice-to-haves / stretch goals
Related issues
Some of the above features might require fixing bugs / adding additional functionality to GB or WP core, especially in how attached to behaviour works.
Explore options for tracking/storing attachment post relationships
wp_posts.post_parent is the only first-class mechanism for recording that a media item is attached to a post. It's a single integer column — no many-to-many relationship exists in core today.
If we want features such as displaying images attached to the current post directly in the sidebar, or creating galleries dynamically based on this relationship, it'll be a blocking requirement.
This issue tracks the scope for improvements to media inserter and galleries, and associated updates to attachments post type etc for WordPress 7.1.
See:
It will be expanded as explorations take place.
Media inserter
Add the following functionality (TBD):
Dynamic galleries
Add the following functionality (TBD):
[gallery]shortcode behavior with no image IDs and dynamic renderingNice-to-haves / stretch goals
Related issues
Some of the above features might require fixing bugs / adding additional functionality to GB or WP core, especially in how attached to behaviour works.
Explore options for tracking/storing attachment post relationships
wp_posts.post_parent is the only first-class mechanism for recording that a media item is attached to a post. It's a single integer column — no many-to-many relationship exists in core today.
If we want features such as displaying images attached to the current post directly in the sidebar, or creating galleries dynamically based on this relationship, it'll be a blocking requirement.