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 anos atrás
Zoom setting is missing from Media Settings page.

(DefaultPictureZoomEnabled missing from MediaSettingsModel)
12 anos atrás
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 anos atrás
a.m. wrote:
... (almost always enabled)...


???

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