-
Notifications
You must be signed in to change notification settings - Fork 1.7k
magento/devdocs#: added example of using the gallery widget #8556
magento/devdocs#: added example of using the gallery widget #8556
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NIce addition
|
||
## Code sample | ||
|
||
This example shows a use case for a gallery widget on any page. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This example shows a use case for a gallery widget on any page. | |
This example shows a use case for a gallery widget on any page: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @BarnyShergold
All your suggestions have been implemented!
Thank you!
</script> | ||
``` | ||
|
||
The breakpoints options are set in the `view.xml` configuration file of a theme. The file is conventionally located in `<theme_dir>/etc`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The breakpoints options are set in the `view.xml` configuration file of a theme. The file is conventionally located in `<theme_dir>/etc`. | |
The breakpoints options are set in the `view.xml` configuration file of a theme. The file is located in `<theme_dir>/etc`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @BarnyShergold
All your suggestions have been implemented!
Could you please verify this PR?
Thank you!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work!
running tests |
Hi @DashukVolodymyr, thank you for your contribution! |
Purpose of this pull request
This pull request (PR) adds an example of using the gallery widget.
Affected DevDocs pages
whatsnew
Added an example use case of the gallery widget.