mod-pbmarks/docs/config.ld

22 lines
345 B
Plaintext
Raw Permalink Normal View History

2021-05-28 00:49:53 -07:00
project = "pbmarks"
title = "Personal Bookmarks"
format = "markdown"
not_luadoc = true
boilerplate = false
2021-07-04 16:56:01 -07:00
file = {"settings.lua", "api.lua", "formspec.lua", "chat.lua"}
2021-06-15 16:52:41 -07:00
new_type("setting", "Settings")
2021-07-04 16:56:01 -07:00
new_type("chatcmd", "Chat Commands")
2021-06-15 16:52:41 -07:00
custom_tags = {
{
"settype",
title = "Type",
},
{
"default",
title = "Default value",
},
}