Backup senica-RVO2 on 16.10.2025
This commit is contained in:
parent
8ccc3a848e
commit
186d55017f
101 changed files with 30952 additions and 0 deletions
11
RVO2/flow/comment.js
Executable file
11
RVO2/flow/comment.js
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
exports.id = 'comment';
|
||||
exports.title = 'Comment';
|
||||
exports.group = 'Common';
|
||||
exports.color = '#704cff';
|
||||
exports.author = 'Martin Smola';
|
||||
exports.icon = 'comment';
|
||||
exports.traffic = false;
|
||||
exports.version = '1.0.0';
|
||||
exports.readme = '# Comment';
|
||||
|
||||
exports.install = function() {};
|
||||
Loading…
Add table
Add a link
Reference in a new issue