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 78f2401 commit ddd6473Copy full SHA for ddd6473
live-demo/app/resources/apartments.ts
@@ -90,7 +90,12 @@ export default {
90
},
91
{
92
name: 'apartment_image',
93
- showIn: [], // You can set to ['list', 'show'] if you wish to show path column in list and show views
+ 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
99
100
101
name: 'created_at',
0 commit comments