-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed 'api-modules' extension point location, enabled legacy templa…
…tes, fixed generate dialog
- Loading branch information
1 parent
b574c80
commit 11ecb51
Showing
18 changed files
with
54 additions
and
18 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../main/resources/META-INF/dirigible/editor-monaco-extensions/extensions/api.extensionpoint
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,5 +16,6 @@ | |
{ | ||
"guid": "template-application-odata" | ||
} | ||
] | ||
], | ||
"actions": [] | ||
} |
1 change: 1 addition & 0 deletions
1
.../main/resources/META-INF/dirigible/template-application-angular/template/legacy.extension
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"extensionPoint":"ide-template","module":"template-application-angular/template/template.js","description":"Application Template (with Angular UI)"} |
6 changes: 5 additions & 1 deletion
6
...ain/resources/META-INF/dirigible/template-application-angular/template/template.extension
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
{"extensionPoint":"ide-template","module":"template-application-angular/template/template.js","description":"Application Template (with Angular UI)"} | ||
{ | ||
"extensionPoint": "platform-templates", | ||
"module": "template-application-angular/template/template.js", | ||
"description": "Application Template (with Angular UI)" | ||
} |
6 changes: 5 additions & 1 deletion
6
...c/main/resources/META-INF/dirigible/template-application-rest/template/template.extension
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
{"module":"template-application-rest/template/template.js","extensionPoint":"ide-template","description":"Application Template - REST"} | ||
{ | ||
"module": "template-application-rest/template/template.js", | ||
"extensionPoint": "platform-templates", | ||
"description": "Application Template - REST" | ||
} |
1 change: 1 addition & 0 deletions
1
...in/resources/META-INF/dirigible/template-application-ui-angular/template/legacy.extension
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"module":"template-application-ui-angular/template/template.js","extensionPoint":"ide-template","description":"Application Template - UI (Angular)"} |
6 changes: 5 additions & 1 deletion
6
.../resources/META-INF/dirigible/template-application-ui-angular/template/template.extension
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
{"module":"template-application-ui-angular/template/template.js","extensionPoint":"ide-template","description":"Application Template - UI (Angular)"} | ||
{ | ||
"module": "template-application-ui-angular/template/template.js", | ||
"extensionPoint": "platform-templates", | ||
"description": "Application Template - UI (Angular)" | ||
} |
5 changes: 5 additions & 0 deletions
5
...plate-bookstore/src/main/resources/META-INF/dirigible/template-bookstore/legacy.extension
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"extensionPoint": "ide-template", | ||
"module": "template-bookstore/template.js", | ||
"description": "Bookstore Template" | ||
} |
2 changes: 1 addition & 1 deletion
2
...ate-bookstore/src/main/resources/META-INF/dirigible/template-bookstore/template.extension
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"extensionPoint": "ide-template", | ||
"extensionPoint": "platform-templates", | ||
"module": "template-bookstore/template.js", | ||
"description": "Bookstore Template" | ||
} |
5 changes: 5 additions & 0 deletions
5
...ive/src/main/resources/META-INF/dirigible/template-extension-perspective/legacy.extension
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"extensionPoint": "ide-template", | ||
"module": "template-extension-perspective/template.js", | ||
"description": "Extension Perspective Template" | ||
} |
6 changes: 3 additions & 3 deletions
6
...e/src/main/resources/META-INF/dirigible/template-extension-perspective/template.extension
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"extensionPoint": "ide-template", | ||
"module": "template-extension-perspective/template.js", | ||
"description": "Extension Perspective Template" | ||
"extensionPoint": "platform-templates", | ||
"module": "template-extension-perspective/template.js", | ||
"description": "Extension Perspective Template" | ||
} |
5 changes: 5 additions & 0 deletions
5
...in/resources/META-INF/dirigible/template-form-builder-angularjs/template/legacy.extension
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"module": "template-form-builder-angularjs/template/template.js", | ||
"extensionPoint": "ide-template", | ||
"description": "The generator template from form to AngularJS format" | ||
} |
2 changes: 1 addition & 1 deletion
2
.../resources/META-INF/dirigible/template-form-builder-angularjs/template/template.extension
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"module": "template-form-builder-angularjs/template/template.js", | ||
"extensionPoint": "ide-template", | ||
"extensionPoint": "platform-templates", | ||
"description": "The generator template from form to AngularJS format" | ||
} |