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
What is the best way to set a default value for a module config parameter?
You can list the parameters to be displayed in the "plugin settings" via moduleconfig. I'd like them to be filled with preset values (f.e. value1 = True, value2 = False, value3=123).
You can set the value in code but for user-friendlyness having it displayed immediately in the interface would be nice.
Currently only needed for 'expansion' but might be useful for import/export also.
kr,
koen
The text was updated successfully, but these errors were encountered:
What is the best way to set a default value for a module config parameter?
You can list the parameters to be displayed in the "plugin settings" via
moduleconfig. I'd like them to be filled with preset values (f.e. value1 =
True, value2 = False, value3=123).
You can set the value in code but for user-friendlyness having it
displayed immediately in the interface would be nice.
Currently only needed for 'expansion' but might be useful for
import/export also.
Hi,
What is the best way to set a default value for a module config parameter?
You can list the parameters to be displayed in the "plugin settings" via moduleconfig. I'd like them to be filled with preset values (f.e. value1 = True, value2 = False, value3=123).
You can set the value in code but for user-friendlyness having it displayed immediately in the interface would be nice.
Currently only needed for 'expansion' but might be useful for import/export also.
kr,
koen
The text was updated successfully, but these errors were encountered: