Skip to content

Commit

Permalink
Put lines that belong together in a single string (#871)
Browse files Browse the repository at this point in the history
  • Loading branch information
golinski committed Jan 13, 2022
1 parent d1d62d4 commit 20a5aad
Showing 1 changed file with 1 addition and 4 deletions.
Expand Up @@ -2,9 +2,6 @@
"scripts": [
"create path (sling:OrderedFolder) /content/dam/${appId}",
"create path (nt:unstructured) /content/dam/${appId}/jcr:content",
"set properties on /content/dam/${appId}/jcr:content",
"set cq:conf{String} to /conf/${appId}",
"set jcr:title{String} to \"${appTitle}\"",
"end"
"set properties on /content/dam/${appId}/jcr:content\n set cq:conf{String} to /conf/${appId}\n set jcr:title{String} to \"${appTitle}\"\nend"
]
}

0 comments on commit 20a5aad

Please sign in to comment.