Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion localization/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,5 +161,10 @@
"MODAL_WINDOW___OPTIONS_DISPLAY_ERD_V_ENTITY_BOX_CONTENT": "Display of table box content",
"MODAL_WINDOW___OPTIONS_DISPLAY_ERD_V_FIELDS": "Columns",
"MODAL_WINDOW___OPTIONS_DISPLAY_REQUIRED_ATTRIBUTES": "Required columns",
"MODAL_WINDOW___OPTIONS_DISPLAY_NULLABLE_ATTRIBUTES": "Nullable columns"
"MODAL_WINDOW___OPTIONS_DISPLAY_NULLABLE_ATTRIBUTES": "Nullable columns",

"CUSTOM_SCRIPT_CONTAINER_VAR_NAME": "Schema name",
"CUSTOM_SCRIPT_CONTAINER_VAR": "schemaName",
"CUSTOM_SCRIPT_ENTITY_VAR_NAME": "Table name",
"CUSTOM_SCRIPT_ENTITY_VAR": "tableName"
}
18 changes: 12 additions & 6 deletions properties_pane/container_level/containerLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@ making sure that you maintain a proper JSON format.
"markdown": false,
"template": "codeEditor",
"templateOptions": {
"editorDialect": "sql"
"editorDialect": "sql",
"customScriptVariables": true
}
}
]
Expand All @@ -167,7 +168,8 @@ making sure that you maintain a proper JSON format.
"markdown": false,
"template": "codeEditor",
"templateOptions": {
"editorDialect": "sql"
"editorDialect": "sql",
"customScriptVariables": true
}
}
]
Expand All @@ -185,7 +187,8 @@ making sure that you maintain a proper JSON format.
"markdown": false,
"template": "codeEditor",
"templateOptions": {
"editorDialect": "sql"
"editorDialect": "sql",
"customScriptVariables": true
}
}
]
Expand All @@ -203,7 +206,8 @@ making sure that you maintain a proper JSON format.
"markdown": false,
"template": "codeEditor",
"templateOptions": {
"editorDialect": "sql"
"editorDialect": "sql",
"customScriptVariables": true
}
}
]
Expand All @@ -221,7 +225,8 @@ making sure that you maintain a proper JSON format.
"markdown": false,
"template": "codeEditor",
"templateOptions": {
"editorDialect": "sql"
"editorDialect": "sql",
"customScriptVariables": true
}
}
]
Expand All @@ -239,7 +244,8 @@ making sure that you maintain a proper JSON format.
"markdown": false,
"template": "codeEditor",
"templateOptions": {
"editorDialect": "sql"
"editorDialect": "sql",
"customScriptVariables": true
}
}
]
Expand Down
6 changes: 4 additions & 2 deletions properties_pane/entity_level/entityLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,8 @@ making sure that you maintain a proper JSON format.
"markdown": false,
"template": "codeEditor",
"templateOptions": {
"editorDialect": "sql"
"editorDialect": "sql",
"customScriptVariables": true
}
}
]
Expand All @@ -657,7 +658,8 @@ making sure that you maintain a proper JSON format.
"markdown": false,
"template": "codeEditor",
"templateOptions": {
"editorDialect": "sql"
"editorDialect": "sql",
"customScriptVariables": true
}
}
]
Expand Down
24 changes: 16 additions & 8 deletions properties_pane/model_level/modelLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,8 @@ making sure that you maintain a proper JSON format.
"markdown": false,
"template": "codeEditor",
"templateOptions": {
"editorDialect": "sql"
"editorDialect": "sql",
"customScriptVariables": true
}
}
]
Expand All @@ -251,7 +252,8 @@ making sure that you maintain a proper JSON format.
"markdown": false,
"template": "codeEditor",
"templateOptions": {
"editorDialect": "sql"
"editorDialect": "sql",
"customScriptVariables": true
}
}
]
Expand All @@ -269,7 +271,8 @@ making sure that you maintain a proper JSON format.
"markdown": false,
"template": "codeEditor",
"templateOptions": {
"editorDialect": "sql"
"editorDialect": "sql",
"customScriptVariables": true
}
}
]
Expand All @@ -287,7 +290,8 @@ making sure that you maintain a proper JSON format.
"markdown": false,
"template": "codeEditor",
"templateOptions": {
"editorDialect": "sql"
"editorDialect": "sql",
"customScriptVariables": true
}
}
]
Expand All @@ -305,7 +309,8 @@ making sure that you maintain a proper JSON format.
"markdown": false,
"template": "codeEditor",
"templateOptions": {
"editorDialect": "sql"
"editorDialect": "sql",
"customScriptVariables": true
}
}
]
Expand All @@ -323,7 +328,8 @@ making sure that you maintain a proper JSON format.
"markdown": false,
"template": "codeEditor",
"templateOptions": {
"editorDialect": "sql"
"editorDialect": "sql",
"customScriptVariables": true
}
}
]
Expand All @@ -341,7 +347,8 @@ making sure that you maintain a proper JSON format.
"markdown": false,
"template": "codeEditor",
"templateOptions": {
"editorDialect": "sql"
"editorDialect": "sql",
"customScriptVariables": true
}
}
]
Expand All @@ -359,7 +366,8 @@ making sure that you maintain a proper JSON format.
"markdown": false,
"template": "codeEditor",
"templateOptions": {
"editorDialect": "sql"
"editorDialect": "sql",
"customScriptVariables": true
}
}
]
Expand Down
6 changes: 4 additions & 2 deletions properties_pane/view_level/viewLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,8 @@ making sure that you maintain a proper JSON format.
"markdown": false,
"template": "codeEditor",
"templateOptions": {
"editorDialect": "sql"
"editorDialect": "sql",
"customScriptVariables": true
}
}
]
Expand All @@ -708,7 +709,8 @@ making sure that you maintain a proper JSON format.
"markdown": false,
"template": "codeEditor",
"templateOptions": {
"editorDialect": "sql"
"editorDialect": "sql",
"customScriptVariables": true
}
}
]
Expand Down