Skip to content
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

Add FSI and Healthcare themes to archetype and update Easel and WKND themes #1133

Merged
merged 18 commits into from
Oct 11, 2023
Merged
Show file tree
Hide file tree
Changes from 15 commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
c33921e
FORMS-10696 - Add FSI and Healthcare theme to archetype
pankaj-parashar Aug 29, 2023
7abda09
FORMS-10696 - Add FSI and Healthcare theme to archetype
pankaj-parashar Sep 18, 2023
4cf7c09
FORMS-10696 - Add FSI and Healthcare theme to archetype
pankaj-parashar Sep 18, 2023
3c8e7ed
Add FSI and Healthcare themes to archetype and update Easel and WKND …
pankaj-parashar Sep 28, 2023
11ee50b
Add FSI and Healthcare themes to archetype and update Easel and WKND …
pankaj-parashar Sep 28, 2023
0daac47
Add FSI and Healthcare themes to archetype and update Easel and WKND…
pankaj-parashar Oct 5, 2023
428d071
Add FSI and Healthcare themes to archetype and update Easel and WKND …
pankaj-parashar Oct 6, 2023
2affef8
Add FSI and Healthcare themes to archetype and update Easel and WKND …
pankaj-parashar Oct 10, 2023
0d06eb2
Merge branch 'develop' into ootb-themes
pankaj-parashar Oct 10, 2023
f2670e6
Add FSI and Healthcare themes to archetype and update Easel and WKND …
pankaj-parashar Oct 10, 2023
5b48c6d
Add FSI and Healthcare themes to archetype and update Easel and WKND …
pankaj-parashar Oct 11, 2023
400f0c2
Add FSI and Healthcare themes to archetype and update Easel and WKND …
pankaj-parashar Oct 11, 2023
611be54
Add FSI and Healthcare themes to archetype and update Easel and WKND …
pankaj-parashar Oct 11, 2023
854ef95
Add FSI and Healthcare themes to archetype and update Easel and WKND …
pankaj-parashar Oct 11, 2023
1c27ac6
Add FSI and Healthcare themes to archetype and update Easel and WKND …
pankaj-parashar Oct 11, 2023
40f922f
Add FSI and Healthcare themes to archetype and update Easel and WKND …
pankaj-parashar Oct 11, 2023
d9bc2a0
Add FSI and Healthcare themes to archetype and update Easel and WKND …
pankaj-parashar Oct 11, 2023
5ba25cb
iAdd FSI and Healthcare themes to archetype and update Easel and WKND…
pankaj-parashar Oct 11, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/main/archetype/ui.apps.structure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@
<filter><root>/apps/fd/af</root></filter>
#if ($aemVersion == "cloud")
<filter><root>/apps/fd/af/themes</root></filter>
#else
<filter><root>/apps/fd/af/theme-clientlibs</root></filter>
#end
#end
<filter><root>/apps/sling</root></filter>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
<filter root="/apps/${appId}/i18n"/>
#if ( $includeForms == "y" || $includeFormsenrollment == "y" || $includeFormscommunications == "y" || $includeFormsheadless == "y")
#if ($aemVersion == "cloud")
<filter root="/apps/fd/af/themes"/>
#else
<filter root="/apps/fd/af/theme-clientlibs"/>
<filter root="/apps/fd/af/themes" mode="merge"/>
#end

#end
#if ( $includeErrorHandler == "y" )
<filter root="/apps/sling" />
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
jcr:primaryType="cq:ClientLibraryFolder"
categories="[${appId}.adaptiveform.theme.easel]"
cssProcessor="[default:none,min:none]"
jsProcessor="[default:none,min:gcc;compilationLevel=whitespace]"
allowProxy="{Boolean}true"
formsTheme="true"/>

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
jcr:primaryType="cq:ClientLibraryFolder"
categories="[adaptiveform.theme.easel]"
categories="[${appId}.adaptiveform.theme.fsi]"
cssProcessor="[default:none,min:none]"
jsProcessor="[default:none,min:gcc;compilationLevel=whitespace]"
allowProxy="{Boolean}true"
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
jcr:primaryType="cq:ClientLibraryFolder"
categories="[${appId}.adaptiveform.theme.healthcare]"
cssProcessor="[default:none,min:none]"
jsProcessor="[default:none,min:gcc;compilationLevel=whitespace]"
allowProxy="{Boolean}true"
formsTheme="true"/>
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#base=css

theme.css
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#base=js

theme.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.