-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change sling:resourceSuperType of the spa page to the V3 core compone…
…nt page, increase core.wcm.component version till 2.26.0 (#68) Co-authored-by: pid18718 <[email protected]>
- Loading branch information
1 parent
b75147b
commit 27e3cda
Showing
2 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 4 additions & 1 deletion
5
ui.apps/src/main/content/jcr_root/apps/spa-project-core/components/page/.content.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" cq:icon="page" jcr:primaryType="cq:Component" jcr:title="Page (v3)" sling:resourceSuperType="core/wcm/components/page/v2/page" componentGroup=".core-wcm" designDialogPath="spa-project-core/components/page/cq:design_dialog" /> | ||
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" | ||
xmlns:jcr="http://www.jcp.org/jcr/1.0" cq:icon="page" jcr:primaryType="cq:Component" jcr:title="Page (v3)" | ||
sling:resourceSuperType="core/wcm/components/page/v3/page" componentGroup=".core-wcm" | ||
designDialogPath="spa-project-core/components/page/cq:design_dialog"/> |