8000 2.4.0 Core Components by godanny86 · Pull Request #4 · adobe/aem-guides-wknd · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

2.4.0 Core Components #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 29 commits into from
May 7, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
bd04853
solution 1 updates
godanny86 May 3, 2019
fa21329
updated README
godanny86 May 3, 2019
7d48497
chapter 2 solution update
godanny86 May 3, 2019
da510a1
chapter 3 solution
godanny86 May 4, 2019
ac0ad7c
added license headers
godanny86 May 4, 2019
fa0f829
chapter 4 updates
godanny86 May 6, 2019
28dfddc
chapter 5 updates
godanny86 May 6, 2019
769e356
chapter 6 updates
godanny86 May 6, 2019
c77bcf2
chapter 7 updates
godanny86 May 6, 2019
a409110
teaser + carousel styles chapter 8
godanny86 May 6, 2019
78374a9
chapter 8 updates
godanny86 May 6, 2019
f37263e
content fragment extension added to poms
godanny86 May 7, 2019
1732498
chapter 5 updates
godanny86 May 6, 2019
e50d274
chapter 5 updates
godanny86 May 6, 2019
9ce862d
chapter 6 updates
godanny86 May 6, 2019
aafca24
chapter 7 updates
godanny86 May 6, 2019
39a96d4
teaser + carousel styles chapter 8
godanny86 May 6, 2019
50e4d5e
chapter 8 updates
godanny86 May 6, 2019
e40c08a
Merge branch 'solution/chapter-8' of github.com:adobe/aem-guides-wknd…
godanny86 May 7, 2019
4c66b1a
Merge branch 'master' into solution/chapter-8
godanny86 May 7, 2019
8d66752
updated to 2.4.0 for Core Components
godanny86 May 7, 2019
2d4c4f4
Merge branch 'solution/chapter-1' into solution/chapter-4
godanny86 May 7, 2019
0e15251
using content fragment component from 2.4.0
godanny86 May 7, 2019
684eb32
Merge branch 'solution/chapter-4' into solution/chapter-5
godanny86 May 7, 2019
b501f91
updated to 2.4.0 for Core dependency
godanny86 May 7, 2019
ee0ba8d
Merge branch 'solution/chapter-5' into solution/chapter-8
godanny86 May 7, 2019
68257b5
Merge branch 'master' into solution/chapter-8
godanny86 May 7, 2019
e63d129
remove need for content fragment extension dependency
godanny86 May 7, 2019
22c646b
fixing up content
godanny86 May 7, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -538,26 +538,20 @@
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.all</artifactId>
<type>zip</type>
<version>2.3.2</version>
<version>2.4.0</version>
</dependency>
<dependency>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.core</artifactId>
<version>2.3.2</version>
<version>2.4.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.examples</artifactId>
<type>zip</type>
<version>2.3.2</version>
<version>2.4.0</version>
</dependency>
<dependency>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.extension</artifactId>
<type>zip</type>
<version>1.0.12</version>
</dependency>
<!-- Apache Sling Dependencies -->
<dependency>
<groupId>org.apache.sling</groupId>
Expand Down
15 changes: 0 additions & 15 deletions ui.apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,6 @@
<artifactId>core.wcm.components.examples</artifactId>
<filter>true</filter>
</subPackage>
<subPackage>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.extension</artifactId>
<filter>true</filter>
</subPackage>
</subPackages>
</configuration>
</plugin>
Expand Down Expand Up @@ -121,16 +116,6 @@
<artifactId>core.wcm.components.all</artifactId>
<type>zip</type>
</dependency>
<dependency>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.examples</artifactId>
<type>zip</type>
</dependency>
<dependency>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.extension</artifactId>
<type>zip</type>
</dependency>
<dependency>
<groupId>javax.jcr</groupId>
<artifactId>jcr</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
cq:isContainer="{Boolean}true"
jcr:primaryType="cq:Component"
componentGroup="WKND.Content"
sling:resourceSuperType="core/wcm/extension/components/contentfragment/v1/contentfragment"
sling:resourceSuperType="core/wcm/components/contentfragment/v1/contentfragment"
jcr:title="Content Fragment"
jcr:description="Displays content from a referenced Content Fragment"/>
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:tiff="http://ns.adobe.com/tiff/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dam="http://www.day.com/dam/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:mix="http://www.jcp.org/jcr/mix/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0"
jcr:mixinTypes="[mix:referenceable]"
jcr:primaryType="dam:Asset"
jcr:uuid="b84974cf-ba8d-4777-b670-2f9e66d04cdc">
<jcr:content
dam:assetState="processed"
jcr:lastModified="{Date}2019-04-04T15:55:30.693-07:00"
jcr:lastModifiedBy="admin"
jcr:primaryType="dam:AssetContent">
<metadata
dam:Bitsperpixel="{Long}24"
dam:Fileformat="JPEG"
dam:MIMEtype="image/jpeg"
dam:Numberofimages="{Long}1"
dam:Numberoftextualcomments="{Long}0"
dam:Physicalheightindpi="{Long}72"
dam:Physicalheightininches="{Decimal}46.44444274902344"
dam:Physicalwidthindpi="{Long}72"
dam:Physicalwidthininches="{Decimal}69.66666412353516"
dam:Progressive="no"
dc:format="image/jpeg"
jcr:mixinTypes="[cq:Taggable]"
jcr:primaryType="nt:unstructured"
tiff:ImageLength="{Long}3344"
tiff:ImageWidth="{Long}5016"/>
<related jcr:primaryType="nt:unstructured"/>
</jcr:content>
</jcr:root>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:oak="http://jackrabbit.apache.org/oak/ns/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0"
jcr:primaryType="nt:file">
<jcr:content
jcr:lastModifiedBy="admin"
jcr:mimeType="image/jpeg"
jcr:primaryType="oak:Resource"/>
</jcr:root>
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
jcr:primaryType="nt:unstructured"
sling:resourceType="dam/cfm/components/grid">
<text
cq:styleIds="[1542316114487]"
cq:styleIds="[1554340301154]"
jcr:created="{Date}2018-11-15T21:59:44.233-05:00"
jcr:createdBy="admin"
jcr:lastModified="{Date}2018-11-15T22:00:22.384-05:00"
Expand Down Expand Up @@ -112,9 +112,9 @@
jcr:lastModifiedBy="admin"
jcr:primaryType="nt:unstructured"
sling:resourceType="wknd/components/content/byline"
fileReference="/content/dam/wknd/en/contributors/stacey-roswells.jpg"
fileReference="/content/dam/wknd/en/los-angeles/stacey-roswells.jpg"
name="Stacey Roswells"
occupations="[Photographer,Blogger]"/>
occupations="[Photographer,Youtuber,Blogger]"/>
</responsivegrid>
<responsivegrid_1919360910
jcr:created="{Date}2018-11-15T20:40:44.357-05:00"
Expand Down
0