> For the complete documentation index, see [llms.txt](https://docs.ovaledge.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ovaledge.com/minor-release/release7.2/release-notes/data-stories.md).

# Data Stories

## New & Improved

### Froala Editor Enhanced with Advanced Formatting Options

The Froala Editor now offers improved formatting features for better content styling and flexibility:

* **Text Alignment:** Align text left, center, or right.
* **Headings:** Customize heading levels with font size and color.
* **Font Family & Size:** Selected Font Family and Font Size are now clearly visible in the editor.
* **More options:** Editor options that are not frequently used are now listed under "More Options", and can be accessed only when necessary.

### Versioning and Audit Logs for Data Stories

In Audit Trails, all changes made to the Parent Story and Story Zone within the Data Stories category are now visible. These changes include updates to the Story Zone and individual stories, including additions, deletions, the name of the person who made the change, and the date of modification. Versioning support has also been added, enabling the tracking and management of changes across different versions of a story.

### Drag-and-Drop & Tree View in Data Stories

* A new Tree View has been introduced, providing a structured and hierarchical visualization of Story Zones and their associated content. Users can now add content directly to a Story Zone.
* A new three-line icon has been added, allowing users to drag and drop stories or story zones.

## <mark style="color:$primary;">Advanced Jobs</mark>

| Name                               | Description                                                                                                    |
| ---------------------------------- | -------------------------------------------------------------------------------------------------------------- |
| StoryZoneAllowContentEditMigration | Run this advanced job when migrating from R6.x or R7.2 to allow adding or editing content to Data Story Zones. |

***

Copyright © 2025, OvalEdge LLC, Peachtree Corners, GA, USA.


---

# 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.ovaledge.com/minor-release/release7.2/release-notes/data-stories.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.
