Skip to content

Commit 49f9a34

Browse files
committed
chore: fix dev-demo project settings
1 parent 0373f4a commit 49f9a34

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

dev-demo/resources/apartments.ts

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,6 @@ export default {
118118
showIn: {list: true, create: true, edit: true, filter: true, show: true}, // the default is full set
119119
maxLength: 255, // you can set max length for string fields
120120
minLength: 3, // you can set min length for string fields
121-
showIf: {number_of_rooms: {
122-
$in: [3, 4]
123-
}},
124121
components: {
125122
// edit: {
126123
// file: '@@/IdShow.vue',
@@ -430,15 +427,15 @@ export default {
430427
]
431428
: []),
432429
new ImportExportPlugin({}),
433-
new TextCompletePlugin({
434-
fieldName: "title",
435-
expert: {
436-
debounceTime: 250,
437-
},
438-
adapter: new CompletionAdapterOpenAIChatGPT({
439-
openAiApiKey: process.env.OPENAI_API_KEY as string,
440-
}),
441-
}),
430+
// new TextCompletePlugin({
431+
// fieldName: "title",
432+
// expert: {
433+
// debounceTime: 250,
434+
// },
435+
// adapter: new CompletionAdapterOpenAIChatGPT({
436+
// openAiApiKey: process.env.OPENAI_API_KEY as string,
437+
// }),
438+
// }),
442439
new RichEditorPlugin({
443440
htmlFieldName: "description",
444441
completion: {

0 commit comments

Comments
 (0)