Я пытаюсь включить пользовательскую тему LifeRay.
Тема находится в webapps/ROOT/html
(пока что это в основном классическая копия), и я изменил liferay-look-and-feel.xml
следующим образом:1005 *
<theme id="mytheme" name="mytheme">
<root-path>/html/themes/cloudprint</root-path>
<templates-path>${root-path}/templates</templates-path>
<images-path>${root-path}/images</images-path>
<template-extension>vm</template-extension>
<roles>
<role-name>User</role-name>
</roles>
<color-scheme id="01" name="Blue">
<css-class>blue</css-class>
<color-scheme-images-path>${images-path}/color_schemes/${css-class}</color-scheme-images-path>
</color-scheme>
<color-scheme id="02" name="Green">
<css-class>green</css-class>
</color-scheme>
<color-scheme id="03" name="Orange">
<css-class>orange</css-class>
</color-scheme>
</theme>
В ROOT/WEB-INF/classes
у меня есть portal-ext.properties
: default.theme.id=mytheme
Я также пытался default.regular.theme.id
безрезультатно.Все по-прежнему использует тему classic
.
Что, черт возьми, происходит?