You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PrintTextInput plugin allows configuring print fields (e.g., author, copyright) easily via localConfig. It works well when multiple instances are used to define different fields via localConfig.
However, the Context Creator limits the ability to include multiple instances of the same plugin.
As a result:
Only the first instance of the plugin (defined in pluginsConfig) is displayed.
This limitation also applies when the plugin is configured as a child of a parent plugin.
Possible Approaches:
Refactor the Print plugin: Introduce direct configurability for text fields within the Print plugin itself, eliminating the need for an additional injection plugin like PrintTextInput
Enhance Context Creator: Modify the Context Creator to support multiple instances of the same plugin, both as a root plugin and as child plugins
What kind of improvement you want to add? (check one with "x", remove the others)
Minor changes to existing features
Code style update (formatting, local variables)
Refactoring (no functional changes, no api changes)
Build related changes
CI related changes
Other... Please describe:
Other useful information
The text was updated successfully, but these errors were encountered:
Description
The
PrintTextInput
plugin allows configuring print fields (e.g., author, copyright) easily via localConfig. It works well when multiple instances are used to define different fields vialocalConfig
.However, the Context Creator limits the ability to include multiple instances of the same plugin.
As a result:
Possible Approaches:
PrintTextInput
What kind of improvement you want to add? (check one with "x", remove the others)
Other useful information
The text was updated successfully, but these errors were encountered: