A. J. David Bosschaert created SLING-9248:
---------------------------------------------
Summary: Feature model variables are not resolved for array
elements
Key: SLING-9248
URL: https://issues.apache.org/jira/browse/SLING-9248
Project: Sling
Issue Type: Bug
Components: Feature Model
Affects Versions: Feature Model 1.1.4
Reporter: A. J. David Bosschaert
Feature model variables are not resolved for array elements.
Let's say the following variable is defined:
{code}
"variables" : {
"foo": true
}
{code}
Then this variable should be substituted in configuration values that are an
array:
{code}
.... "configkey" : ["b": "${foo}"]
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)