Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LTS 2025 catalog generator #2350

Merged
merged 1 commit into from
Oct 30, 2024
Merged
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
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
}
]
}
Loading