https://github.com/Aaronius/toaster
Sample extension for Adobe Experience Platform Launch.
https://github.com/Aaronius/toaster
Last synced: 4 months ago
JSON representation
Sample extension for Adobe Experience Platform Launch.
- Host: GitHub
- URL: https://github.com/Aaronius/toaster
- Owner: Aaronius
- License: isc
- Created: 2019-03-05T17:44:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-05T17:48:18.000Z (over 6 years ago)
- Last Synced: 2024-10-11T10:44:09.325Z (8 months ago)
- Language: HTML
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-adobe-launch - Toaster Extension - Add toast messages to your site. (Extension Development)
README
# Toaster Extension for Adobe Experience Platform Launch
This is a sample extension for [Adobe Experience Platform Launch](https://www.adobe.com/experience-platform/launch.html). The UI may not look pretty, but it exercises the fundamentals of building an extension. Each progressive step along the extension development process is saved to different branches, as follows:
* **scaffold** - The scaffold process is complete.
* **configuration** - The extension configuration view is complete.
* **show-toast-view** - The Show Toast action type view is complete.
* **show-toast-action** - The Show Toast action type library module is complete.
* **data-element-support** - Data element support has been added to the Show Toast view.
* **schema** - Schema definitions have been added for both the extension configuration and Show Toast action type.## Resources
* [Extension Development Documentation](https://developer.adobelaunch.com/extensions/)
* [Tiny-Toast GitHub repository](https://github.com/bahmutov/tiny-toast)
* [Understanding JSON Schema](https://json-schema.org/understanding-json-schema/)