-
Notifications
You must be signed in to change notification settings - Fork 4
EUNPDC‐eLearning
Max Kohler edited this page Aug 28, 2024
·
1 revision
All terms used for inline definitions live in the content/data/terms.json
file. Each term has three fields: term_id
, title
and description
:
{
"term_id": "cw",
"title": "Chemical Weapon (CW)",
"description": "The toxic agent, the delivery system and specially designed equipment to enable the delivery of the toxic agent. The term applies to each category individually or together, according to the Chemical Weapons Convention."
}
Once a term is added to terms.json
, you can include it in any learning unit chapter usign the <Term/>
component and its term_id
, like this:
Chemical Warfare is the intentional application of <Term t="cw">Chemical Weapons</Term> for hostile purposes.