Skip to content

Need help with development of a custom plugin #746

Answered by jmcook1186
toirl asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @toirl
Seems like you are not passing any config or input values from your manifest to the plugin.

Your plugin code expects to receive some global config, which you need to provide int he plugin's initialize block. Then you need to add some data to your manifest so the plugin has something to operate over. If you check your typescript script that invoked the plugin you'll see the input data being passed in ({timestamp...} and the global config being passed as an empty object {}.
The plugin has to receive something for its expected fields even if that something is an empty object.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@toirl
Comment options

@jmcook1186
Comment options

Answer selected by toirl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants