Skip to content

Commit

Permalink
fix: vitepress syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
bojanrajh committed Dec 5, 2023
1 parent d06d1db commit 355e4c9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions guides/plugins/plugins/content/cms/add-cms-block.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,6 @@ In there, use a grid to display your elements next to each other. You've set a C

That's it for this component! Make sure to import your `component` directory in your `index.js` file, so your new component actually gets loaded.

{% code title="<plugin root>/src/Resources/app/administration/src/module/sw-cms/blocks/text-image/image-text-reversed/index.js" %}
```
```

```javascript
import './component';

Expand Down

0 comments on commit 355e4c9

Please sign in to comment.