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 all 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
23 changes: 23 additions & 0 deletions src/main/archetype/ui.apps/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Code Package

The `ui.apps` package contains all the code to be deployed and only deploys to `/apps`.

## Common elements
Common elements of the ui.apps package include, but are not limited to:

* Component definitions and HTL scripts
* JavaScript and CSS (via Client Libraries)
* Overlays of /libs
* Fallback context-aware configurations
* ACLs (permissions)

For a more information about this package please have a look to the [official documentation](https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/implementing/developing/aem-project-content-package-structure.html?lang=en#code-packages-%2F-osgi-bundles).

## AEM Forms Core Component Themes

The `ui.apps` package includes AEM Forms Core Component themes, packaged under the path `/apps/fd/af/themes`. Below, you'll find a list of these themes and their public sources.

1. Easel - https://github.com/adobe/aem-forms-theme-easel
2. WKND - https://github.com/adobe/aem-forms-theme-wknd
3. FSI - https://github.com/adobe/aem-forms-theme-fsi
4. Healthcare - https://github.com/adobe/aem-forms-theme-healthcare
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

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.