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:
Paul Donald
2026-05-20 22:18:22 +03:00
parent 6bcdc18d65
commit cbcb9315b7
@@ -65,6 +65,9 @@
"/www/luci-static/resources/view/plugins/*": [ "read" ]
},
"uci": [ "luci_plugins" ]
},
"write": {
"uci": [ "luci_plugins" ]
}
},