Documentation
README
Highload Blocks (highloadblock)
Highload blocks (HL) are ORM-backed flat tables with columns as user fields. No sections/tree, no iblock SEO/permissions model. Baseline: main 23.0+ (module present on typical installs).
\Bitrix\Main\Loader::includeModule('highloadblock');
When HL vs Iblock vs Custom Tablet
| Need | Prefer |
|---|---|
| Flat dictionary / reference list, admin UF UI, link from iblock as “directory” | Highload block |
| Sections, SEO, complex properties, public catalog/news UX | Iblock (bitrix-iblocks) |
| Strict typed domain model, migrations, no UF dependency | Custom ORM tablet in your module (bitrix-orm) |
HL fits colors, brands, simple lookups. Do not use HL as a substitute for a full content tree or commerce catalog.
This is the opening of the README. Read the full README on GitHub.