分类法没有被保存 - 螺栓cms

时间:2017-03-29 15:34:56

标签: database twig bolt-cms

我使用的是Bolt CMS,我有这种内容类型' nl_tours'它的英文版本称为“游览”。这两者几乎相同,都有分类:[类别]。 它允许我正确地创建游览,但由于某种原因,nl_tours的分类值在数据库中保持为null。

nl_tours:
    name: Rondleidingen
    singular_name: Rondleiding
    fields:
        title: 
            type: text
        slug:
            type: slug
            uses: title
        image:
            type: image
        teaser:
            type: html
            height: 150px
        body:
            type: html
            height: 300px
        length: 
            type: select
            values: [0.5, 1, 1.5, 2, 2.5, 3, 3.5, 4, 4.5, 5]
        total price:
            type: integer
    taxonomy: [ categories ]
    record_template: tour.twig

有任何想法可以做到这一点吗?

0 个答案:

没有答案