After searching for a solution to the problem of setting portlets default look and feel through the theme, I have tried the following in WEB-INF/liferay-look-and-feel.xml
:
<setting configurable="true"
key="portlet-setup-show-borders-default"
type="checkbox"
value="false"
/>
However, it does not seem to work on Liferay 7.0 GA3, and have run out of places to look for a solution.
My requirements are for a default portlet behavious where all decaration is disabled, i.e. borders and title and whatever else.
Worth mentioning that I'm using the new theme generator/Gulp build pipeline. Any pointers much appreciated.