mirror of
https://github.com/nasa/trick.git
synced 2024-12-20 13:43:10 +00:00
.. | ||
resources | ||
tests | ||
.gitignore | ||
default_trick_config.py | ||
load.py | ||
main.py | ||
README.md | ||
run_tests.py | ||
util.py |
Format for json config file
{ ['name'] : 'Name of the application', ['landing'] : { ['version'] : 'version number', ['desc'] : 'description of this app' }, 'sections' : { ['section 1'] : { 'options' : { ['option 1'] : { 'type' : [
], ['desc'] : 'long description of the option' ['label'] : 'label for the option' } } } }