Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
None
Description
When declaring a variable, it is possible to make it mandatory (by using the <preference> tag), but there's no way to make it optional by defining a default value.
For example: <preference value="ENABLE_LOG" default="true" />
This would allow users to keep on customizing specific features of the plugins while not having to worry about all the variables.