-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
78 changed files
with
7,358 additions
and
6,423 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,42 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<jobs xmlns="http://www.demandware.com/xml/impex/jobs/2015-07-01"> | ||
<job job-id="ReachFive-Synchronization" priority="0"> | ||
<description>ReachFive Profiles Synchronization</description> | ||
<parameters/> | ||
<flow> | ||
<context site-id="RefArch"/> | ||
<step step-id="ReachFiveSynchronization" type="custom.ReachFiveSynchronization" enforce-restart="false"> | ||
<description>ReachFive Profiles Synchronization</description> | ||
<parameters/> | ||
<rules> | ||
<on-exit status="ERROR"> | ||
<stop-job/> | ||
</on-exit> | ||
</rules> | ||
</step> | ||
</flow> | ||
<flow> | ||
<context site-id="RefArch"/> | ||
<step step-id="userSynchronization" type="custom.userSynchronization" enforce-restart="false"> | ||
<description>ReachFive Profiles Synchronization with SFCC</description> | ||
<parameters/> | ||
<rules> | ||
<on-exit status="ERROR"> | ||
<stop-job/> | ||
</on-exit> | ||
</rules> | ||
</step> | ||
</flow> | ||
<rules/> | ||
<triggers> | ||
<run-recurring enabled="true"> | ||
<recurrence> | ||
<date-from>2020-04-26Z</date-from> | ||
<start-time>04:00:00.000Z</start-time> | ||
<interval>5m</interval> | ||
<day-of-week/> | ||
</recurrence> | ||
</run-recurring> | ||
</triggers> | ||
</job> | ||
</jobs> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<jobs xmlns="http://www.demandware.com/xml/impex/jobs/2015-07-01"> | ||
<job job-id="ReachFive-Synchronization" priority="0"> | ||
<description>ReachFive Profiles Synchronization</description> | ||
<parameters/> | ||
<flow> | ||
<context site-id="RefArch"/> | ||
<step step-id="ReachFiveSynchronization" type="custom.ReachFiveSynchronization" enforce-restart="false"> | ||
<description>ReachFive Profiles Synchronization</description> | ||
<parameters/> | ||
<rules> | ||
<on-exit status="ERROR"> | ||
<stop-job/> | ||
</on-exit> | ||
</rules> | ||
</step> | ||
</flow> | ||
<flow> | ||
<context site-id="RefArch"/> | ||
<step step-id="userSynchronization" type="custom.userSynchronization" enforce-restart="false"> | ||
<description>ReachFive Profiles Synchronization with SFCC</description> | ||
<parameters/> | ||
<rules> | ||
<on-exit status="ERROR"> | ||
<stop-job/> | ||
</on-exit> | ||
</rules> | ||
</step> | ||
</flow> | ||
<rules/> | ||
<triggers> | ||
<run-recurring enabled="true"> | ||
<recurrence> | ||
<date-from>2020-04-26Z</date-from> | ||
<start-time>04:00:00.000Z</start-time> | ||
<interval>5m</interval> | ||
<day-of-week/> | ||
</recurrence> | ||
</run-recurring> | ||
</triggers> | ||
</job> | ||
</jobs> |
22 changes: 11 additions & 11 deletions
22
Metadata/site_template/libraries/SiteGenesisSharedLibrary/library.xml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<library xmlns="http://www.demandware.com/xml/impex/library/2006-10-31" library-id="SiteGenesisSharedLibrary"> | ||
<content content-id="myaccount-linkAccountLogin"> | ||
<display-name xml:lang="x-default">Link my account</display-name> | ||
<online-flag>true</online-flag> | ||
<searchable-flag>false</searchable-flag> | ||
<page-attributes> | ||
<page-title xml:lang="x-default">My account - Link my account</page-title> | ||
</page-attributes> | ||
</content> | ||
</library> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<library xmlns="http://www.demandware.com/xml/impex/library/2006-10-31" library-id="SiteGenesisSharedLibrary"> | ||
<content content-id="myaccount-linkAccountLogin"> | ||
<display-name xml:lang="x-default">Link my account</display-name> | ||
<online-flag>true</online-flag> | ||
<searchable-flag>false</searchable-flag> | ||
<page-attributes> | ||
<page-title xml:lang="x-default">My account - Link my account</page-title> | ||
</page-attributes> | ||
</content> | ||
</library> |
64 changes: 32 additions & 32 deletions
64
Metadata/site_template/meta/custom.ReachFiveUserUpdate.xml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<metadata xmlns="http://www.demandware.com/xml/impex/metadata/2006-10-31"> | ||
<custom-type type-id="ReachFiveUserUpdate"> | ||
<display-name xml:lang="x-default">ReachFiveUserUpdate</display-name> | ||
<staging-mode>no-staging</staging-mode> | ||
<storage-scope>organization</storage-scope> | ||
<key-definition attribute-id="id"> | ||
<type>string</type> | ||
<min-length>0</min-length> | ||
</key-definition> | ||
<attribute-definitions> | ||
<attribute-definition attribute-id="user"> | ||
<display-name xml:lang="x-default">User Profile JSON</display-name> | ||
<description xml:lang="x-default">The User Profile object received from reachFive webhook</description> | ||
<type>text</type> | ||
<localizable-flag>false</localizable-flag> | ||
<mandatory-flag>false</mandatory-flag> | ||
<externally-managed-flag>false</externally-managed-flag> | ||
</attribute-definition> | ||
</attribute-definitions> | ||
<group-definitions> | ||
<attribute-group group-id="reachFiveUser"> | ||
<display-name xml:lang="x-default">reachFiveUser</display-name> | ||
<attribute attribute-id="id"/> | ||
<attribute attribute-id="user"/> | ||
<attribute attribute-id="lastModified" system="true"/> | ||
<attribute attribute-id="creationDate" system="true"/> | ||
</attribute-group> | ||
</group-definitions> | ||
</custom-type> | ||
|
||
</metadata> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<metadata xmlns="http://www.demandware.com/xml/impex/metadata/2006-10-31"> | ||
<custom-type type-id="ReachFiveUserUpdate"> | ||
<display-name xml:lang="x-default">ReachFiveUserUpdate</display-name> | ||
<staging-mode>no-staging</staging-mode> | ||
<storage-scope>organization</storage-scope> | ||
<key-definition attribute-id="id"> | ||
<type>string</type> | ||
<min-length>0</min-length> | ||
</key-definition> | ||
<attribute-definitions> | ||
<attribute-definition attribute-id="user"> | ||
<display-name xml:lang="x-default">User Profile JSON</display-name> | ||
<description xml:lang="x-default">The User Profile object received from reachFive webhook</description> | ||
<type>text</type> | ||
<localizable-flag>false</localizable-flag> | ||
<mandatory-flag>false</mandatory-flag> | ||
<externally-managed-flag>false</externally-managed-flag> | ||
</attribute-definition> | ||
</attribute-definitions> | ||
<group-definitions> | ||
<attribute-group group-id="reachFiveUser"> | ||
<display-name xml:lang="x-default">reachFiveUser</display-name> | ||
<attribute attribute-id="id"/> | ||
<attribute attribute-id="user"/> | ||
<attribute attribute-id="lastModified" system="true"/> | ||
<attribute attribute-id="creationDate" system="true"/> | ||
</attribute-group> | ||
</group-definitions> | ||
</custom-type> | ||
|
||
</metadata> |
Oops, something went wrong.