This commit is contained in:
parent
4666c1995f
commit
593bdb17d4
6 changed files with 28 additions and 16 deletions
|
|
@ -226,10 +226,11 @@ export struct Product {
|
|||
std::string image;
|
||||
std::string summary;
|
||||
std::string warranty;
|
||||
// Rendered as a prominent warning box when non-empty. Exists for exactly
|
||||
// one thing today: the emergency-calling caveat — the single claim on the
|
||||
// page that is about safety rather than features, which is why it gets a
|
||||
// warning box instead of a table row.
|
||||
// Rendered as a prominent warning box when non-empty. No product sets it
|
||||
// today: it existed for the emergency-calling caveat, which came off once
|
||||
// 112 was verified on a live network. It stays because the next safety
|
||||
// claim — something about safety rather than features — belongs in a
|
||||
// warning box above the fold, not in a spec-table row.
|
||||
std::string safetyNote;
|
||||
std::vector<Spec> specs;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue