You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/multisite/languages/automated_translations.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: With the automated translation add-on, users can translate content
5
5
# Automated content translation
6
6
7
7
With the automated translation add-on package, users can translate their content items into multiple languages automatically by using either Google Translate or DeepL external translation engine.
8
-
The package integrates with [[= product_name =]], and allows users to [request from the UI]([[= user_doc =]]/content_management/translate_content.md#add-translations) that a content item is translated.
8
+
The package integrates with [[= product_name =]], and allows users to [request from the UI]([[= user_doc =]]/content_management/translate_content/#add-translations) that a content item is translated.
9
9
However, you can also run a Console Command to translate a specific content item.
10
10
Either way, as a result, a new version of the content item is created.
11
11
@@ -16,7 +16,7 @@ The following field types are supported out of the box:
16
16
-[RichText](richtextfield.md)
17
17
-[Page](pagefield.md): the content of `text` and `richtext`[block attributes](page_block_attributes.md#block-attribute-types)
18
18
19
-
See [adding a custom field or block attribute encoder](##add-a-custom-field-encoder) for more information on how you can extend this list.
19
+
See [adding a custom field or block attribute encoder](#create-custom-field-or-block-attribute-encoder) for more information on how you can extend this list.
20
20
21
21
## Configure automated content translation
22
22
@@ -90,7 +90,7 @@ By default, the automated translation package can connect to Google Translate or
90
90
You would do it, for example, when a new service emerges on the market, or your company requires that a specific service is used.
91
91
92
92
The following example adds a new translation service.
93
-
It uses the [AI actions framework](ai_actions_md) and assumes a custom `TranslateAction` AI Action exists.
93
+
It uses the [AI actions framework](ai_actions.md) and assumes a custom `TranslateAction` AI Action exists.
94
94
To learn how to build custom AI actions see [Extending AI actions](extend_ai_actions.md#custom-action-type-use-case).
95
95
96
96
1. Create a service that implements the [`\Ibexa\AutomatedTranslation\Client\ClientInterface`](../../api/php_api/php_api_reference/classes/Ibexa-Contracts-AutomatedTranslation-Client-ClientInterface.html) interface:
Copy file name to clipboardExpand all lines: docs/pim/attributes/date_and_time.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Date and time attribute type allows you to store product informatio
4
4
5
5
# Date and time attributes
6
6
7
-
The date and time [attribute type](products.md#attributes) allows you to represent date and time values as part of the product specification in the [Product Information Management](pim_guide.md) system.
7
+
The date and time [attribute type](products.md#product-attributes) allows you to represent date and time values as part of the product specification in the [Product Information Management](pim_guide.md) system.
8
8
9
9
It's released as an [LTS update](release_process_and_roadmap.md) that you can install on top of your current project to expand the capabilities of your [[= product_name =]].
10
10
@@ -61,7 +61,7 @@ You can now start working with the date and time attribute type.
61
61
62
62
The date and time attribute type's support in the system is on par with the other, built-in attribute types.
63
63
64
-
You can manage it through the back office, [data migrations](importing_data.md#date-and-time-attribute), REST, or through the PHP API.
64
+
You can manage it through the back office, [data migrations](importing_data.md#date-and-time-attributes), REST, or through the PHP API.
65
65
It also supports [searching](product_search_criteria.md) by using [DateTimeAttribute](datetimeattribute_criterion.md) and [DateTimeAttributeRange](datetimeattributerange_criterion.md) criterions.
66
66
67
67

0 commit comments