Backup senica-RVO42 on 16.10.2025
This commit is contained in:
parent
a7fe10c7b2
commit
1b29cafd5f
63 changed files with 19007 additions and 0 deletions
11
RVO42/flow/comment.js
Executable file
11
RVO42/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