Skip to content

Commit

Permalink
Update install-merchant-portal-core-cms-feature.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andriitserkovnyi committed Jan 4, 2025
1 parent e8bea89 commit fdeaf53
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Import CMS blocks:
console data:import:cms-block
```

3. Enable CMS blocks per needed store via importing the next data (or enable them via zed backoffice)
3. Prepare data import files per store to enable CMS blocks: (or enable them via zed backoffice)

**data/import/common/AT/cms_block_store.csv**

Expand All @@ -88,14 +88,14 @@ cms-block-email--merchant_restore_password--html,US
cms-block-email--merchant_restore_password--text,US
```

Import CMS blocks per needed store:
4. To enable CMS blocks import the files:
```bash
console data:import:cms-block-store
```

{% info_block warningBox "Verification" %}

Make sure that the following data has been added to the database
Make sure that the following data has been added to the database:

* `spy_cms_block`
* `spy_cms_block_store`
Expand Down

0 comments on commit fdeaf53

Please sign in to comment.