Louis authored on25/08/2018 23:51:28
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +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
+};