我如何导航到我的listing_template?

时间:2016-01-12 04:50:46

标签: php bolt-cms

我将以下内容类型定义为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) }}

我在浏览器中看到一个空数组。

谢谢。

1 个答案:

答案 0 :(得分:0)

您是否检查过'1'是您数据库中某个推荐书的正确标记?