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 d7a9363 commit fba83f9Copy full SHA for fba83f9
djangocms_frontend/contrib/image/image_save.py
@@ -29,7 +29,7 @@ def create_image_plugin(filename, file, parent_plugin, **kwargs):
29
img.config.update(
30
{
31
"picture": {"pk": image_obj.pk, "model": "filer.image"},
32
- "use_no_cropping": True, # ask
+ "use_no_cropping": True,
33
}
34
)
35
add_plugin(parent_plugin.placeholder, img)
0 commit comments