Database 未保存分类-螺栓cms

Database 未保存分类-螺栓cms,database,twig,bolt-cms,Database,Twig,Bolt Cms,我使用的是Bolt CMS,我有一个内容类型“nl_tours”,还有一个英文版本叫做“tours”。这两者几乎完全相同,并且都有一个分类法:[类别]。 它允许我正确创建tours,但由于某些原因,nl_tours的分类值在数据库中保持为空 nl_tours: name: Rondleidingen singular_name: Rondleiding fields: title: type: text slug:

我使用的是Bolt CMS,我有一个内容类型“nl_tours”,还有一个英文版本叫做“tours”。这两者几乎完全相同,并且都有一个分类法:[类别]。 它允许我正确创建tours,但由于某些原因,nl_tours的分类值在数据库中保持为空

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
你知道这怎么可能吗