1
# IVLE Configuration File
3
# Configuration of plugin applications for IVLE
4
# These should not need to be modified by admins unless new applications are
11
# Application definitions
14
app_dummy.dir = "dummy"
15
app_dummy.name = "My Dummy App"
16
app_dummy.requireauth = True
17
app_dummy.hashelp = True
21
app_help.name = "Help"
22
app_help.requireauth = True
23
app_help.hashelp = False
25
# Mapping URL names to apps
32
# List of apps that go in the tabs at the top
33
# (The others are hidden unless they are linked to)
34
# Note: The values in this list are the URL names as seen in app_url.
36
apps_in_tabs = ["dummy", "help"]