feat(cta): ajouter une option pour ouvrir les boutons dans un nouvel onglet
This commit is contained in:
@@ -4,10 +4,12 @@
|
||||
"primary_button" (dict
|
||||
"text" (.Get "primary_button_text")
|
||||
"url" (.Get "primary_button_url")
|
||||
"open_tab" (eq (.Get "primary_button_open_tab") "true")
|
||||
)
|
||||
"secondary_button" (dict
|
||||
"text" (.Get "secondary_button_text")
|
||||
"url" (.Get "secondary_button_url")
|
||||
"open_tab" (eq (.Get "secondary_button_open_tab") "true")
|
||||
)
|
||||
"gradient_from" (.Get "gradient-from")
|
||||
"gradient_to" (.Get "gradient-to")
|
||||
|
||||
Reference in New Issue
Block a user