Browse Source

About variable

Bob Mottram 8 years ago
parent
commit
5f756a4aa6
2 changed files with 5510 additions and 45 deletions
  1. 3
    0
      doc/EN/devguide.org
  2. 5507
    45
      website/EN/devguide.html

+ 3
- 0
doc/EN/devguide.org View File

@@ -68,6 +68,9 @@ An example template for an app script is shown below. Copy this and add whatever
68 68
 # app scripts.
69 69
 VARIANTS='full'
70 70
 
71
+# If you want this to appear on the control panel About screen
72
+SHOW_ON_ABOUT=1
73
+
71 74
 SOME_IMPORTANT_CONFIG_VARIABLE='some important value'
72 75
 ANOTHER_IMPORTANT_CONFIG_VARIABLE='foo'
73 76
 MY_FUNKY_AVATAR=https://some-domain-or-other/fro.png

+ 5507
- 45
website/EN/devguide.html
File diff suppressed because it is too large
View File