Skip to content
Merged
Changes from 1 commit
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
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 @@ -13,6 +13,7 @@ Attribute types define what type of information you can store in an attribute.
Available attribute types are:

- Checkbox - represents a Boolean value
- Date and time - represents a timestamp. Available if the [Date and time attribue]([[= developer_doc =]]/pim/attributes/date_and_time/) has been installed and configured
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Date and time - represents a timestamp. Available if the [Date and time attribue]([[= developer_doc =]]/pim/attributes/date_and_time/) has been installed and configured
- Date and time - represents a timestamp. Available if the [Date and time attribute]([[= developer_doc =]]/pim/attributes/date_and_time/) has been installed and configured

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙈 Thanks!

- Color - presented as a hex value
- Float - represents a number with fractions
- Integer - represents a number without fractions (a whole number)
Expand Down