Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Fix description of theme.xml contents #4768

Merged
merged 2 commits into from
Jun 17, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion guides/v2.1/frontend-dev-guide/themes/theme-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ The directories and files structure described below is the most extended one. It
</td>
<td colspan="1">required</td>
<td colspan="1">
The file is mandatory as it declares a theme as a system component. It contains the basic meta-information, like the theme name and the parent theme name, if the theme is inherited from an existing theme. The file is used by the Magento system to recognize the theme.
The file is mandatory as it declares a theme as a system component. It contains the basic meta-information, like the theme title and the parent theme name, if the theme is inherited from an existing theme. The file is used by the Magento system to recognize the theme.
</td>
</tr>
</tbody>
Expand Down
2 changes: 1 addition & 1 deletion guides/v2.2/frontend-dev-guide/themes/theme-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ The directories and files structure described below is the most extended one. It
</td>
<td colspan="1">required</td>
<td colspan="1">
The file is mandatory as it declares a theme as a system component. It contains the basic meta-information, like the theme name and the parent theme name, if the theme is inherited from an existing theme. The file is used by the Magento system to recognize the theme.
The file is mandatory as it declares a theme as a system component. It contains the basic meta-information, like the theme title and the parent theme name, if the theme is inherited from an existing theme. The file is used by the Magento system to recognize the theme.
</td>
</tr>
</tbody>
Expand Down
2 changes: 1 addition & 1 deletion guides/v2.3/frontend-dev-guide/themes/theme-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ The directories and files structure described below is the most extended one. It
</td>
<td colspan="1">required</td>
<td colspan="1">
The file is mandatory as it declares a theme as a system component. It contains the basic meta-information, like the theme name and the parent theme name, if the theme is inherited from an existing theme. The file is used by the Magento system to recognize the theme.
The file is mandatory as it declares a theme as a system component. It contains the basic meta-information, like the theme title and the parent theme name, if the theme is inherited from an existing theme. The file is used by the Magento system to recognize the theme.
</td>
</tr>
</tbody>
Expand Down