liferay-theme-tasks
Version:
A set of tasks for building and deploying Liferay Portal themes.
49 lines (48 loc) • 809 B
JSON
{
"look-and-feel": {
"compatibility": [
{
"version": ["7.1.0+"]
}
],
"theme": [
{
"$": {
"id": "base-theme",
"name": "Base Theme"
},
"template-extension": ["ftl"],
"settings": [
{
"setting": [
{
"$": {
"configurable": "true",
"key": "show-breadcrumb",
"type": "checkbox",
"value": "true"
}
}
]
}
],
"portlet-decorator": [
{
"$": {
"id": "portlet-decorator-1",
"name": "Decorator 1"
},
"portlet-decorator-css-class": ["portlet-decorator-1"]
},
{
"$": {
"id": "portlet-decorator-2",
"name": "Decorator 2"
},
"portlet-decorator-css-class": ["portlet-decorator-2"]
}
]
}
]
}
}