Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Introduced template.json for project templates #33

Merged
merged 1 commit into from
Jul 26, 2021
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion content/project/single-module-addon/template.description

This file was deleted.

5 changes: 5 additions & 0 deletions content/project/single-module-addon/template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "Single Module Add-On",
"order": 1,
"description": "<html>Template of Jmix add-on. The add-on includes a sample entity, its UI screens and integration tests.</html>"
}

This file was deleted.

11 changes: 11 additions & 0 deletions content/project/single-module-application/template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "Single Module Application",
"order": 0,
"description": "<html>Template of single module Jmix application.</html>",
"params": [
{
"name": "projectId",
"mandatory": false
}
]
}
1 change: 0 additions & 1 deletion content/project/theme-addon/template.description

This file was deleted.

5 changes: 5 additions & 0 deletions content/project/theme-addon/template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "Theme Add-On",
"order": 2,
"description": "<html>Template of a theme add-on. Theme add-on may provide SCSS files for a theme compilation.</html>"
}
1 change: 0 additions & 1 deletion content/project/widgets-addon/template.description

This file was deleted.

5 changes: 5 additions & 0 deletions content/project/widgets-addon/template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "Theme Add-On",
"order": 3,
"description": "<html>Template of a widgets add-on. Widgets add-on may provide UI components inherited from Vaadin components as well as their Jmix wrappers.</html>"
}