Update product offer to contain markdown
This commit is contained in:
parent
50d655d05a
commit
c10f1ebfb3
1 changed files with 3 additions and 3 deletions
|
@ -71,7 +71,7 @@ type = string
|
|||
|
||||
[fields.offer1_text]
|
||||
label = Offer 1 Text
|
||||
type = text
|
||||
type = markdown
|
||||
|
||||
[fields.offer1_link]
|
||||
label = Offer 1 Link
|
||||
|
@ -83,7 +83,7 @@ type = string
|
|||
|
||||
[fields.offer2_text]
|
||||
label = Offer 2 Text
|
||||
type = text
|
||||
type = markdown
|
||||
|
||||
[fields.offer2_link]
|
||||
label = Offer 2 Link
|
||||
|
@ -95,7 +95,7 @@ type = string
|
|||
|
||||
[fields.offer3_text]
|
||||
label = Offer 3 Text
|
||||
type = text
|
||||
type = markdown
|
||||
|
||||
[fields.offer3_link]
|
||||
label = Offer 3 Link
|
||||
|
|
Loading…
Reference in a new issue