diff options
author | Duncan Hill <github.com@cricalix.net> | 2023-12-04 21:12:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-04 22:12:28 +0100 |
commit | 28f805b2e5f95e04515bd7d045a103cc3a366c2c (patch) | |
tree | 4c52498b38b97efdc3660c404a0341027d391518 /applications/luci-app-example/root/etc/uci-defaults/80_example | |
parent | a5786b5f2f68596b2ea8441fc8ad8ad7cf2ce2a9 (diff) |
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
Diffstat (limited to 'applications/luci-app-example/root/etc/uci-defaults/80_example')
-rw-r--r-- | applications/luci-app-example/root/etc/uci-defaults/80_example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/applications/luci-app-example/root/etc/uci-defaults/80_example b/applications/luci-app-example/root/etc/uci-defaults/80_example index 529e6b0bd4..f896943169 100644 --- a/applications/luci-app-example/root/etc/uci-defaults/80_example +++ b/applications/luci-app-example/root/etc/uci-defaults/80_example @@ -3,6 +3,7 @@ touch /etc/config/example uci set example.first=first uci set example.second=second +uci set example.third=third uci commit return 0 |