You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by GitBox <gi...@apache.org> on 2018/12/22 14:04:04 UTC

[GitHub] zjffdu commented on a change in pull request #3271: [ZEPPELIN-3919] Paragraph config default value can be customized

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_r243737495
 
 

 ##########
 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:
   `displayTitle` is more meaning IMO

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services