We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9f7aa5 commit bf59678Copy full SHA for bf59678
1 file changed
live-demo/app/resources/translations.ts
@@ -77,7 +77,7 @@ export default {
77
name: "id",
78
fillOnCreate: ({ initialRecord, adminUser }: any) => uuid(),
79
primaryKey: true,
80
- showIn: [],
+ showIn: { all: false }
81
},
82
{
83
name: "en_string",
@@ -87,6 +87,7 @@ export default {
87
88
name: "created_at",
89
fillOnCreate: ({ initialRecord, adminUser }: any) => new Date().toISOString(),
90
+ showIn: { create: false }
91
92
93
name: "uk_string",
0 commit comments