Closed manurare closed 8 months ago
Hello,
Is there a way of resolving the length of a list in a yaml file? Something like:
my_list: - 4 - 2 - 1 length: ${len.my_list}
Thanks
My bad. I can do this with custom resolvers.
Hello,
Is there a way of resolving the length of a list in a yaml file? Something like:
Thanks