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 7d5c00d commit a0d55a6
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/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ and specifiy additonal property.

Component definition for subcomponent:

```json
```json-jcr
{
"jcr:primaryType": "cq:Component",
"sling:resourceSuperType": "wcm-io/wcm/commons/components/global/wcmInit"
Expand All @@ -47,7 +47,7 @@ Base page component which defines a simplified page properties dialog with only

You can inherit from this in you page components:

```json
```json-jcr
{
"jcr:primaryType": "cq:Component",
"sling:resourceSuperType": "wcm-io/wcm/commons/components/global/page"
Expand Down

0 comments on commit a0d55a6

Please sign in to comment.