save
Overview
Behavior with one-click consent
Editing the save component
Element
Description
Component options
{
"guidelineText": {
"content": {
"en": "You have {numberOfPendingConsent} changes pending, do you want to save?",
"fr": "Vous avez {numberOfPendingConsent} changements non enregistrés, voulez-vous sauvegarder?"
}
},
"saveButton": {
"text": {
"content": {
"en": "YOUR_LABEL",
"fr": "VOTRE_LABEL"
}
}
},
"card": {
"style": {
"default": {
"backgroundColor": "",
"padding": "",
"borderRadius": "",
"borderWidth": "",
"boxShadow": "",
"margin": "",
}
}
}
}Last updated