wPwZ/2026-03-21_23-21-32

This commit is contained in:
2026-03-21 23:21:44 +00:00
commit 7c8d74b9ce
951 changed files with 21258 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
# This is an example boolean property
exampleBoolean = true
exampleEnum = "Hello"
exampleEnumList = [ "Hello", "World" ]
exampleInt = 42
exampleIntList = [ 12, 24 ]
exampleMultilineString = "Hello World"
exampleString = "Hello World"
exampleStringList = [ "Hello", "World" ]
# This is an example category
[exampleCategory]
exampleFloat = 42.84
# This is an example string inside a category
innerField = "I am inside"