You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

379 B

+++ title = "Custom resource params with list values" tags = ["resources", "toml"] draft = false resources src = "*.png" [resources.params] booleans = [true, false] integers = [123, -5, 17, 1_234] animals = ["dog", "cat", "penguin", "mountain gorilla"] strings-symbols = ["abc", "def", "two words"] floats = [12.3, -5.0, -1.7e-05] foo = "bar" +++