Skip to content

Commit

Permalink
Add default blocks to password page (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludoboludo authored Jun 30, 2021
1 parent f3f336b commit 2cac0f7
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions templates/password.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,30 @@
"main": {
"type": "newsletter",
"settings": {
"heading": "Opening soon",
"subheading": "<p>Be the first to know when we launch.</p>",
"full_width": false
}
},
"blocks": {
"heading": {
"type": "heading",
"settings": {
"heading": "Opening soon"
}
},
"paragraph": {
"type": "paragraph",
"settings": {
"paragraph": "<p>Be the first to know when we launch.</p>"
}
},
"email_form": {
"type": "email_form"
}
},
"block_order": [
"heading",
"paragraph",
"email_form"
]
}
},
"order": [
Expand Down

0 comments on commit 2cac0f7

Please sign in to comment.