mirror of
https://github.com/openwrt/luci.git
synced 2026-05-31 02:21:50 +08:00
luci-mod-system: add write for luci_plugins
This allows uci calls to write skeleton configs for new plugins
follow-up to 617f364333
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
@@ -65,6 +65,9 @@
|
||||
"/www/luci-static/resources/view/plugins/*": [ "read" ]
|
||||
},
|
||||
"uci": [ "luci_plugins" ]
|
||||
},
|
||||
"write": {
|
||||
"uci": [ "luci_plugins" ]
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user