diff --git a/guides/v2.2/frontend-dev-guide/layouts/xml-manage.md b/guides/v2.2/frontend-dev-guide/layouts/xml-manage.md index beed1ed1aae..89e38496eb2 100644 --- a/guides/v2.2/frontend-dev-guide/layouts/xml-manage.md +++ b/guides/v2.2/frontend-dev-guide/layouts/xml-manage.md @@ -93,6 +93,7 @@ In the terms of adding assets, you can add CSS files to be included for a specif A sample follows: {%highlight xml%} + @@ -128,6 +129,7 @@ To remove the static resources, linked in a page ``, make a change similar + {%endhighlight xml%} Note, that if a static asset is added with a module path (for example `Magento_Catalog::js/sample.js`) in the initial layout, you need to specify the module path as well when removing the asset.