ICIJ/datashare-client

View on GitHub
bin/dmd/hooks.hbs

Summary

Maintainability
Test Coverage
# Plugin hooks

To allow external developers to add their own components, we added markers
called "hooks" in strategic locations on the user interface  where a user can
define new Vue Component through plugins.

## Hooks locations

| Component | Name |
| --- | --- |
{{#each hooks}}
  {{#with this}}
| [{{component}}]({{source}}) | `{{hook}}` |
  {{/with}}
{{/each}}