Closed tomusborne closed 1 month ago
This PR flips the logic when it comes to dynamic tags that have no value.
By default, all tags are required to have a value. If one of the tags in a block has no value, the entire block will not render.
This can be prevented by adding required:false to any non-essential tags.
required:false
This PR flips the logic when it comes to dynamic tags that have no value.
By default, all tags are required to have a value. If one of the tags in a block has no value, the entire block will not render.
This can be prevented by adding
required:false
to any non-essential tags.