Last active
February 22, 2024 11:11
-
-
Save gabrielwalt/63108b7e0dfb7891993d8c7e56d1ff9d to your computer and use it in GitHub Desktop.
Frontend module configuration below /conf/SITENAME/sling:configs.json
This file contains hidden or 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
| { | |
| "jcr:primaryType": "nt:unstructured", | |
| "com.adobe.aem.wcm.site.manager.config.SiteConfig": { | |
| "jcr:primaryType": "nt:unstructured", | |
| "themePackageName": "SITENAME-theme" | |
| }, | |
| "com.adobe.cq.wcm.core.components.config.HtmlPageItemsConfig": { | |
| "jcr:primaryType": "nt:unstructured", | |
| "prefixPath": "/content/SITENAME.theme/_default", | |
| "css": { | |
| "jcr:primaryType": "nt:unstructured", | |
| "element": "link", | |
| "location": "header", | |
| "attributes": { | |
| "jcr:primaryType": "nt:unstructured", | |
| "rel": "stylesheet", | |
| "href": "/css/theme.css", | |
| "type": "text/css" | |
| } | |
| }, | |
| "javascript": { | |
| "jcr:primaryType": "nt:unstructured", | |
| "element": "script", | |
| "location": "header", | |
| "attributes": { | |
| "jcr:primaryType": "nt:unstructured", | |
| "async": "true", | |
| "src": "/js/theme.js", | |
| "type": "text/javascript" | |
| } | |
| }, | |
| "favicon": { | |
| "jcr:primaryType": "nt:unstructured", | |
| "element": "link", | |
| "location": "header", | |
| "attributes": { | |
| "jcr:primaryType": "nt:unstructured", | |
| "rel": "icon", | |
| "href": "/resources/images/favicon.png", | |
| "type": "image/png" | |
| } | |
| } | |
| } | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
namedefined in itspackage.jsonfile.themePackageNameof theSiteConfignode.prefixPathof theHtmlPageItemsConfignode with the uniquely timestamped path where the updated theme was deployed.