我正在开发一个 nuxt 网站并使用 Forestry.io 作为 CMS。
我一直在编写降价文件以将内容输入网站,以确保一切正常。现在是时候通过将网站连接到 Forestry 来使网站更加用户友好了。以前,我总是直接在 Forestry 上设置模板,但是由于这个站点上有很多内容(.md)文件,我发现在 VSCode 上编写模板文件并将设置推送到 Forestry 会更快。
问题:图像(文件)和所见即所得字段在 Forestry 上没有正确显示。
//.forestry/front_matter/templates
- name: image
type: file
config:
maxSize: 64
label: image
- name: section_header
label: Section Header
type: textarea
default: ''
config:
required: false
wysiwyg: false
schema:
format: html-blocks
这些字段只是在 Forestry 上显示为简单的文本字段。
任何想法为什么会这样?
多谢!