Skip to content

Commit d43f3f1

Browse files
mnocondabrt
andauthored
Apply suggestions from code review
Co-authored-by: Tomasz Dąbrowski <[email protected]>
1 parent 9df3660 commit d43f3f1

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

docs/content_management/data_migration/importing_data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,9 +346,9 @@ You can also update attributes, including changing which attribute group they be
346346

347347
You can't change the attribute type of an existing attribute.
348348

349-
##### Date and time attribute
349+
##### Date and time attributes
350350

351-
If you're using the [Date and time attribute](date_and_time.md) you can manage it through the migrations as well, for example:
351+
If you're using attributes of the [date and time type](date_and_time.md), you can manage it through the migrations as well, for example:
352352

353353
``` yaml
354354
[[= include_file('code_samples/data_migration/examples/create_datetime_attribute.yaml') =]]

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<div class="notification__content">
7878
<h2>The latest release is v4.6</h2>
7979
<div>The <a href="release_notes/ibexa_dxp_v4.6/">latest version of Ibexa DXP is v4.6</a>. You can now update your application to the latest version.</div>
80-
<div>The newest LTS Update to Ibexa DXP v4.6 is <a href="release_notes/ibexa_dxp_v4.6/#date-and-time-attribute-type">Date and time attribute</a>. Install it to store time-related values about your products.</div>
80+
<div>The newest LTS Update to Ibexa DXP v4.6 is the <a href="release_notes/ibexa_dxp_v4.6/#date-and-time-attribute-type">Date and time attribute type</a>. Install it to add time-related values to product specifications.</div>
8181
</div>
8282
<div class="notification__cta">
8383
<a href="update_and_migration/from_4.5/update_from_4.5/">Update your application</a>

docs/pim/attributes/date_and_time.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
description: Date and time attribute type allows you to store product information related to time, like an expiration date or date of manufacturing.
33
---
44

5-
# Date and time attribute
5+
# Date and time attributes
66

7-
The date and time attribute type is one of the [attribute types](products.md#attributes) that allows you to efficiently 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#attributes) allows you to efficiently represent date and time values as part of the product specification in the [Product Information Management](pim_guide.md) system.
88

99
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 =]].
1010

@@ -59,11 +59,12 @@ You can now start working with the date and time attribute type.
5959

6060
## Usage
6161

62-
The Date and time attribute type's support in the system is on par with the other, built-in attribute types.
62+
The date and time attribute type's support in the system is on par with the other, built-in attribute types.
6363

64-
You can manage it through the back office, [data migrations](importing_data.md#date-and-time-attribute), REST, or through the PHP API. It also supports [searching](product_search_criteria.md) by using [DateTimeAttribute](datetimeattribute_criterion.md) and [DateTimeAttributeRange](datetimeattributerange_criterion.md) criterions.
64+
You can manage it through the back office, [data migrations](importing_data.md#date-and-time-attribute), REST, or through the PHP API.
65+
It also supports [searching](product_search_criteria.md) by using [DateTimeAttribute](datetimeattribute_criterion.md) and [DateTimeAttributeRange](datetimeattributerange_criterion.md) criterions.
6566

66-
![Creating a product using a date and time attribute with "trimster" accuracy level](img/datetime.png "Creating a product using a date and time attribute with "trimster" accuracy level")
67+
![Creating a product using a date and time attribute with "trimester" accuracy level](img/datetime.png "Creating a product using a date and time attribute with "trimester" accuracy level")
6768

6869
When creating an attribute based on the date and time attribute type you can select the accuracy level to match your needs:
6970

docs/release_notes/ibexa_dxp_v4.6.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ description: Ibexa DXP v4.6 brings improvements to Commerce, PIM and Personaliza
2020
LTS Updates are opt-in packages that bring cutting-edge technologies to an LTS release that they enhance, without compromising the product's stability.
2121
The features brought by an LTS Update become a standard part of the next LTS release.
2222

23-
### Date and time attribute
23+
### Date and time attribute type
2424

25-
The Date and time attribute allows you to efficiently represent date and time values as part of the product specification in the [Product Information Management](pim_guide.md) system.
25+
The Date and time attributes allow you to efficiently represent date and time values as part of the product specification in the [Product Information Management](pim_guide.md) system.
2626

27-
For more information, see [Date and time attribute](date_and_time.md).
27+
For more information, see [Date and time attributes](date_and_time.md).
2828

2929
### AI Actions
3030

0 commit comments

Comments
 (0)