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

Commit 02d1637

Browse files
authored
Merge pull request #8596 from denish-c-vachhani/patch-5
Made changes as per magento standard docs format.
2 parents 8be9097 + fda7eba commit 02d1637

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

src/guides/v2.3/frontend-dev-guide/themes/debug-theme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To locate the template that is responsible for a specific part of the [storefron
1616

1717
To enable template hints:
1818

19-
1. Click **Stores** > **Settings** > **Configuration** > ADVANCED > **Developer**.
19+
1. Click **Stores** > Settings > **Configuration** > ADVANCED > **Developer**.
2020

2121
1. In the **Scope:** dropdown in the upper-left corner select the view for which you want the template hints.
2222

src/guides/v2.3/frontend-dev-guide/themes/favicon.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ See the following sections for details about adding favicons.
2424

2525
To add a custom favicon in the Magento Admin, do the following:
2626

27-
1. Navigate to **CONTENT** > **Design** > **Configuration**.
27+
1. Navigate to **Content** > Design > **Configuration**.
2828
1. In the scope grid, decide on which level you will configure the favicon and click **Edit** in the corresponding row.
2929

3030
![favicon 1]({{site.baseurl}}/common/images/favicon_2_21.png)

src/guides/v2.3/frontend-dev-guide/themes/theme-apply.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ After you [add your theme to the file system]({{ page.baseurl }}/frontend-dev-gu
2121

2222
To apply a theme:
2323

24-
1. In Admin, go to **CONTENT** > **Design** > **Configuration**. A Design Configuration page opens. It contains a grid with the available configuration scopes. For example:
24+
1. In Admin, go to **Content** > Design > **Configuration**. A Design Configuration page opens. It contains a grid with the available configuration scopes. For example:
2525

2626
![Design Configuration page]
2727

@@ -39,7 +39,7 @@ To apply a theme:
3939
Design exceptions enable you to specify an alternative theme for particular user-agents, instead of creating a separate store views for them.
4040
To add a design exception:
4141

42-
1. In Admin, go to **CONTENT** > **Design** > **Configuration**
42+
1. In Admin, go to **Content** > Design > **Configuration**
4343
1. In the configuration record corresponding to your store view, click **Edit**.
4444
1. On the **Design Rule** tab, click **Add New User Agent Rule**.
4545
1. In the **Search String** box specify the user-agent using either normal strings or regular expressions (PCRE). In the **Theme Name** drop-down list select the theme to be used for matching agent.
@@ -52,7 +52,7 @@ To add a design exception:
5252
You might want to set a permanent store logo that displays on the storefront no matter what theme is applied.
5353
To add a permanent theme-independent logo:
5454

55-
1. In Admin, go to **CONTENT** > **Design** > **Configuration**
55+
1. In Admin, go to **Content** > Design > **Configuration**
5656
1. In the configuration record corresponding to your store view, click **Edit**.
5757
1. Expand the **Header** tab.
5858
1. In the **Logo Image** field browse to the logo file saved in your file system.

src/guides/v2.3/frontend-dev-guide/themes/theme-install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ If a theme is distributed on [Magento Marketplace](https://marketplace.magento.c
5151

5252
After you create or install a theme, open the Magento [Admin](https://glossary.magento.com/admin) or reload any Magento Admin page. This way the theme gets registered and added to the database.
5353

54-
To make sure the theme is registered, in the Magento Admin navigate to **Content** > **Design** > **Themes**. If a theme is registered, it is displayed in the list of available themes.
54+
To make sure the theme is registered, in the Magento Admin navigate to **Content** > Design > **Themes**. If a theme is registered, it is displayed in the list of available themes.

src/guides/v2.3/frontend-dev-guide/themes/theme-uninstall.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ The following sections describe the flow for uninstalling themes in each case.
2020
## Prerequisites
2121

2222
1. [Set your Magento application to the developer or default mode]({{ page.baseurl }}/config-guide/cli/config-cli-subcommands-mode.html).
23-
1. Make sure that the theme is not applied on the storefront. To do this, in the [Admin](https://glossary.magento.com/admin) panel navigate to **Content** > **Design** > **Configuration** and make sure that your custom theme is not applied for any [store view](https://glossary.magento.com/store-view).
24-
1. Make sure that the theme is not defined as a parent for any registered theme. To do this, in the Admin panel, navigate to **Content** > **Design** > **Themes**. Make sure that your theme is not mentioned in the **Parent Theme** column. If it is mentioned, you need to uninstall the child theme first.
23+
1. Make sure that the theme is not applied on the storefront. To do this, in the [Admin](https://glossary.magento.com/admin) panel navigate to **Content** > Design > **Configuration** and make sure that your custom theme is not applied for any [store view](https://glossary.magento.com/store-view).
24+
1. Make sure that the theme is not defined as a parent for any registered theme. To do this, in the Admin panel, navigate to **Content** > Design > **Themes**. Make sure that your theme is not mentioned in the **Parent Theme** column. If it is mentioned, you need to uninstall the child theme first.
2525

2626
## Uninstall a manually added theme
2727

src/guides/v2.4/frontend-dev-guide/themes/theme-install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ If a theme is distributed on [Magento Marketplace](https://marketplace.magento.c
4848

4949
After you create or install a theme, open the Magento [Admin](https://glossary.magento.com/admin) or reload any Magento Admin page. This way the theme gets registered and added to the database.
5050

51-
To make sure the theme is registered, in the Magento Admin navigate to **Content** > **Design** > **Themes**. If a theme is registered, it is displayed in the list of available themes.
51+
To make sure the theme is registered, in the Magento Admin navigate to **Content** > Design > **Themes**. If a theme is registered, it is displayed in the list of available themes.

src/guides/v2.4/frontend-dev-guide/themes/theme-uninstall.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ The following sections describe the flow for uninstalling themes in each case.
2020
## Prerequisites
2121

2222
1. [Set your Magento application to the developer or default mode]({{ page.baseurl }}/config-guide/cli/config-cli-subcommands-mode.html).
23-
1. Make sure that the theme is not applied on the storefront. To do this, in the [Admin](https://glossary.magento.com/admin) panel navigate to **Content** > **Design** > **Configuration** and make sure that your custom theme is not applied for any [store view](https://glossary.magento.com/store-view).
24-
1. Make sure that the theme is not defined as a parent for any registered theme. To do this, in the Admin panel, navigate to **Content** > **Design** > **Themes**. Make sure that your theme is not mentioned in the **Parent Theme** column. If it is mentioned, you need to uninstall the child theme first.
23+
1. Make sure that the theme is not applied on the storefront. To do this, in the [Admin](https://glossary.magento.com/admin) panel navigate to **Content** > Design > **Configuration** and make sure that your custom theme is not applied for any [store view](https://glossary.magento.com/store-view).
24+
1. Make sure that the theme is not defined as a parent for any registered theme. To do this, in the Admin panel, navigate to **Content** > Design > **Themes**. Make sure that your theme is not mentioned in the **Parent Theme** column. If it is mentioned, you need to uninstall the child theme first.
2525

2626
## Uninstall a manually added theme
2727

0 commit comments

Comments
 (0)