Repository: incubator-unomi Updated Branches: refs/heads/master 484c9fe53 -> b6b586548
UNOMI-34: Add PropertyType for pageReferringURL session property Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/b6b58654 Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/b6b58654 Diff: http://git-wip-us.apache.org/repos/asf/incubator-unomi/diff/b6b58654 Branch: refs/heads/master Commit: b6b5865482a4d1cee676743f6dc9fecca2c637b4 Parents: 484c9fe Author: Quentin Lamerand <[email protected]> Authored: Wed Jun 29 11:25:20 2016 +0200 Committer: Quentin Lamerand <[email protected]> Committed: Wed Jun 29 11:25:20 2016 +0200 ---------------------------------------------------------------------- .../cxs/properties/sessions/technical/pageReferringURL.json | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/b6b58654/services/src/main/resources/META-INF/cxs/properties/sessions/technical/pageReferringURL.json ---------------------------------------------------------------------- diff --git a/services/src/main/resources/META-INF/cxs/properties/sessions/technical/pageReferringURL.json b/services/src/main/resources/META-INF/cxs/properties/sessions/technical/pageReferringURL.json new file mode 100644 index 0000000..d19b808 --- /dev/null +++ b/services/src/main/resources/META-INF/cxs/properties/sessions/technical/pageReferringURL.json @@ -0,0 +1,8 @@ +{ + "metadata": { "id": "pageReferringURL", "name": "Previous page URL" }, + "type": "string", + "tags": ["technicalSessionProperties"], + "defaultValue": "", + "automaticMappingsFrom": [ ], + "rank": "108.0" +} \ No newline at end of file
