@internetstiftelsen/styleguide
Advanced tools
Comparing version 1.10.5-beta.0.3 to 1.10.5-beta.0.4
{ | ||
"name": "@internetstiftelsen/styleguide", | ||
"version": "1.10.5-beta.0.3", | ||
"version": "1.10.5-beta.0.4", | ||
"main": "dist/components.js", | ||
@@ -5,0 +5,0 @@ "ports": { |
@@ -12,4 +12,20 @@ module.exports = { | ||
subscribe: 'Prenumerera', | ||
email_help_text: 'E-post är obligatoriskt' | ||
email_help_text: 'E-post är obligatoriskt', | ||
has_groups: true, | ||
group_name: 'Årskurs', | ||
groups: [ | ||
{ | ||
text: 'F-3' | ||
}, | ||
{ | ||
text: '4-6' | ||
}, | ||
{ | ||
text: '7-9' | ||
}, | ||
{ | ||
text: 'Gymnasiet' | ||
} | ||
] | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
31623171
8525