我正在用Bolt作爲CMS構建一個網站。但現在我正在努力從內容中獲取內容。我contenttypes.yml:從塊中獲取內容
blocks:
name: Blocks
singular_name: Block
fields:
title:
type: text
class: large
group: "Block"
slug:
type: slug
uses: [ title ]
text-one:
type: text
label: Tekst 1
group: content
text-two:
type: text
label: Tekst 2
group: content
text-three:
type: text
label: Tekst 3
group: content
text-four:
type: text
label: Tekst 4
group: content
text-five:
type: text
label: Tekst 5
group: content
text-six:
type: text
label: Tekst 6
group: content
我的嫩枝代碼:
{% setcontent block_cta = "block/cta-nl" %}
我這麼想嗎?
在此先感謝。
我剛在你的問題上發佈了答案,希望它有幫助。但呃順便說一句''使用:[標題]''只是'使用:標題' –