gpt4 book ai didi

keystonejs - 如何在 KeystoneJS 中使用 "Content"字段类型?

转载 作者:行者123 更新时间:2023-12-04 01:33:37 28 4
gpt4 key购买 nike

如何使用 Content field type在 KeystoneJS 中?按照上面链接中给出的示例,我将以下内容放入我的 index.js 中:

keystone.createList('Todo', {
schemaDoc: 'A list of things which need to be done',
fields: {
name: {type: Text, schemaDoc: 'This is the thing you need to do'},
blip: {type: Text, schemaDoc: 'This is another thing'},
status: {type: Select, options: 'pending, processed'},
rating: { type: Stars, starCount: 5 }, body: {
type: Content,
blocks: [
Content.blocks.blockquote,
Content.blocks.image,
Content.blocks.link,
Content.blocks.orderedList,
Content.blocks.unorderedList,
Content.blocks.heading,
// CloudinaryImage.blocks.image,
],
},
},

但是当我转到前端并单击那里的“+”按钮时,它只为我提供了插入图像的选项(请参见下面的屏幕截图)

我应该看到什么?如果我应该看到更多,我应该做什么?我没有看到任何关于“blockquote”、“link”、“orderedList”等的内容....

这一切都被所见即所得编辑器取代了吗?或者他们做不同的事情? enter image description here

最佳答案

您必须编写一些文本,然后为文本格式项目选择该文本。

这是启用所有选项后的样子:

enter image description here

这是我删除额外格式选项(裸内容字段)时的样子 enter image description here

关于keystonejs - 如何在 KeystoneJS 中使用 "Content"字段类型?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60335836/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com