ai · English Article · Software

Sitecore Stream for PDXP – Tree Translation (PREMIUM) in v.1.7.26

Sitecore has released the new version of Stream for PDXP v.1.7.26.

The release includes:

  1. The new Tree translation feature (PREMIUM):  translate an entire content tree (a parent item and all its descendants) into a target language in a single operation.
  2. Improved behavior for Page Translation (consistent with Tree Translation): security, optimization, etc.
  3. Bug fixes: Addressed various minor issues to enhance overall stability and performance.

Stream Tree Translation

The Tree Translation is a new approach for translating your content and media items, serving as a convenient addition to Item Translation and Page Translation. This feature is available for Premium users performing bulk operations.

To run the Tree Translation, in Content Editor select the item node that you want to translate, then switch to the target language (e.g. Danish) and in the Versions tab click the Stream Translate => Translate Tree

In the next example I show how to use Tree Translation that has 50 items in the selected node.

Continue reading “Sitecore Stream for PDXP – Tree Translation (PREMIUM) in v.1.7.26”
English Article · Software

Sitecore Stream for PDXP – Validation Rules and more improvements in v.1.6.78

Sitecore has released the new version of Stream for PDXP v.1.6.78.

The release includes:

  1. Validation Rules: AI content generation in the Content Assistant now respects standard Sitecore validation rules assigned to fields. The Media Metadata Extraction dialog now includes a “Validation Rules” checkbox that applies rules defined on the four standard media fields: Title, Description, Alt, and Keywords.
  2. Item Translation: added support of the General Link and Image field types in addition to text-based fields.
  3. Content Extraction: added support for JSON (.json) files in addition to jpg, jpeg, png, pdf, txt, and webp.
  4. Metadata Media Extraction: added support for extraction for a specific item language.
  5. Bug fixes: Addressed various minor issues to enhance overall stability and performance.
Continue reading “Sitecore Stream for PDXP – Validation Rules and more improvements in v.1.6.78”
ai · English Article · Software

Sitecore Stream for PDXP – Page Translation, Roles and more improvements in v.1.5.89

Sitecore has released the new version of Stream for PDXP, v1.5.89.

This is a big release that has a brand new feature – Page Translation that automatically discovers and translates a page item along with any Sitecore items it referenced.

Also, Item translation get enhancements – when item translation occurs, fields that are not supported for translation will carry over their values to the new version of the item alongside the translated content.

Now you can assign specific AI roles to your user, where every role corresponds to a specific feature.

Continue reading “Sitecore Stream for PDXP – Page Translation, Roles and more improvements in v.1.5.89”
English Article · Software

Sitecore .webp images support

The .webp media in Sitecore has been supported since version 10.4. But if you need to add support for lower versions, follow the next steps:

  1. Under the master database add webp items under the next pathes (can be cloned from jpeg item and then adjusted):
/sitecore/templates/System/Media/Unversioned/webP
/sitecore/templates/System/Media/Versioned/webP

2. In Sitecore.config a new media type should be added:

<mediaType name="WEBP image" extensions="webp">
    <mimeType>image/webp</mimeType>
	<forceDownload>false</forceDownload>
	<sharedTemplate>system/media/unversioned/webP</sharedTemplate>
	<versionedTemplate>system/media/versioned/webP</versionedTemplate>
	<mediaValidator type="Sitecore.Resources.Media.ImageValidator" />
	<thumbnails>
	    <generator type="Sitecore.Resources.Media.ImageThumbnailGenerator, Sitecore.Kernel">
	        <extension>png</extension>
	    </generator>
	    <width>150</width>
	    <height>150</height>
	    <backgroundColor>#FFFFFF</backgroundColor>
	</thumbnails>
	<prototypes>
	    <media type="Sitecore.Resources.Media.ImageMedia, Sitecore.Kernel" />
	</prototypes>
</mediaType>
English Article · Software

Sitecore Stream for PDXP – Content Extraction

In the new release, Sitecore introduced a brand-new feature – Content Extraction that can help extract data from various input sources, including files, URLs, or plain text. The latest package is version 1.3.23.

In my demo I’ll have 2 parts: preparation and execution.

Preparation

Let’s say we have a store of Powerful bars/gels, there can be lots of different products with different flavors, usage, package sizes, and so on. Hence for this kind of items (products) a template is needed:

Then we need a document, as for now it’s supported the next file formats: PDF, TXT, JPG, JPEG, PNG.

As an example, please refer to the following screenshot; in my case, it’s a PDF document. In real life, you might have a multipage document, but just be aware that the limit is 3MB and the maximum number of pages should be up to 30.

Continue reading “Sitecore Stream for PDXP – Content Extraction”
English Article · Software

Sitecore Stream for PDXP April Update 2025 – Brand Kits and Multiple Content Variants

The new version of the Stream for PDXP has two exciting new features:

  1. Brand Kits – user can generate content in context of a selected Brand.
  2. Multiple Content Variants – users can select the number of variants to be generated in one request.
Continue reading “Sitecore Stream for PDXP April Update 2025 – Brand Kits and Multiple Content Variants”
English Article · Software

Sitecore Stream for Platform DXP March Update 2025

Last month Sitecore released the Sitecore Stream for PDXP, and today the new update is available and it’s highly recommended for update because it simplifies installation and brings various bug fixes and UX improvements. Follow the official documentation to learn more.

The release including:

  • Bug Fixes: addressed minor issues to enhance overall stability and performance.

You can use prompts to work with the original content, for example, ask to remove tags, translate, or anything else.

Continue reading “Sitecore Stream for Platform DXP March Update 2025”