adobe / aem-guides-wknd

Tutorial Code companion for Getting Started Developing with AEM Sites WKND Tutorial
https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-wknd-tutorial-develop/overview.html
MIT License
286 stars 550 forks source link

#237 Remove hardcoded PWA replace with settings #297

Closed keepthebyte closed 1 year ago

keepthebyte commented 2 years ago
  1. Remove the hardcoded PWA manifest
  2. Add Page Properties from the PWA feature (requires Core Components 2.16.2+
  3. Add generated /etc/map entries from PWA service

This adds the us/en and ca/en sites as PWA - allowing to install the site.

Offline mode is not configured yet

davidjgonzalez commented 2 years ago

@keepthebyte shouldn't these /etc/map configs be in ui.content instead of ui.content.sample (which is more sample "authored" content) .. /etc/map is very much "part of the AEM app".