I have been using the blocks interface with a custom recipe to annotate video. In 1.17 the video container is being duplicated (i.e. two instances of the video on top of each other). works fine in 1.16. my blocks config is:
Thank you again for bringing this to our attention. We've investigated what appeared to be a regression and wanted to provide a detailed explanation.
In version 1.17.0, we enhanced our data structure validation to be more consistent across all view types. While this improvement brings better reliability and predictability, it does require a small configuration adjustment for the choice block containing video content.
Previously, choice block would silently ignore video content, while other view types required explicit configuration. Now, video content is handled the same way as audio throughout the application, requiring you to explicitly nullify it in the choice config to prevent duplication.
To resolve this, please add the following to your configuration:
We understand that any breaking change can be disruptive, even if minor. However, more consistent configuration and validation is definitely an improvement.
We'll update the docs to make this requirement more obvious going forward.