Skip to content

Commit

Permalink
use json-jcr for code snippets alternatively in FileVault XML and JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed May 22, 2024
1 parent e31b266 commit 4abdc13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.parent_toplevel</artifactId>
<version>2.3.0</version>
<version>2.3.1-SNAPSHOT</version>
<relativePath/>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions src/site/markdown/rte-link-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The wcm.io RichText Handler includes a plugin for the [AEM Rich Text Editor (RTE

To enable plugin you have to disable the AEM built-in link (`links`) plugin and instead enable the wcm.io RichText Handler link plugin (`wcmio-links`):

```json
```json-jcr
// Configure rich text plugins
"rtePlugins": {
"links": {
Expand All @@ -29,7 +29,7 @@ To enable plugin you have to disable the AEM built-in link (`links`) plugin and

Within the UI section RTE configuration where the RTE toolbars are defined you have to replace the references to the `links` plugin with `wcmio-links`:

```json
```json-jcr
"uiSettings": {
"cui": {
"inline": {
Expand Down

0 comments on commit 4abdc13

Please sign in to comment.