1
0
forked from clan/clan-core

remove module description from json schema

This commit is contained in:
Johannes Kirschbauer 2024-06-25 21:40:04 +02:00
parent fe21d2edb9
commit 66d67b18d7
Signed by: hsjobeki
SSH Key Fingerprint: SHA256:vX3utDqig7Ph5L0JPv87ZTPb/w7cMzREKVZzzLFg9qU

View File

@ -23,7 +23,8 @@
clanModuleFunctionSchemas = lib.mapAttrsFlatten (modulename: _: {
name = modulename;
description = self.lib.modules.getShortDescription modulename;
# TODO: migrate to new toml format
# description = self.lib.modules.getShortDescription modulename;
parameters = self.lib.jsonschema.parseOptions (optionsFromModule modulename);
}) clanModules;
in