mirror of
https://github.com/kenzok8/openwrt-packages.git
synced 2025-05-01 06:00:55 +08:00
12 lines
234 B
JSON
12 lines
234 B
JSON
{
|
|
"luci-app-design-config": {
|
|
"description": "Grant UCI access for luci-app-design-config",
|
|
"read": {
|
|
"uci": [ "design" ]
|
|
},
|
|
"write": {
|
|
"uci": [ "design" ]
|
|
}
|
|
}
|
|
}
|