Title of the legal document to display to customer.
url
string
Link to the legal document.
Dictionary: offer_buttons
{
"checkbox_singular": "1 year of protection for only %2$s",
"checkbox_plural": "%1$s years of protection for only %2$s",
"term_singular": "%s year",
"term_plural": "%s years",
"multiline": "of insurance"
}
title
string
String representing the locale language for the title of the footer section.
items
dictionary array
An array of nested dictionaries containing the copy language and urls of the footer items.
item.description
string
String representing the locale language for the description of the footer item.
item.icon
string
Link to a footer icon.
item.title
string
String representing the locale language for the title of the footer item.
Dictionary: footer
{
"title": "Why choose Evy ?",
"items": [
{
"title": "Simple",
"description": "No hard to find documents",
"icon": "https://evy.eu/icon.svg"
},
{
"title": "Fast",
"description": "File a claim in under 2 minutes",
"icon": "https://evy.eu/icon.svg"
}
]
}
checkbox_plural
string
Plural copy language for the offer checkbox. ie. %1$s years of protection for only %2$s
checkbox_singular
string
Singular copy language for the offer checkbox. ie. 1 year of protection for only %2$s
multiline
string
Copy language for the extra line that may appear on offer buttons.
term_plural
string
Plural copy language for the term button. ie. %s years
term_singular
string
Singular copy language for the term button. ie. %s year
Dictionary: learn_more
"learn_more": {
"title": "Learn more",
"preamble": "Protect your purchase with",
"modal_content": "Product protection plans designed for busy people who need real-life issues handled seamlessly.",
"preamble_evy_icon": "https://static.evy.eu/images/evy_logo_learn_more.svg"
}
modal_content
string
Further information related to the learn more modal to be displayed.
preamble
string
String representing the preamble before the coverage terms.
preamble_evy_icon
string
URL to Evy logo to display in the UI learn more modal before the preamble.
title
stri
Title of the learn more button in the inline offer component.