| ... | ... |
@@ -1,10 +1,10 @@ |
| 1 |
-'use strict'; |
|
| 2 |
- |
|
| 3 |
-module.exports = {
|
|
| 4 |
- name: 'heading', |
|
| 5 |
- template: require('../../templates/components/heading.tpl'),
|
|
| 6 |
- manipulator: 'html', |
|
| 7 |
- defaults: {
|
|
| 8 |
- size: 4 |
|
| 9 |
- } |
|
| 10 |
-}; |
|
| 1 |
+'use strict'; |
|
| 2 |
+ |
|
| 3 |
+module.exports = {
|
|
| 4 |
+ name: 'heading', |
|
| 5 |
+ template: require('../../templates/components/heading.tpl'),
|
|
| 6 |
+ manipulator: 'html', |
|
| 7 |
+ defaults: {
|
|
| 8 |
+ size: 4 |
|
| 9 |
+ } |
|
| 10 |
+}; |