10 |
10 |
11 def getDefaults(): |
11 def getDefaults(): |
12 """ |
12 """ |
13 Function to get the default values of the extension. |
13 Function to get the default values of the extension. |
14 |
14 |
15 @return dictionary with default values and parameter as key (dict) |
15 @return dictionary with default values and parameter as key |
|
16 @rtype dict |
16 """ |
17 """ |
17 return { |
18 return { |
18 "minsize": 10, # minimum size in MB |
19 "minsize": 10, # minimum size in MB |
19 "pattern": [], # file name patterns |
20 "pattern": [], # file name patterns |
20 } |
21 } |