Remove ckeditor

Remove tinymce
Begin migrate to mithril.js
This commit is contained in:
2023-02-18 07:35:06 +03:00
parent 7f4130fe19
commit 024d7fb10d
434 changed files with 822 additions and 25765 deletions

View File

@@ -22,7 +22,7 @@ def main():
parser.add_argument("--json-rpc", help="JSON-RPC")
parser.add_argument("--methods", action='store_true')
parser.add_argument("--example", action='store_true')
parser.add_argument("--example")
parser.add_argument("--verbose", action='store_true')
parser.add_argument("--save")
@@ -43,7 +43,8 @@ def main():
print('[{0}]'.format(', '.join(jsonrpc.methods)))
if args.example:
print(jsonrpc.example)
result = jsonrpc.example(args.example)
print(json.dumps(result))
if __name__ == "__main__":