Learn Mode

IR Items

Add cards, products, services, and trust blocks.

Objective

Understand item arrays inside service, product, and trust sections.

Items are repeated content blocks inside a section.

A services section can use items for service cards.

A products section can use items for product or package cards.

Each item can include title, label, description, price, icon, and features.

Syntax
"items": [
  {
    "title": "Service Name",
    "label": "Optional label",
    "description": "Short explanation",
    "price": "Optional price",
    "features": ["Feature one", "Feature two"]
  }
]
Practice Editor
Temporary only. No local save. No cloud save. No compile quota used.
Notes

Items make sections reusable.

The same renderer can handle services, products, and trust blocks.

Common Mistakes

Putting items outside a section.

Writing features as plain text instead of an array.