altinn-designsystem
Version:
Altinn Design system based on Pattern Lab.
33 lines • 967 B
JSON
{
"button-text": "En standard knapp",
"button-class": "a-btn",
"button-disabled": false,
"button-type": "button",
"onclick": false,
"button-icon": false,
"display-as-link": false,
"themeCss": "../../css/style.prototype.altinn.css",
"themeJs": "./../../js/altinnPrototyping.js",
"themeJsVendor": "../../js/altinnPrototyping.vendor.js",
"textarea-label": "Fyll inn tekst:",
"textarea-placeholder": "Forklarende hjelpetekst med forslag",
"message-info": {
"info-text-1": "Du videresender til ",
"name": "Doris Kahn ",
"info-text-2": "(doris.kahn@gmail.com)"
},
"textField": {
"textarea-label": "Personlig melding (valgfritt)",
"text-input-id": "messageTextField",
"textarea-placeholder": "Gi en beskjed til den du videresender til..."
},
"submitBtn": {
"button-text": "Videresend",
"button-class": "a-btn",
"button-disabled": false,
"button-type": "button",
"onclick": false,
"button-icon": false,
"display-as-link": false
}
}