Details
-
Type:
Feature Request
-
Status:
Selected for Development
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 6.1.20 EE GA2
-
Fix Version/s: None
-
Component/s: Theme Dev
-
Labels:None
-
Similar Issues:
Description
in liferay-look-and-feel.xml for themes you can configure theme-specific settings that are a list of options. You cannot use spaces in this option list, otherwise they won't be recognized:
What won't work if you want to choose value "two":
<setting configurable="true" key="sample" options="one, two" type="select" value="one"></setting>
(The option will be presented, but not accepted once you save the setting
Workaround: remove the space from the options
<setting configurable="true" key="sample" options="one,two" type="select" value="one"></setting>

In preparation for Ideation; we are merging New Feature and Improvement tickets into a singular ticket type called “Feature Request”. Additional information to follow soon.