nop 2.3 Zoom setting is missing from Media Settings page.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 лет назад
Zoom setting is missing from Media Settings page.

(DefaultPictureZoomEnabled missing from MediaSettingsModel)
12 лет назад
It's by design. It's not so important setting (almost always enabled). So if you want to edit it, then you have to manually update this setting.
12 лет назад
a.m. wrote:
... (almost always enabled)...


???

\src\Libraries\Nop.Services\Installation\InstallationService.cs
                .SaveSettings(new MediaSettings()
                {
...
                    DefaultPictureZoomEnabled = false,
                });
12 лет назад
almost always disabled =)))
Anyway so advanced settings can bloat configuration pages (admin area)
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.