Skip to content

Adobe Launch Extension that provides useful features that aren't available out of the box. Starting with a 'Synchronous Code' action.

License

Notifications You must be signed in to change notification settings

feld-m/Friendly-Helpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adobe Launch Extension: Friendly Helpers

This extension is aimed to extend the Adobe Launch Interface with useful features, which it does not provide out of the box.

Features

Synchronous Code

Code entered into the Custom Code Action of the Core extension by Adobe is either bundled directly into the launch library filed, or loaded as a seperate file. This depends on the type of action involved. There are times, such as e.g. click listeners, where you absolutely want your custom code to be run immediately. The Synchronous Code Action type provided by this extension lets you write JS code which is directly bundled into the launch library and can thus run immediately when the rule is triggered. Always. No asynchronicity involved.

Planned Features

  • An Action for activating _satellite.monitors for debugging purposes.
  • An Action for loading external scripts.

Feature Suggestions

Please reach out to us: analytics@feld-m.de

Making this extension available for your organization

As of right now this extension is not released publically. This means you cannot directly add it to your launch property. Rather you need to release it by yourself.

These are the required steps:

Bonus: Styling Views to look like Launch

Adobe Launch uses https://github.com/adobe/coral-spectrum

An easy way to get your extension to look like its part of the Adobe Launch Interface is to include the following in the <head> of your extension views.

  <!-- STYLING SEE https://github.com/adobe/coral-spectrum -->
  <link rel="stylesheet" href="https://unpkg.com/@adobe/coral-spectrum@4.x.x/dist/css/coral.min.css">
  <script src="https://unpkg.com/@adobe/coral-spectrum@4.x.x/dist/js/coral.min.js"
    data-coral-icons-external="js"></script>

Alternatively, you can have a look at how its used in this extension by either copying the files from src/style or by extracting the files as detailed here to get the latest versions:

About

Adobe Launch Extension that provides useful features that aren't available out of the box. Starting with a 'Synchronous Code' action.

Resources

License

Stars

Watchers

Forks

Packages

No packages published