Update package config doc

master
rubenwardy 2022-08-19 00:06:54 +01:00
parent 631ef2b10a
commit 1d36f7d12b
1 changed files with 2 additions and 0 deletions

View File

@ -22,12 +22,14 @@ The filename of the `.conf` file depends on the content type:
The `.conf` uses a key-value format, separated using equals. Here's a simple example:
name = mymod
title = My Mod
description = A short description to show in the client.
### Understood values
ContentDB understands the following information:
* `title` - A human-readable title.
* `description` - A short description to show in the client.
* `depends` - Comma-separated hard dependencies.
* `optional_depends` - Comma-separated soft dependencies.