-
Notifications
You must be signed in to change notification settings - Fork 13
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
6 changed files
with
65 additions
and
171 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
// @TODO both layouts things can be moved out from importing it here. | ||
const { | ||
// TODO: finish and fix this thing. it was done by Serge quickly, | ||
// and ruined a lot of our logic | ||
fullTemplate, | ||
|
||
fullTemplateOLD | ||
} = require('atherdon-newsletter-js-layouts'); | ||
|
||
|
||
|
||
const MESSAGE_HTML_CONTENT_ONLY = 'The content has been parsed successfully'; | ||
const MESSAGE_HTML_FULL_TEMPLATE = 'The full-template has been parsed successfully'; | ||
const MESSAGE_HTML_FULL_TEMPLATE2 = 'The full-template has been parsed successfully2'; | ||
|
||
module.exports = { | ||
|
||
MESSAGE_HTML_CONTENT_ONLY, | ||
MESSAGE_HTML_FULL_TEMPLATE, | ||
MESSAGE_HTML_FULL_TEMPLATE2 | ||
|
||
} |
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
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
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