Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Updated image alt text related docs #2852

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
12 changes: 7 additions & 5 deletions _includes/scos/user/back-office-user-guides/add-images.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
2. Enter an **IMAGE SET NAME**.
3. Enter a **SMALL IMAGE URL**.
4. Enter a **LARGE IMAGE URL**.
5. Optional: Enter a **SORT ORDER**.
6. Optional: To add one more image, click **Add image**.
7. Repeat steps 3-6 until you add all the needed images.
8. Optional: To add one more image set, click **Add image set**.
9. Repeat steps 2-8 until you add all the needed image sets.
5. Optional: Enter **ALT TEXT SMALL**
6. Optional: Enter **ALT TEXT LARGE**
7. Optional: Enter a **SORT ORDER**.
8. Optional: To add one more image, click **Add image**.
9. Repeat steps 3-6 until you add all the needed images.
10. Optional: To add one more image set, click **Add image set**.
11. Repeat steps 2-8 until you add all the needed image sets.
2. Click **Save**.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ You can enjoy the following benefits of the feature:

* One product can have several names and localized sets of images
* Small and large images
* Alt text for small and large images
* Adjustable sort order of images in a set
* Possibility to create different image sets for different use cases on different pages per product
* Possibility to define the order of images to be displayed on frontend
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ This opens the **Edit Product Abstract:{product SKU} page with a success message
| IMAGE SET NAME | Image set name. For a multi-word name, instead of spaces, use dashes and underscores. |
| SMALL IMAGE URL | A public URL to fetch a low-resolution image from. The image will be displayed on product catalog pages. |
| LARGE IMAGE URL | A public URL to fetch a high-resolution image from. The image will be displayed on product details pages. |
| ALT TEXT SMALL | A text that will be displayed if image is not available. The text will be added to the alt attribute. Are shown for small image. |
| ALT TEXT LARGE | A text that will be displayed if image is not available. The text will be added to the alt attribute. Are shown for large image. |
| SORT ORDER | A number that will define the position of the image on a page relatively to the sort order value of the other images. An image with a smaller sort order value is displayed higher on a page. |


Expand Down
Loading