Skip to content

Commit 9e5f665

Browse files
committed
Remove upgrade command and replace by flush
Signed-off-by: Jelle Deneweth <jelle.deneweth@gmail.com>
1 parent 1cd1e36 commit 9e5f665

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/create-custom-content-type/workflow-tips.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ When you are working on a page and changing the master.html template, you need t
66

77
## Setup and cache
88

9-
If you change something in the configuration of your extension and the change is not visible, run `bin/magento setup:upgrade` to ensure that the configuration is updated.
9+
If you change something in the configuration of your extension and the change is not visible, run `bin/magento cache:flush` to ensure that the configuration is updated.
1010

docs/extend-existing-content-type/step-3-extend-forms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ The following table describes some key elements:
9393
| `settings` | Provides the markup that gives your field a label, CSS styling, validation, and other properties as needed. |
9494
{:style="table-layout:auto"}
9595

96-
After adding the `max_height` field, run `bin/magento setup:upgrade`, run `bin/magento cache:clean`, drag a banner to the Admin stage, open the editor, and see your new style property field being rendered in the Banner's form, as shown here:
96+
After adding the `max_height` field`, run `bin/magento cache:clean`, drag a banner to the Admin stage, open the editor, and see your new style property field being rendered in the Banner's form, as shown here:
9797

9898
![Appearance fieldset](../images/appearance-fieldset.png){:width="934px" height="auto"}
9999

0 commit comments

Comments
 (0)