Konrad Windszus created SLING-10217:
---------------------------------------
Summary: Support multiline string values in cfg.json
Key: SLING-10217
URL: https://issues.apache.org/jira/browse/SLING-10217
Project: Sling
Issue Type: Improvement
Components: Installer
Affects Versions: Installer Configuration Factory 1.3.4
Reporter: Konrad Windszus
Currently configurations of type {{.cfg.json}} only allow the JSON format
defined by
https://docs.osgi.org/specification/osgi.cmpn/7.0.0/service.configurator.html.
For some very long values like {{scripts}} property for PID
{{org.apache.sling.jcr.repoinit.RepositoryInitializer}} this makes the value
very hard to read, as JSON does not support values spanning multiple lines.
It would be nice if some line continuation character would be supported which
allows to distribute a String value across multiple lines.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)