You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
587 B
TOML
26 lines
587 B
TOML
bin_name = "Dracaena Fragrans"
|
|
|
|
[image]
|
|
url = "/img/plants/dracaena-fragrans.jpg"
|
|
source = "https://commons.wikimedia.org/wiki/File:Dracaena_fragrans_a1.jpg"
|
|
alt = """
|
|
Dracaena Fragrans. \
|
|
A plant with long leaves with a dark green middle part and \
|
|
yellow edges on the leaves. The plant grows a green stalk with \
|
|
leaves on it.
|
|
"""
|
|
|
|
[site]
|
|
light = "shade, some sun"
|
|
temp = "18°C - 25°C"
|
|
humidity = "normal"
|
|
|
|
[care]
|
|
water_schedule = "12 days"
|
|
fertilize_schedule = "month"
|
|
mist_schedule = "week"
|
|
|
|
# [additional_chapters.common_issues]
|
|
# file = "common-issues"
|
|
# title = "Common Issues"
|