I´ve added a Catalog Product List Block to a CMS page. The list seems to be sorted by category IDs instead of the position values of the products. The source code looks like this:
{{widget type="MagentoCatalogWidgetBlockProductProductsList" title="Featured Products" show_pager="0" products_count="99" template="Magento_CatalogWidget::product/widget/content/grid.phtml" conditions_encoded="^[`1`:^[`type`:`Magento||CatalogWidget||Model||Rule||Condition||Combine`,`aggregator`:`all`,`value`:`1`,`new_child`:``^],`1--1`:^[`type`:`Magento||CatalogWidget||Model||Rule||Condition||Product`,`attribute`:`category_ids`,`operator`:`==`,`value`:`8`^]^]"}}
I´ve tried to change attribute:category_ids to attribute:position, but unfortunately this breaks the rendering of the list widget.
How can I achieve to make the widget rendering the list according to the position of the products in that category?