Add farming process
This commit is contained in:
@@ -121,7 +121,17 @@
|
||||
:id="$page.markdownPage.id"
|
||||
:main="$page.markdownPage.useTftMain"
|
||||
:sections="$page.markdownPage.tftUses"
|
||||
:farmingProcess="false"
|
||||
/>
|
||||
|
||||
<TFTFuel
|
||||
v-if="$page.markdownPage.farmingProcess.length > 0"
|
||||
:id="$page.markdownPage.id"
|
||||
:main="$page.markdownPage.farmingMain"
|
||||
:sections="$page.markdownPage.farmingProcess"
|
||||
:farmingProcess="true"
|
||||
/>
|
||||
|
||||
<Partenerships
|
||||
v-if="
|
||||
$page.markdownPage.partnerships &&
|
||||
@@ -477,6 +487,16 @@
|
||||
title
|
||||
content
|
||||
}
|
||||
farmingMain {
|
||||
id
|
||||
title
|
||||
subtitle
|
||||
}
|
||||
farmingProcess{
|
||||
id
|
||||
image
|
||||
content
|
||||
}
|
||||
}
|
||||
allCustomCta {
|
||||
edges {
|
||||
|
||||
Reference in New Issue
Block a user