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 anni tempo fa
Zoom setting is missing from Media Settings page.

(DefaultPictureZoomEnabled missing from MediaSettingsModel)
12 anni tempo fa
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 anni tempo fa
a.m. wrote:
... (almost always enabled)...


???

\src\Libraries\Nop.Services\Installation\InstallationService.cs
                .SaveSettings(new MediaSettings()
                {
...
                    DefaultPictureZoomEnabled = false,
                });
12 anni tempo fa
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.