Plugin class choice #7922
-
I am trying to write a Plugin that does the following
Which Plugin class should I use for this? I only have experience with |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Assuming you want this to be in the Front End (and not in any Code Browser too), then implement |
Beta Was this translation helpful? Give feedback.
Assuming you want this to be in the Front End (and not in any Code Browser too), then implement
ApplicationLevelOnlyPlugin
. If you plugin description contains the correct values, then the plugin will get added automatically. Otherwise, you will have to manually add the plugin from the Front End's File -> Configure menu.