ZeroPhone / ZPUI

Official ZeroPhone UI framework, based on pyLCI
http://zpui.rtfd.org/
Apache License 2.0
79 stars 19 forks source link

Adding "do_not_load" mechanism to config.json #69

Closed CRImier closed 6 years ago

CRImier commented 6 years ago

Following Discussion-and-Research#7, we need to implement a do_not_load mechanism into config.json. For now, only blocking specific app loading is necessary.

Proposed config.json:

{
 "input": ... ,
 "output": ... ,
 "app_manager": {
    "do_not_load":
       ["apps/phone/"]
  }
}

What's needed:

CRImier commented 6 years ago

Merged in master, closing