Skip to content

Commit

Permalink
Close unclosed backtick
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeTowers authored Jul 28, 2024
1 parent 7d58fce commit d232cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ url = "blog/post"

The output will be rendered from the plugin directory **components/blogpost/default.htm**. You can copy all the markup from this file and paste it directly in the page or to a new partial, called **blog-post.htm** for example.

>**NOTE:** If you are using the CMS editor in the backend, you can automatically copy the contents of the default partial by holding down the modifier key (Ctrl on Windows, Cmd on MacOS) and double-clicking the `{% component 'myComponent' %} tag in the code editor. You can also trigger the same behaviour by clicking on the "Fork" icon in the bottom right of the code editor when the component tag is selected.
>**NOTE:** If you are using the CMS editor in the backend, you can automatically copy the contents of the default partial by holding down the modifier key (Ctrl on Windows, Cmd on MacOS) and double-clicking the `{% component 'myComponent' %}` tag in the code editor. You can also trigger the same behaviour by clicking on the "Fork" icon in the bottom right of the code editor when the component tag is selected.
```twig
<h1>{{ __SELF__.post.title }}</h1>
Expand Down

0 comments on commit d232cb4

Please sign in to comment.