diff options
author | Dan Timoney <dtimoney@att.com> | 2019-03-13 17:30:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-13 17:30:34 +0000 |
commit | 57e97e6e0abe1f42c8596f9b9dbbe202ca4e0919 (patch) | |
tree | 1bdf516827dd020f5ecc7ee28a61e66c41bcaeb0 /cds-ui | |
parent | c211f09e4be35129ecd6a263d4f1ca43ed96d126 (diff) | |
parent | 343552a98fbc525bb19413d314c5f7ec1a287583 (diff) |
Merge "Added editor modes"
Diffstat (limited to 'cds-ui')
-rw-r--r-- | cds-ui/client/angular.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cds-ui/client/angular.json b/cds-ui/client/angular.json index 6ca6dd04a..9d07cfff9 100644 --- a/cds-ui/client/angular.json +++ b/cds-ui/client/angular.json @@ -38,7 +38,10 @@ "./node_modules/ace-builds/src-min/mode-javascript.js", "./node_modules/ace-builds/src-min/mode-python.js", "./node_modules/ace-builds/src-min/mode-xml.js", - "./node_modules/ace-builds/src-min/mode-kotlin.js" + "./node_modules/ace-builds/src-min/mode-kotlin.js", + "./node_modules/ace-builds/src-min/mode-text.js", + "./node_modules/ace-builds/src-min/mode-velocity.js", + "./node_modules/ace-builds/src-min/mode-yaml.js" ] }, "configurations": { |