ec6c2228b9ee7208643f8a5eaee96feb9337561b
[project/luci.git] / src / ffluci / model / cbi / admin_index / luci.lua
1 -- ToDo: Translate, Add descriptions and help texts
2 m = Map("luci", "FFLuCI")
3
4 c = m:section(NamedSection, "main", "core", "Allgemein")
5 c:option(Value, "lang", "Sprache")
6 c:option(Value, "mediaurlbase", "Mediaverzeichnis")
7
8 p = m:section(NamedSection, "category_privileges", "core", "Kategorieprivilegien")
9 p.dynamic = true
10
11 u = m:section(NamedSection, "uci_oncommit", "event", "UCI-Befehle beim Anwenden")
12 u.dynamic = true
13
14 return m