cells-component-back-compatibility
Version:
Repository where the functional tests of the components will be executed
42 lines • 899 B
JSON
{
"generator-cells": {
"theme": {
"name": "some-theme",
"coronitaFonts": true,
"coronitaColors": true
},
"behavior": {
"name": "some-behavior",
"description": "My fabulous behavior"
},
"component": {
"name": "some-component",
"description": "My awesome component",
"i18n": true,
"extras": false,
"useTheme": true,
"themeName": [
{
"theme": "cells-coronita-theme",
"version": "^1.0.0"
},
{
"theme": "cells-banking-theme",
"version": "^0.X.0"
}
],
"useIcons": true,
"iconsName": [
{
"name": "coronita-icons",
"version": "^3.0.0"
}
]
},
"data-manager": {
"name": "some-data-manager",
"description": "Datamanager description",
"genericDp": false
}
}
}