generated from adobe/aem-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
582 additions
and
35 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<title>MAS Demo for community.adobe.com</title> | ||
<meta name="robots" content="noindex, nofollow" /> | ||
<meta name="nofollow-links" content="on" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<script src="/libs/features/spectrum-web-components/dist/theme.js" type="module"></script> | ||
<script src="/libs/features/spectrum-web-components/dist/button.js" type="module"></script> | ||
|
||
<script src="/libs/deps/mas/mas.js" type="module"></script> | ||
<!-- | ||
For Canadian French locale | ||
<script src="/libs/deps/mas/mas.js?locale=CA_fr type="module"></script> | ||
--> | ||
</head> | ||
<body> | ||
<main> | ||
<sp-theme color="light" scale="medium"> | ||
<div class="four-merch-cards catalog"> | ||
<merch-card><merch-datasource path="/content/dam/sandbox/mas/catalog/creative-cloud-all-apps"></merch-datasource></merch-card> | ||
<merch-card><merch-datasource path="/content/dam/sandbox/mas/catalog/photoshop"></merch-datasource></merch-card> | ||
<merch-card><merch-datasource path="/content/dam/sandbox/mas/catalog/illustrator"></merch-datasource></merch-card> | ||
<merch-card><merch-datasource path="/content/dam/sandbox/mas/catalog/premiere-pro"></merch-datasource></merch-card> | ||
<merch-card><merch-datasource path="/content/dam/sandbox/mas/catalog/adobe-express"></merch-datasource></merch-card> | ||
</div> | ||
</sp-theme> | ||
</main> | ||
</body> | ||
</html> |
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
Oops, something went wrong.