Problem/Motivation
Custom blocks are now publishable, but the Custom block library page (/admin/structure/block/block-content) doesn't not reflect this change. Since the custom blocks as publish-able, make the UI close to node admin page (/admin/content):
This work was started In #2834546: UI for publishing/unpublishing block_content blocks, but it was decided to split the changes to block_content view and related into a follow up issue, because this requires an upgrade path.#2834546: UI for publishing/unpublishing block_content blocks should be committed before this issue gets in.
Proposed resolution
Introduce below changes:
1. Bulk operation form
2. Add published column
3. Add publish status filter
and write the upgrade path in this issue.
Remaining tasks
- Implementation - Done
- Manual testing - Done
- More reviews
- Commit!
User interface changes
Adds a bulk publish / unpublish actions and a new "published" column to the Custom block library page /admin/structure/block/block-content
API changes
None
Data model changes
None