Louis authored on25/08/2018 23:51:28
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,7 @@
1
+'use strict';
2
+
3
+module.exports = {
4
+  name: 'text',
5
+  template: require('../../templates/components/text.tpl'),
6
+  manipulator: 'html'
7
+};