X-Git-Url: https://harrygodden.com/git/?p=convexer.git;a=blobdiff_plain;f=config.py;h=438c044eab08ef246bd0c4c3363b373d95b716e7;hp=364363dde1e0770742a4581eab1632bcb291c58e;hb=5ed7781eb73157f2de21f848a828b321637926b6;hpb=82ec133bda63d2d86bee82d7e130ede44882528c diff --git a/config.py b/config.py index 364363d..438c044 100644 --- a/config.py +++ b/config.py @@ -251,5 +251,10 @@ cxr_entities = \ { "TeamNum": {"type": "int", "default": 0 } } + }, + "func_detail": + { + "allow": ('MESH',), + "keyvalues": {} } }