# KRB About Us full page-group import v6

Use `krb-about-us-full-page-group-import-v6.js`.

## Key fixes from v5

- Default is back to **one page at a time**.
- Run mode is now a simple top-of-file toggle:

```js
runMode: 'current-page', // safer/default
// runMode: 'all-pages' // switches through all About Us targets automatically
```

- Header/hero images are now included with `includeHeroImages: true`.
- Ordinary section/person images are now written to the image prop on the section/component instance with `includeSectionImages: true`.
- Gallery slot workflow is now guarded so it only runs for true multi-image galleries.
  - Our Campus uses the gallery slot workflow.
  - School Board / Senior Executive one-image profile sections use the section image prop instead.

## Important behaviour

- No publish.
- Does not add top-level sections by default.
- Does not append image components into slots for profile/person pages.
- Still appends `Global / Visual` items inside the `Gallery Images` slot for true galleries where multiple images are required.

## Result prefixes

Per-page/current-page:

`KRB_ABOUT_FULL_PAGE_GROUP_IMPORT_RESULT`

All-pages aggregate if `runMode: 'all-pages'`:

`KRB_ABOUT_FULL_PAGE_GROUP_AUTO_RESULT`
