Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 268 Bytes

UPGRADE.md

File metadata and controls

17 lines (12 loc) · 268 Bytes

UPGRADE FOR 1.11.x

FROM 1.10.x TO 1.11.x

Grid inheritance

The parent grid now should exist when using grid inheritance.

Example

sylius_grid:
    grids:
        book:
            extends: product

Then the product grid should exist.