From 3ef7760343b7504a70a0aa51ec2be94cccb88e42 Mon Sep 17 00:00:00 2001 From: Yuriy Bakhtin Date: Mon, 27 Sep 2021 08:33:21 +0300 Subject: [PATCH] Create module.json --- module.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 module.json diff --git a/module.json b/module.json new file mode 100644 index 0000000..82aac1f --- /dev/null +++ b/module.json @@ -0,0 +1,10 @@ +{ + "id": "text-editor", + "name": "Text editor", + "description": "Text editor.", + "keywords": ["text editor"], + "version": "0.0.1", + "humhub": { + "minVersion": "1.10" + } +}