Update index.erb

This commit is contained in:
Oliver Kennedy 2017-07-12 13:58:29 -04:00
parent 5312eb8c14
commit 92516e379a

View file

@ -15,10 +15,10 @@ title: Overview
* Unspecified options will fall back to the default values.
*/
theme: {
className: 'money', // @type {string} will be applied to iframe body tag
//className: 'money', // @type {string} will be applied to iframe body tag
logos: ['images/money.png', 'images/stop.png'], // @type {Array} img src values
headline: 'Your headline here.', // @type {string} modal headline text
body: 'Your body here.' // @type {string} modal body text
//headline: 'Your headline here.', // @type {string} modal headline text
//body: 'Your body here.' // @type {string} modal body text
},
/*