Skip to content

Instantly share code, notes, and snippets.

@heervisscher
Created July 26, 2017 07:43
Show Gist options
  • Save heervisscher/309e3194ec09f5aec67ab3c1b62c2c81 to your computer and use it in GitHub Desktop.
Save heervisscher/309e3194ec09f5aec67ab3c1b62c2c81 to your computer and use it in GitHub Desktop.
<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