Skip to content

Commit 2ddcaa0

Browse files
akoclaude
andcommitted
fix: set default imageObject to Atlas_Core.Content.Mendix in Image template
When the Image widget datasource mode is "image" (the default), Studio Pro requires an image to be selected — otherwise it shows "No image selected." Set the template default to the Mendix logo image from Atlas_Core, matching what Studio Pro sets when creating a new Image widget. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 74713d1 commit 2ddcaa0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk/widgets/templates/mendix-11.6/image.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"Expression": "",
6161
"Form": "",
6262
"Icon": null,
63-
"Image": "",
63+
"Image": "Atlas_Core.Content.Mendix",
6464
"Microflow": "",
6565
"Nanoflow": "",
6666
"Objects": [

0 commit comments

Comments
 (0)