diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2022-02-15 08:02:39 -0500 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2022-02-15 08:02:39 -0500 |
commit | 93e81413950404b26a5d0936ec52f9198d33169a (patch) | |
tree | 4bbd39961d2f8cc18ea66f50fdfc060c30bcd19a /js | |
parent | aaf8a8e9a5340a7a7f32ded9ab9628dc6e63fccc (diff) |
onion: Add a reference video.
Diffstat (limited to 'js')
-rw-r--r-- | js/garden.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/js/garden.js b/js/garden.js index f219e9a..588b27a 100644 --- a/js/garden.js +++ b/js/garden.js @@ -321,6 +321,12 @@ const CROPS = [ headStart: 6, maturity: 14, multisow: 4, + references: [ + { + title: "Charles Dowding - Grow onions and spring onions from seed", + url: "https://www.youtube.com/watch?v=1k0f4GoC6Zw" + } + ], spacing: 1, species: ["allium cepa"], springPlant: -4, |