We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c67b75a commit 561a978Copy full SHA for 561a978
docs/content_management/rich_text/extend_online_editor.md
@@ -205,6 +205,7 @@ The `note_box.html.twig` template wraps the content of the selected text
205
<div class="note">{{ content }}</div>
206
```
207
208
+You can now define the custom CSS for this template, for example by using [Webpack Encore and assets](assets.md):
209
``` css
210
.note {
211
display: block;
@@ -246,6 +247,7 @@ The `highlight.html.twig` template wraps the content of the selected text
246
247
<span class="highlight">{{ content }}</span>
248
249
250
251
252
.highlight {
253
background-color: #fcc672;
0 commit comments