We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3083d4e commit b257d5fCopy full SHA for b257d5f
src/Lfm.php
@@ -162,6 +162,21 @@ public function availableMimeTypes()
162
{
163
return $this->config->get('lfm.folder_categories.' . $this->currentLfmType() . '.valid_mime');
164
}
165
+
166
+ public function shouldCreateCategoryThumb()
167
+ {
168
+ return $this->config->get('lfm.folder_categories.' . $this->currentLfmType() . '.thumb');
169
+ }
170
171
+ public function categoryThumbWidth()
172
173
+ return $this->config->get('lfm.folder_categories.' . $this->currentLfmType() . '.thumb_width');
174
175
176
+ public function categoryThumbHeight()
177
178
+ return $this->config->get('lfm.folder_categories.' . $this->currentLfmType() . '.thumb_height');
179
180
181
public function maxUploadSize()
182
0 commit comments