I'm trying to pass a parameter to the wpv-post-body shortcode. The use case i want to replicate is to set small variants in my views and not having to code a content template multiple times. For example now i'm asking this because i want to set a style variant in a card. Now it's 50 lines of code, but i think it will be growing a lot more. Is there a way to bypass or hardcode the shortcode to accept parameters? my fastest workaround now is to create "n" times new templates for each new variant, to wrap the template. Is not the most elegant solution but it works.
Is there any documentation that you are following?
I saw an old post that the content template shortcode doesnt accept parameters.