Skip to content

Commit ddd6473

Browse files
committed
return apartmentimage to live demo
1 parent 78f2401 commit ddd6473

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

live-demo/app/resources/apartments.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,12 @@ export default {
9090
},
9191
{
9292
name: 'apartment_image',
93-
showIn: [], // You can set to ['list', 'show'] if you wish to show path column in list and show views
93+
showIn: {
94+
all: false,
95+
create: true,
96+
edit: true,
97+
show: true,
98+
}, // You can set to ['list', 'show'] if you wish to show path column in list and show views
9499
},
95100
{
96101
name: 'created_at',

0 commit comments

Comments
 (0)