mirror of
https://github.com/openwrt/luci.git
synced 2025-02-12 00:01:01 +00:00
28f805b2e5
* 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
22 lines
333 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|