diff --git a/plinth/app.py b/plinth/app.py index 9de92bf45..5e125f620 100644 --- a/plinth/app.py +++ b/plinth/app.py @@ -29,6 +29,11 @@ class App: variation their behavior by choosing which components to have and by customizing the components themselves. + 'app_id' property of the app must string that is a globally unique ID. This + is typically also the name of the python module handling the app. So, it + should be all lower-case English alphabet and digits without any special + characters. + """ app_id = None