作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
如何使用 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”等的内容....
最佳答案
关于keystonejs - 如何在 KeystoneJS 中使用 "Content"字段类型?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60335836/
我是一名优秀的程序员,十分优秀!