From 28f805b2e5f95e04515bd7d045a103cc3a366c2c Mon Sep 17 00:00:00 2001 From: Duncan Hill Date: Mon, 4 Dec 2023 21:12:28 +0000 Subject: 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 --- applications/luci-app-example/root/etc/uci-defaults/80_example | 1 + 1 file changed, 1 insertion(+) (limited to 'applications/luci-app-example/root/etc/uci-defaults/80_example') 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 -- cgit v1.2.3