Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,11 @@
<div class="col-12 col-lg-6">
<div class="notification notification--lts-update" id="tile3">
<div class="notification__content">
<h2>The newest LTS Update is Discounts</h2>
<div>Use it to reduce product prices and attract new customers, retain existing ones, or clear out stock.</div>
<h2>The newest LTS Update is the Symbol attribute</h2>
<div>Use it to store standarized identifiers of your products.</div>
</div>
<div class="notification__cta">
<a href="https://doc.ibexa.co/en/latest/commerce/discounts/discounts/">Learn more about this LTS Update</a>
<a href="https://doc.ibexa.co/en/latest/pim/attributes/symbol-attribute-type">Learn more about this LTS Update</a>
<a href="https://doc.ibexa.co/en/latest/ibexa_products/editions/#lts-updates">Discover other LTS Updates</a>
</div>
<div class="notification__image">
Expand Down
1 change: 1 addition & 0 deletions docs/pim/work_with_product_attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Available attribute types are:
- Measurement (range) - measurement with a given unit and minimum/maximum values selectable per product type
- Measurement (single) - measurement with a single value in given unit
- Selection - one of a list of customizable options
- Symbol - value of product's symbol attribute. Available if the [Symbol attribute]([[= developer_doc =]]/pim/attributes/symbol_attribute_type/) has been installed and configured

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/).

Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ extra:

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

latest_tag_4_6: '4.6.21'
latest_tag_4_6: '4.6.22'

extra_css:
- fonts/MavenPro.css
Expand Down