diff options
Diffstat (limited to 'mediawiki.lrdevplugin')
-rwxr-xr-x | mediawiki.lrdevplugin/MediaWikiExportServiceProvider.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mediawiki.lrdevplugin/MediaWikiExportServiceProvider.lua b/mediawiki.lrdevplugin/MediaWikiExportServiceProvider.lua index 4eb1491..1a984bd 100755 --- a/mediawiki.lrdevplugin/MediaWikiExportServiceProvider.lua +++ b/mediawiki.lrdevplugin/MediaWikiExportServiceProvider.lua @@ -251,7 +251,7 @@ end MediaWikiExportServiceProvider.hidePrintResolution = true
-MediaWikiExportServiceProvider.showSections = {'fileNaming', 'metadata'}
+MediaWikiExportServiceProvider.showSections = {'fileNaming', 'metadata', 'fileSettings'}
MediaWikiExportServiceProvider.allowFileFormats = {'JPEG', 'TIFF'}
|