From 1d36f7d12b331bf521c4a754855676ab9f7f58a9 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Fri, 19 Aug 2022 00:06:54 +0100 Subject: [PATCH] Update package config doc --- app/flatpages/help/package_config.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/flatpages/help/package_config.md b/app/flatpages/help/package_config.md index 3168aed3..f0440ef7 100644 --- a/app/flatpages/help/package_config.md +++ b/app/flatpages/help/package_config.md @@ -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.