Skip to content
This repository was archived by the owner on Feb 20, 2020. It is now read-only.
This repository was archived by the owner on Feb 20, 2020. It is now read-only.

Handle "pre add job" parameters #2

@bleutzinn

Description

@bleutzinn

Some services need parameters set before it's "job" is added to tarteaucitron. For example:

        <script type="text/javascript">
        tarteaucitron.user.googlemapsKey = 'API KEY';
        tarteaucitron.user.mapscallback = 'callback_function'; // optionnal - for markers
        (tarteaucitron.job = tarteaucitron.job || []).push('googlemaps');
        </script>

This is not handled yet.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions