Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/ai_actions/ai_actions_guide.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: AI Actions LTS update helps editors by automating repetitive tasks.
month_change: false
month_change: true
---

# AI Actions product guide
Expand Down
2 changes: 1 addition & 1 deletion docs/ai_actions/install_ai_actions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Install the AI Actions LTS update.
month_change: false
month_change: true
---

# Install AI Actions
Expand Down
20 changes: 20 additions & 0 deletions docs/resources/new_in_doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,26 @@ month_change: true

This page contains recent highlights and notable changes in [[= product_name =]] documentation.

## March 2025

### Release notes

- New [Release notes page](https://doc.ibexa.co/en/latest/release_notes/ibexa_dxp_v4.6/) implemented

### AI Actions

- Specified minimum [[= product_name =]] version supported while working with AI Actions
- AI Actions product guide: [Availability](https://doc.ibexa.co/en/latest/ai_actions/ai_actions_guide/#availability)
- AI Actions section: [Install AI Actions](https://doc.ibexa.co/en/latest/ai_actions/install_ai_actions/)

### Online Editor

- Added example in the Online Editor documentation showing how to [add characters and shortcuts for specific characters to the SpecialCharacters plugin in CKEditor configuration](https://doc.ibexa.co/en/latest/content_management/rich_text/extend_online_editor/#change-ckeditor-configuration)

### Templating

- Updated description of the [`ibexa_render`](https://doc.ibexa.co/en/latest/templating/twig_function_reference/content_twig_functions/#content-rendering) Twig function to mention its support for objects implementing the [`ContentAwareInterface`](https://doc.ibexa.co/en/latest/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Repository-Values-Content-ContentAwareInterface.html) as argument

## February 2025

### Security
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
description: Content Twig function enable rendering whole content items and their information.
page_type: reference
month_change: true
---

# Content Twig functions
Expand Down