Add multiple images to a custom block

I’ve written the following custom block that allows a user to create a simple slider and add an image that is then wrapped inside a slider item element. I’ve opted to make this a single block rather than using nested blocks (e.g. a slider item block and parent slider) because I don’t want them wrapping in additional HTML when inside the block editor and instead want it to be a single block of images (like the gallery block).

Formatting messed up when piping wp commands

Ok, so I have been using wp plugin update --all in the past with a tee command. There has been no problem in the past, but after I ran an update on my system, everytime I run the command through a pipe, the formatting is messed up.
So this is the gist of the command used:
wp plugin update --all|awk '/Success/,EOF'| tee >(convert -font Courier -pointsize 14 label:@- img.png)
Previously it would produce a flawless output:
Formatting messed up when piping wp commands

Search CPT by tag ids

I need to search custom post type by tagids. I have created a post type that is “gampu”. In this post type i have register 5 tags taxonomy like ‘fitting’, ‘adapter’, ‘type’, ‘volume’ and ‘gaki’. Now admin can create many tags in this tag taxonomies and when admin create any post then they will select the tags from all of those 5 register tag taxonomies.