zjffdu commented on a change in pull request #3271: [ZEPPELIN-3919] Paragraph config default value can be customized URL: https://github.com/apache/zeppelin/pull/3271#discussion_r243929252
########## File path: docs/development/writing_zeppelin_interpreter.md ########## @@ -118,6 +118,12 @@ Here is an example of `interpreter-setting.json` on your own interpreter. "language": "your-syntax-highlight-language", "editOnDblClick": false, "completionKey": "TAB" + }, + "config": { + "fontSize": 9, + "colWidth": 12, + "runOnSelectionChange": true/false, + "title": true/false Review comment: @liuxunorg I think it is proper to make the same change in paragraph-control.html as well (But could be done a separate PR) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services