Created
July 26, 2017 07:43
-
-
Save heervisscher/309e3194ec09f5aec67ab3c1b62c2c81 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<sly data-sly-use.test="test.js" /> | |
<!-- ${test.resourcePath} ${test.title} ${test.title2} --> | |
test.js | |
"use strict"; | |
var global = this; | |
use([], function () { | |
return { | |
cssClasses: "", | |
resourcePath: global.granite.resource.path, | |
title: pageProperties['jcr:title'], | |
title2: inheritedPageProperties['jcr:title'] | |
}; | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment