-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bf70f24
commit b3b5f51
Showing
1 changed file
with
65 additions
and
0 deletions.
There are no files selected for viewing
65 changes: 65 additions & 0 deletions
65
packages/nuxeo-designer-catalog/data/applications/nuxeo/11.4/catalog-packages.json
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,65 @@ | ||
{ | ||
"packages": [ | ||
{ | ||
"name":"nuxeo-elements", | ||
"title":"Core Elements", | ||
"version":"1.0", | ||
"symbol":"NX", | ||
"color":"#00adff", | ||
"tagline":"Nuxeo core elements", | ||
"description":"Nuxeo elements are a set of non-visual utility elements." | ||
}, | ||
{ | ||
"name":"nuxeo-ui-elements", | ||
"title":"UI Elements", | ||
"symbol":"UI", | ||
"color":"#ffb74d", | ||
"version":"1.0", | ||
"tagline":"UI elements", | ||
"description":"Nuxeo elements providing UI and common utility components for building custom applications." | ||
}, | ||
{ | ||
"name":"nuxeo-dataviz-elements", | ||
"title":"Dataviz Elements", | ||
"symbol":"VZ", | ||
"color":"#81c784", | ||
"version":"1.0", | ||
"tagline":"Nuxeo data visualization elements", | ||
"description":"Nuxeo elements for building custom data visualization applications and dashboards" | ||
}, | ||
{ | ||
"name":"nuxeo-web-ui", | ||
"title":"Web UI Elements", | ||
"symbol":"WUI", | ||
"color":"#81c784", | ||
"version":"master", | ||
"tagline":"Web UI elements", | ||
"description":"Nuxeo Web UI default elements", | ||
"isApplication": true, | ||
"base": "nuxeo-web-ui", | ||
"sourcePaths": [ | ||
"elements/elements.js", | ||
"elements/nuxeo-app.js", | ||
"elements/nuxeo-user-authorized-apps.html", | ||
"elements/nuxeo-user-cloud-services.html", | ||
"addons/nuxeo-spreadsheet/index.js" | ||
] | ||
}, | ||
{ | ||
"name":"iron-elements", | ||
"title":"Iron Elements", | ||
"color":"#81c784", | ||
"symbol": "Fe", | ||
"tagline":"Polymer core elements", | ||
"isLibrary": true | ||
}, | ||
{ | ||
"name":"paper-elements", | ||
"title":"Paper Elements", | ||
"color":"#ffffff", | ||
"symbol": "Md", | ||
"tagline":"Material design elements", | ||
"isLibrary": true | ||
} | ||
] | ||
} |