Solution:
To display the view menu within Toolset menu in admin - you can navigate to:
=> Toolset => Settings => General tab => Editing experience => select the option "Show both the legacy and Blocks interface and let me choose which to use for each item I build"
And then reload the page and you will be able to see the View menu. Relevant Documentation:
Problem:
The user is using a Fields&Text block to display some fields. Some fields lose the wrapping
tag.
Solution:
We decided to not fix this. The current outcome is how WordPress handles paragraphs with only a shortcode. You will get the same output with the core Classic / HTML block.
To "fix" this core behavior would mean some ugly filtering, which probably opens new issues for other cases - so we decided to keep it as it is.
As a workaround, use the wpv-autop shortcode to wrap the field in
Problem: I would like to use a custom label when displaying a custom search filter.
Solution: You can hide the default label using the custom search field settings and provide your own custom label using other blocks in the search filters area.