new file mode 100644
@@ -0,0 +1,10 @@
+'use strict';
+
+module.exports = {
+ name: 'heading',
+ template: require('../../templates/components/heading.tpl'),
+ manipulator: 'html',
+ defaults: {
+ size: 4
+ }
+};