applications: add freifunk widgets app to customize the index page
[project/luci.git] / applications / luci-freifunk-widgets / luasrc / model / cbi / freifunk / widgets / heightwidth.lua
1 local map, section = ...
2
3 local width = wdg:option(Value, "width", translate("Width"))
4 width.rmempty = true
5
6 local height = wdg:option(Value, "height", translate("Height"))
7 height.rmempty = true
8
9 local pr = wdg:option(Value, "paddingright", translate("Padding right"))
10 pr.rmempty = true