Skip to content

Commit f1e71d4

Browse files
Release 4.6.22 (#370)
* Symbol attribute type mentioned in the doc (#366) * Release 4.6.22 changes (#371) * Adjusted homepage * Updated variable --------- Co-authored-by: julitafalcondusza <[email protected]>
1 parent 38c03a5 commit f1e71d4

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,11 @@
104104
<div class="col-12 col-lg-6">
105105
<div class="notification notification--lts-update" id="tile3">
106106
<div class="notification__content">
107-
<h2>The newest LTS Update is Discounts</h2>
108-
<div>Use it to reduce product prices and attract new customers, retain existing ones, or clear out stock.</div>
107+
<h2>The newest LTS Update is the Symbol attribute</h2>
108+
<div>Use it to store standarized identifiers of your products.</div>
109109
</div>
110110
<div class="notification__cta">
111-
<a href="https://doc.ibexa.co/en/latest/commerce/discounts/discounts/">Learn more about this LTS Update</a>
111+
<a href="https://doc.ibexa.co/en/latest/pim/attributes/symbol-attribute-type">Learn more about this LTS Update</a>
112112
<a href="https://doc.ibexa.co/en/latest/ibexa_products/editions/#lts-updates">Discover other LTS Updates</a>
113113
</div>
114114
<div class="notification__image">

docs/pim/work_with_product_attributes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Available attribute types are:
2020
- Measurement (range) - measurement with a given unit and minimum/maximum values selectable per product type
2121
- Measurement (single) - measurement with a single value in given unit
2222
- Selection - one of a list of customizable options
23+
- Symbol - value of product's symbol attribute. Available if the [Symbol attribute]([[= developer_doc =]]/pim/attributes/symbol_attribute_type/) has been installed and configured
2324

2425
If the default list of attributes is not sufficient, ask your development team to [create a custom attribute type]([[= developer_doc =]]/pim/create_custom_attribute_type/).
2526

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ extra:
193193

194194
developer_doc: 'https://doc.ibexa.co/en/4.6'
195195

196-
latest_tag_4_6: '4.6.21'
196+
latest_tag_4_6: '4.6.22'
197197

198198
extra_css:
199199
- fonts/MavenPro.css

0 commit comments

Comments
 (0)