• globals

    globals

    扩展全局可用。 Check the globals chapter for more information.

    1. {
    2. "globals": {
    3. "my_setting_1": {
    4. "type": "bool",
    5. "default": true
    6. },
    7. "my_setting_2": {
    8. "type": "int",
    9. "default": 10
    10. }
    11. }
    12. }