> For the complete documentation index, see [llms.txt](https://docs.navigaglobal.com/naviga-flow/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.navigaglobal.com/naviga-flow/2026-04.md).

# 2026-04

### Change Log:

{% hint style="success" %}
**Added:**

* **Multispread: Supporting multiple Facts on Spread pages**\
  (Flow now supports multiple Facts in Multispreads.)
* **AboveHeadline layouts: Layout Refinements**\
  (Implemented some refinements for AboveHeadline layouts.)&#x20;
* **Multispread: Supporting four images in the Top Partial headline layout**\
  (Introduced new Top Partial Headline layouts with four images in the Front Spread of Multispread.)
* **Graphic Ads** **- Supporting the property "internal\_uuid"**\
  (Flow supports unique identifiers for graphic ad items received from Publisher.)&#x20;
* **Double Truck: Reduced Unnecessary cropping of Images**\
  (Improved image sizing and cropping in Double Trucks.)
  {% endhint %}

## Details:

### 1. **Multispread: Supporting multiple Facts on Spread pages**

Starting with this release, Flow supports multiple Facts in multispreads. This allows facts to be distributed across spreads while maintaining balanced layouts with minimal whitespace.

**Note**:

* The front page/spread of a multispread supports only one Fact or Quote
* Other spread pages and the final single page (if any) can support up to two Facts
* Facts and Quotes are never placed across the gutter
* Both TopFull and TopPartial headline layouts in Multispreads support this Fact distribution across all eligible spreads.

<figure><img src="/files/TaYTzRbjab54b0CKUw0n" alt=""><figcaption><p>TopFull headline layout with multiple facts in Multispread</p></figcaption></figure>

<figure><img src="/files/NUJm0EPMmJXTdvwrTsbA" alt=""><figcaption><p>Top Partial headline layout with multiple Facts in Multipsread</p></figcaption></figure>

### 2. AboveHeadline layouts: Layout Refinements

Above Headline layouts for single-page articles now provide improved placement of supplementary elements such as sub-images, quotes, fact boxes, and bylines. These elements are positioned in a more structured and consistent manner within article columns, resulting in cleaner, more readable, and visually balanced layouts.

The following characteristics will apply to both the Above Headline and Below Headline layouts with max 2 images placed below headline:

**Note:**

* Supplementary elements (images, quotes, fact boxes) are grouped together within the body text to maintain a clean and cohesive layout.
* Images are preferably placed at the center of the layout.
* Flow attempts to place the elements in the layout such that the last column stays available for body text and the byline.
* The layout refinements ensure sufficient space for bylines in the final column, reducing the chances of bylines—especially photo bylines—being split across columns.
* Supplementary elements are generally avoided in the last column. If placement in the last column is unavoidable, Flow places the smallest supplementary element to preserve as much body text as possible in that column.
* When multiple supplementary elements are present:
  * Larger elements are placed further to the left
  * Remaining elements are arranged in descending order of size
  * Photos are placed left of fact boxes and quotes, when they are of equal size
  * Larger photos are positioned to the left of smaller photos
* The layout avoids isolating a single plain-text column between supplementary elements, helping maintain grouped and visually balanced content.

<figure><img src="/files/tinLbRK7qlOaIfCOY4Nt" alt="" width="375"><figcaption><p>Above headline layouts with sub image positioned<br> to the center of the layout</p></figcaption></figure>

<figure><img src="/files/bxBGoJADK7kpqXgq3zif" alt="" width="331"><figcaption><p>Left-aligned larger sub-image and unsplit photo byline</p></figcaption></figure>

#### 3. Multispread: Supporting four images in the Top Partial headline layout <a href="#id-5.-multispread-supporting-four-images-in-the-top-partial-headline-layout" id="id-5.-multispread-supporting-four-images-in-the-top-partial-headline-layout"></a>

Flow will now support up to four images in the **Front Spread of a Multispread** document. Seven different layout variations supporting four images in the Front spread have been introduced in this release.

If the configured layout type is Top Partial for Multispreads, then:

* If the number of images in the front spread = 4, Flow will create new Top partial headline layouts introduced in this release with 4 images
* If the number of images in the front spread < 4, Flow will create earlier Top partial headline layouts with up to three images in the front spread

<figure><img src="/files/B3GMvEWY1dECv3Q5BVvB" alt=""><figcaption><p>Three sub-images below the main image, with a combined width smaller than the main image</p></figcaption></figure>

<figure><img src="/files/3d5LKxcxcQNS9u9Fvxud" alt=""><figcaption><p>Three sub-images below the main image, with a combined width greater than the main image</p></figcaption></figure>

<figure><img src="/files/GliJyXhvnPg4zm2HTFnB" alt=""><figcaption><p>Three sub-images below the main image, with a combined width equal to the main image</p></figcaption></figure>

<figure><img src="/files/I3DUGdea2WACp1nOL6vo" alt=""><figcaption><p>One sub-image below the main image and two sub-images on the left</p></figcaption></figure>

<figure><img src="/files/4URy1tVTggc6x6g9C7uY" alt=""><figcaption><p>Two sub-images below the main image and one sub-image on the left</p></figcaption></figure>

#### 4. **Graphic Ads** **- Supporting the property "internal\_uuid"**

Starting with this release, Flow supports unique identifiers for graphic ad items received from Publisher.

When an external ad, fixed graphic, or URL box includes an identifier (`internal_uuid` property), Flow preserves and carries that identifier through the layout generation process. This helps maintain a consistent reference to the same item across systems and workflows.

This enhancement applies to:

* External Ads
* Fixed Graphics
* URL Boxes

#### Compatibility

Flow remains fully compatible with Publisher versions that do not provide these identifiers. If an identifier is available, it is included automatically; otherwise, processing continues as normal with no impact on functionality.

#### 5. Double Truck: Reduced Unnecessary cropping of Images

Flow now gives greater priority to balanced image sizing in Top Full Headline and Top Partial Headline layouts of Double Trucks when placing multiple images within the available space.

Previously, image placement could favor combinations that caused one image to be enlarged while another was reduced, sometimes resulting in unnecessary cropping. With this enhancement, Flow prioritizes more evenly sized image combinations, helping to reduce excessive cropping and improve the overall visual balance of the layout.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.navigaglobal.com/naviga-flow/2026-04.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
