我将以下内容类型定义为my contenttype.yml文件:
#Testimonials
testimonials:
name: Testimonials
singular_name: Testimonial
fields:
name:
type: text
class: large
position:
type: text
body:
type: textarea
height: 150px
listing_template: testimonials.twig
record_template: testimonial.twig
现在在我的浏览器中,如果我导航到http://localhost:8080/boltCMS/testimonials
,我会看到我的record_template,但如果我导航到http://localhost:8080/boltCMS/testimonials/1
,则会收到错误消息。
找不到网页testimonials/1
。
那么如何导航到我的listing_template
?
这是我可以在contenttypes.yml
中设置和修改的内容吗?
如果我将以下内容添加到我的testimonials.twig文件中,
{{ dump(records) }}
我在浏览器中看到一个空数组。
谢谢。
答案 0 :(得分:0)
您是否检查过'1'是您数据库中某个推荐书的正确标记?