trick/trick_source/trick_gsetup
2022-06-08 16:55:39 -05:00
..
resources Gsetup (#1172) 2022-03-10 12:50:03 -06:00
tests Gsetup (#1172) 2022-03-10 12:50:03 -06:00
.gitignore Gsetup (#1172) 2022-03-10 12:50:03 -06:00
default_trick_config.py Gsetup (#1172) 2022-03-10 12:50:03 -06:00
load.py Gsetup (#1172) 2022-03-10 12:50:03 -06:00
main.py change instantation of tk bool 2022-06-08 16:55:39 -05:00
README.md Gsetup (#1172) 2022-03-10 12:50:03 -06:00
run_tests.py Gsetup (#1172) 2022-03-10 12:50:03 -06:00
util.py Gsetup (#1172) 2022-03-10 12:50:03 -06:00

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' } } } }