0
0
mirror of https://github.com/openwrt/luci.git synced 2025-02-12 00:01:01 +00:00
Duncan Hill 28f805b2e5 luci-app-example: Update with more documentation, more examples (#6503)
* luci-app-example: Update with more documentation, examples
* Update translations file
* Move more YAML support to .md file, improve README
* luci-app-example: Update with more documentation, examples
* luci-app-example: Fix missed call to load_sample_yaml
* Format with tabs by using jsbeautify
2023-12-04 22:12:28 +01:00

22 lines
333 B
JSON

{
"luci-app-example": {
"description": "Grant UCI and RPC access to LuCI app example",
"read": {
"ubus": {
"luci.example": [
"get_sample1",
"get_sample2"
]
},
"uci": [
"example"
]
},
"write": {
"uci": [
"example"
]
}
}
}