when is it appropriate to use the init property for a plugin? #1044
Unanswered
freddiehaddad
asked this question in
Q&A
Replies: 1 comment
-
Hello @freddiehaddad, The Example usage in
For a better understanding you could look at the Best regards! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the README for the plugin, it shows one of the options is
init
which can be a function. I'm not sure I understand when to use init as opposed to usingconfig
or when you would want to use both.Does
init
get called before or afterconfig
?Beta Was this translation helpful? Give feedback.
All reactions