You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,9 +57,9 @@ If you're looking for a great way to make your development projects more robust,
57
57
3. Define Templates:
58
58
* By creating the _definitions array_, define the templates you want to use.
59
59
* Each template should have the following:
60
-
* **title** - short description of the template
61
-
* **description** - longer description
62
-
* **data** - a string that contains the HTML structure of a template
60
+
* **title** - short description of the template
61
+
* **description** - longer description
62
+
* **data** - a string that contains the HTML structure of a template
63
63
* Share your implementation with us on our submission form and bonus points if you add your project to our [Devpost Page](https://mlh.link/ghwdevpost)!
64
64
65
65
## Challenge 5
@@ -73,8 +73,8 @@ If you're looking for a great way to make your development projects more robust,
73
73
3. Define Merge Fields:
74
74
* By creating the _definitions array_ inside the _mergeFields configuration_, define the merge fields you want to use.
75
75
* Each one should have:
76
-
* **id**
77
-
* **label**
76
+
* **id**
77
+
* **label**
78
78
* **defaultValue**
79
79
4. Use Merge Fields in templates: By using the id in the template, incorporate Merge Fields in your templates.
80
80
* Share your implementation with us on our submission form and bonus points if you add your project to our [Devpost Page](https://mlh.link/ghwdevpost)!
0 commit comments