- <entry name="DirectorySizeCount" type="Bool">
- <label>Whether or not content count is used as directory size</label>
- <default>true</default>
+ <entry name="DirectorySizeMode" type="Enum">
+ <label>How we display the size of directories</label>
+ <choices>
+ <choice name="ContentCount">
+ <label>Show the content count</label>
+ </choice>
+ <choice name="ContentSize">
+ <label>Show the content size</label>
+ </choice>
+ <choice name="None">
+ <label>Do not show any directory size</label>
+ </choice>
+ </choices>
+ <default>ContentCount</default>