Commit fb6279c
fix: use valid Mendix identifiers for image names (no hyphens)
Mendix requires image names to be valid identifiers (CE7247):
letters, digits, and underscores only. Replace hyphens with
underscores in image collection example names.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 98482e7 commit fb6279c
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | | - | |
| 76 | + | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
0 commit comments