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.
Along with the setting mentioned in the question comment out or remove from the bottom of portlet.ftl as follows:
This should remove all portlets title such that you cannot have a titled portlet on a site that uses this theme which is exactly what I want.