diff --git a/guides/v1.0/frontend-dev-guide/themes/theme-structure.md b/guides/v1.0/frontend-dev-guide/themes/theme-structure.md index f4ececafed1..bd89005d572 100644 --- a/guides/v1.0/frontend-dev-guide/themes/theme-structure.md +++ b/guides/v1.0/frontend-dev-guide/themes/theme-structure.md @@ -68,8 +68,7 @@ Let's have a closer look at each particular sub-directory. optional
- Module-specific styles, layouts, and templates.
+ Module-specific styles, layouts, and templates.
- Module-specific styles (.css
and/or .less
file). General styles for the module are in the module.less
file, and styles for widgets are in widgets.less
.
.css
and/or .less
file). General styles for the module are in the module.less
file, and styles for widgets are in widgets.less
.
Layout files which extend the default module or parent theme layouts.
+ Layout files which extend the default module or parent theme layouts.Layouts that override the default module layouts.
+ Layouts that override the default module layouts.This directory contains a theme preview (a screenshot of your theme). -
+ This directory contains a theme preview (a screenshot of your theme).Describes the theme dependencies and some meta-information. Will be here if your theme is a Composer package -
+ Describes the theme dependencies and some meta-information. Will be here if your theme is a Composer package