Created
October 31, 2017 09:14
-
-
Save svparijs/34b43f6530bc40f4963e2f44681dd17f to your computer and use it in GitHub Desktop.
How to fill missing newsletter = ''
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
SMS < page | |
SMS { | |
newsletter { | |
renderer = RFY.BKWI:SmsMailRender | |
} | |
head { | |
stylesheets.site.templatePath = 'resource://RFY.BKWI/Private/Newsletter/Templates/SMS/Browser.html' | |
javascripts.site.templatePath = 'resource://RFY.BKWI/Private/Newsletter/Templates/SMS/Browser.html' | |
} | |
bodyTag.attributes.class = 'SMS' | |
body { | |
templatePath = 'resource://RFY.BKWI/Private/Newsletter/Templates/SMS/Browser.html' | |
version = ${q(node).property('version')} | |
aboutPage = ${q(node).property('aboutPage')} | |
contactPage = ${q(node).property('contactPage')} | |
subscriptionPage = ${q(node).property('subscriptionPage')} | |
subContent > | |
javascripts.site.templatePath = 'resource://RFY.BKWI/Private/Newsletter/Templates/SMS/Browser.html' | |
} | |
} | |
root.newsletter { | |
renderer = RFY.BKWI:BKWInsiderMailRender | |
} | |
newsletter { | |
renderer = RFY.BKWI:BKWInsiderMailRender | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment